Powershell script to find scheduled tasks on all servers or computers in the domain.

By Tom Kitching

First off lets get all the set up variables out of the way. A lot of these are the same variables I use in every script and I just copy them in each time so you may not want to use them all.

I like to use Write-Output to add the actions to the…

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…

Find number of cores on each processor for Microsoft Server 2016 Licensing

By admin

To calculate the cost of licensing for Server 2016, it’s necessary to know how many cores each CPU of your server is running.  This WMI query is useful in identifying that. 

How to install and configure Hyper-V Host (core) for remote administration

By admin

It’s possible to configure a Hyper-V host running core to be fully managed remotely.  I have read various suggestions on the web saying it’s better and more secure to leave the Hyper-V host in a workgroup, but the effort required when doing that just doesn’t make it worth it in my opinion.And we actually want…