Saturday, July 2, 2016

Sometimes we IT administrators run in to a condition called "laziness". We do not want to type the entire command for Powershell with all its parameters and arguments. Well fear not, just use show and tell.

Type the following in your Powershell command line;

show-command New-Msoluser

Article originally published at 

https://blogs.technet.microsoft.com/heyscriptingguy/2016/06/30/powertip-get-a-gui-interface-for-any-powershell-cmdlet/

Cheers!

No comments:

#PowerShell HELP

PowerShell has one of the best help database built in to it, well it still has a long way to go to catch up with the Linux Man pages but yo...