mastering powershell
Think of learning PowerShell as a more convenient method of configuring the server than using the corresponding GUI. I can foresee running PowerShell scripts that will diagnose server problems.With PowerShell you can run queries that are not possible from the GUI. On a good day such a script would even cure the problem - magic! To come back down to earth, let us start with a trivial example to illustrate the capability of PowerShell. As you may know, the Task Manager will display all the processes, yet with PowerShell you can not only list all processes, but also group them by company (Microsoft, HP and Roxio). All you need is this one-liner:Get-Process | group-Object company.
3.78MB
文件大小:
评论区