function Invoke-NativeCommand() { # A handy way to run a command, and automatically throw an error if the # exit code is non-zero. if ($args.Count -eq 0) { ...
確定! 回上一頁