DAY-2 : PowerShell Help and Parameter Set
Author - Ankit Sharma Exploring PowerShell Help Files We work in an industry that doesn’t place a lot of emphasis on reading. Most of the administrators tend to dive right in, relying on things like tooltips, context menus, inbuild instruction, and so forth those GUI discoverability tools—to figure out how to do something. But let’s be clear about one thing: If you aren’t willing to read PowerShell’s help files, you won’t be effective with it. Updating PowerShell Help On regular basis, Microsoft keeps updating the help files for PowerShell on the internet. By Running a simple command we can update the Help fil...