powershell實戰指南第四章動手實驗

實驗環境:windows10 運行powershell ISE x86 1、顯示正在運行的進程 Get-Process ** ** 2、顯示最新的20個應用程序日誌 Get-eventlog –LogName 「application」 -Netest 20 3、顯示所有類型爲「Cmdlet」的命令 Get-Command -CommandType 「Cmdlet」 4、顯示所有的別名 Get-a
相關文章
相關標籤/搜索