windows powershell基礎

windows powershell基礎 目錄: 1.管道和重定向 2.命令執行 3.變量 4.數組和哈希表  #@()創建數組,使用","把每個值分隔開,@{}創建哈希表,用";"把每個值分隔開 5.常用命令  get-help  查看幫助  get-command 查詢命令  get-member  查看對象的成員信息  get-verb  獲取所有動詞  get-content 或者type
相關文章
相關標籤/搜索