我有這樣的數據在這裏跳過列字段: Name,Team,First Test, Second Test, Third Test
Tom,Red,5,17,22
Joe,Green,3,14,22
Maria,Blue,6,18,21
Fred,Blue,2,15,23
Carlos,Red,-1,15,24
Phuong,Green,7,19,21
Enrique,Green,3,16
我對powershell腳本編程(以及編程/一般腳本編程)非常陌生,這是我的第一個powershell腳本。我正在嘗試編寫一個將Linux子系統安裝到PC上的腳本。下面是代碼 function Get-ScriptDirectory { #Gets scripts full path
Split-Path -parent $PSCommandPath
}
If (-NOT ([Securit