10
Bir komut isteminden bir PowerShell betiğine boole değerleri nasıl iletilir
Bir toplu iş dosyasından bir PowerShell betiği çağırmam gerekiyor. Betiğin argümanlarından biri boole değeridir: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -File .\RunScript.ps1 -Turn 1 -Unify $false Komut aşağıdaki hatayla başarısız olur: Cannot process argument transformation on parameter 'Unify'. Cannot convert value "System.String" to type "System.Boolean", parameters of this type only accept booleans or numbers, …
104
scripting
powershell