Powershell Script to copy Windows Spotlight Wallpapers to your Desktop
Description :
If you are also a fan of the Windows Spotlight Wallpapers and don’t want to navigate to the *\Assets folder every time to copy and save the wallpapers, this is right script for you. The Powershell Script basically creates a folder named wallpapers on your desktop, copies the […]
Powershell Script to check for Exchange database update and transaction log copy problems
Description :
The script is intended to check for Exchange database update and transaction log copy problems. I have additionally added an event logging to the script. In fact I have created this script to log the Exchange database update and transaction log copy problems to the event log on […]
Get notified about your Public IP Address Change with PowerShell via E-Mail over Google SMTP Server
Description :
Nowadays most of the DDNS Providers don’t provide their DDNS service for free anymore. If you don’t want to pay for this service, this is your solution to get notified about your IP Address change at home.
In this tutorial I will quickly explain the script and the logic […]
How to monitor SQL DB Fragmantation with SCOM
Description :
I have prepared this Powershell script to use it with SCOM. Of course it can be used as a standalone script too. I am basically creating a Rule in SCOM to trigger the below script which logs an event into the Application Event Log. Later on I am […]
Monitor Notebook Battery Health with Powershell in SCOM
Description :
I have prepared this Powershell script to use it in SCOM but of course it can be used also as a standalone script or it can be scheduled in Task Manager too.
The logic behind it was to log an event into the clients application event log and collect […]