Very Simple Powershell Ping test or IP scanner script

By Tom Kitching

This simple Powershell script will carry out a quick check against each IP in a 24 bit subnet and return a value of true or false dependent on whether or not it receives a reply.  It’s similar to using an IP scanner or a ping script.

It’s simple and does the job as it…

Microsoft’s Windows 10 update options explained

By admin

Microsoft’s naming changes for Windows 10 updates can be a little confusing.  Here’s a little guide to describe the latest terminology and a mapping between the old and new terms. As you will likely already know, Microsoft has shifted from a new release of Windows every few years to a ‘windows as a service’ model. …

Set O365 Password to never expire for just one user

By admin

Recently I needed to do this for our PRTG alerting account which was failing to send notifications as the O365 password had expired.  I did this from Powershell within Windows 10 as follows: Launch powershell as Administrator then run

Then run

at this point an O365 authentication box pops up – enter your…

Add AD security group to local administrators on Hyper-V server running core

By admin

First connect to the remote server with powershell

Next run the command to add the group:

If you’re paranoid (like me) and want to check this worked you can use: