scriptin专题

《Learn Windows PowerShell in a Month of Lunches Third Edition》读书笔记—CHAPTER 21 You call this scriptin

21.3 Parameterizing commands 我们编写了一个叫 Get-DiskInventory.ps1 的程序,内容如下: Get-WmiObject -class Win32_LogicalDisk -computername localhost -filter "drivetype=3" |Sort-Object -property DeviceID |Format-Ta

《Learn Windows PowerShell in a Month of Lunches Third Edition》读书笔记—CHAPTER 21 You call this scriptin

21.3 Parameterizing commands 我们编写了一个叫 Get-DiskInventory.ps1 的程序,内容如下: Get-WmiObject -class Win32_LogicalDisk -computername localhost -filter "drivetype=3" |Sort-Object -property DeviceID |Format-Ta