PowerShell: Backing Up System State
Let’s assume your script needs to change a bunch of system settings. The worst thing that could happen is if your script breaks in the middle of changing things, leaving you with only parts of changes. Provided system restore points are enabled on your machine and your script has admin privileges, PowerShell can easily create […]