Mat Grumpy Tech

This site is run by ads, you probably have ad-blocker. Me too, but you wouldn't believe how expensive hosting is. Why not buy me a coffee?

United Kingdon

85 posts

PowerShell: List IP address from log files

#PowerShell

I often have to parse random log files to find IP address. This snipped of code will let you parse any log file, extract and count…

Mat Grumpy Tech

PowerShell: Test your antivirus with PowerShell

#PowerShell

I have been doing a lot of work onboarding servers to Microsoft Defender recently, and I needed to test that it was running as expected in…

Mat Grumpy Tech

Azure, PowerShell : Removing an unused Public IP.

#Azure #PowerShell

To continue my series on dealing with Azure VMs from PowerShell we will now look at how we remove a public IP that was previously, or…

Mat Grumpy Tech

Azure, PowerShell : Deleting a VM with PowerShell

#Azure #PowerShell #Server

We created a VM in this post. Now is time to delete that VM. Good times. To start with lets get the required Azure modules added…

Mat Grumpy Tech