我想存檔服務器中的舊文件(大於90天),它應該是每個月單獨的ZIP文件。我有powershell-v1.0所以我不能使用System.Management.Automation.PSObject 我已經創建了一個腳本,但我有一個zip文件名的問題。當我運行腳本時,所有文件都將移至名爲+++的一個存檔。 $folders ="C:\New folder\test\"
Function Zip
我通過ssh運行powershell腳本爲ssh [email protected] "powershell -Comand - < script.ps1。只要我開始傳遞參數,它就會按預期工作。 當我把它作爲powershell -Command - my args失敗(如記錄) '-' was specified with the -Command parameter; no other arg