PowerShell Basics : Find commands by using Get-Command cmdlet.
Sometimes, the more we do advance things, the more we keep forgetting the basics. Today while working on some script, I forget the command which I need to use. I do know the module name of the command which it belongs to… So I just my little helpful cmdlet Get-Command –Module MoDuleName and it … [Read more…]