Powershell BLOG
Useful Powershell commands every Administrator should know !
Hi, would like to bring some useful commands every admin should know. 1: Get-Help The first PowerShell cmdlet every administrator should learn is Get-Help. You can use this command to get help with any other command. For example, if you want to know how the Get-Process command works, you can Read more…