This is a quick blog post about some useful windows powershell commands an administrator will find useful on a day to day basis. Share the love Command What it Does? $psversiontable Which version of powershell and I running Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass Allow execution of commands Get-Printer | select Name, DriverName, PortName | Export-Csv…