可以直接控制【Windows APPs 】【Process control】【Network control】包辦很多基本控制,還可以遠端管理另外一台電腦,
windows8 以上作業系統都安裝內建,鍵盤快捷指令 Win + X 輸入 Powershell_ise.exe 就有精緻的操作畫面。
【指令碼窗格、主控台、命令附加元件】都非常完整
他的指令分為以下幾類【Add、copy、Disable、Enable、Get、New、Remove、Show】
簡單的對應上【新增、複製、關閉、開啟、給予、新程序、移除、顯示】,上手並不困難,線上找個手冊閱讀都能輕易上手。
可藉由【指令碼窗格】直接實施【編輯 Power Shell Script 程序文件 】,這就顯得很輕鬆愜意。
這也反應出很糟糕的情況!
一、【Power Shell 與 Windows Apps 】是同一個應用序?
二、牽涉【網路安全】可能淪為駭客工具?
三、影響作業系統管理機制,其作用行為可能大於【系統管理者】。
四、安裝windows8以上作業系統,推定為【預設為安裝】,無法拒絕。
微軟的中文介紹 https://docs.microsoft.com/zh-tw/powershell/scripting/overview?view=powershell-7
使用技巧相關 https://docs.microsoft.com/zh-tw/powershell/scripting/getting-started/getting-started-with-windows-powershell
程式碼範例 https://docs.microsoft.com/zh-tw/powershell/scripting/developer/prog-guide/windows-powershell-sample-code?view=powershell-7
跨平台的支援 https://github.com/powershell/powershell
.