Restarting VSS Writers with PowerShell script
Reading Time: 4 minutes VSS Writers are responsible for backups – if they stop working, then backups might fail. The solution to that is restarting VSS Writers,…
Resolve IP and DNS with Powershell tool
Reading Time: 3 minutes I’ve been asked to prepare a simple tool which would: Resolve IP address or DNS Return all results to table Import addresses from…
Powershell – resolve full names to usernames from CSV file
Reading Time: < 1 minute It’s unbelievable how long it took me to figure out this simple Powershell script, but yet it does the trick :). Often you…