This is a way to display all computer objects in Active Directory of the type “Server”. If the server is reachable, then display the name in green, otherwise red.
Backup Bitlocker key to Active Directory
If for some reason the Bitlocker key of your hard drive is missing in Active Directory, then you can execute the following commands to still backup the Bitlocker key.
Mail overview of snapshots to owners
When you allow users to create and delete snapshots for Virtual Machines, it can become very time consuming reminding them of cleaning up their own snapshots in case they forgot to do it themselves. This script can help you out here by sending an email reminder to them for you.You can create a scheduled task […]
Using PowerShell to read large logfiles
Sometimes logfiles can become very large and difficult to open.If you only need to see the end of the logfile, for instance the last 100 lines, then you can use PowerShell to show just these lines.In this example you can view the last 100 lines of the very large logfile called C:\Log\VeryLargeLogFile.log.