1 2 3 4 5 6 7 40 / 69 POSTS
Packet Capture with PowerShell

Packet Capture with PowerShell

This is a great script written by Robbie Foust from Duke University back in 2007. NIC Driver MUST support Promiscuous mode! # # get-packet.ps1 # ...
Fix Blue Screen of Death BSOD

Fix Blue Screen of Death BSOD

I have seen this many times, you are doing a Microsoft Windows Update and something goes terribly wrong. After reboot you get the dreaded Blue Screen ...
Use PowerShell to Check .NET version and update

Use PowerShell to Check .NET version and update

This function will check the currently installed .NET version, if it is not at a minimum 4.6.1 then depending on if the Windows Server is 2008/2012 or ...
IIS with ASP.NET support check

IIS with ASP.NET support check

I have in the past had an occasion to check if IIS is installed with support for ASP.NET applications. This function will do all you need: function ...
Disable Giphy in Microsoft Teams

Disable Giphy in Microsoft Teams

Why disable Giphy? We can take a lesson from two social media giants, Snapchat and Instagram, who both removed Giphy in March of 2018 because of a rac ...
Office 365 – Create a Secret Group

Office 365 – Create a Secret Group

Keep in mind that hidden membership can only be applied when creating a NEW Office 365 group, you cannot change existing groups. # Create a New H ...
Office 365 – Offboarding users with Powershell

Office 365 – Offboarding users with Powershell

One of the many tasks that usually gets assigned to the IT department is part of the Offboarding process for exiting employees. For Office 365 organiz ...
1 2 3 4 5 6 7 40 / 69 POSTS