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 […]
Month: September 2017
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.