1. 程式人生 > >PowerShell 學習筆記-- 3 -- 格式化輸出,檔案系統

PowerShell 學習筆記-- 3 -- 格式化輸出,檔案系統

四個cmdlet使用者格式化輸出。

Format-List

Format-Custom

Format-Table

Format-Wide

例如:  get-service | format-list  -property  *         gwmi win32_share | format-table -property name,status,Path

(get-service schedule).stop()  ---- 這是呼叫 schedule 這個服務的一個方法

檔案系統

Set-Location,  Get-Item, Get-Childitem, New-Item, Remove-Item, Set-Item, Move-Item, and Copy-Item