PowerShell 스크립트에 인수를 전달하려면 어떻게 해야 합니까? PowerShell 스크립트에는itunesForward.ps1iTunes를 30초 빨리 감습니다. $iTunes = New-Object -ComObject iTunes.Application if ($iTunes.playerstate -eq 1) { $iTunes.PlayerPosition = $iTunes.PlayerPosition + 30 } 이 명령어는 다음 프롬프트라인 명령어로 실행됩니다. powershell.exe itunesForward.ps1 명령줄에서 인수를 전달하여 하드코드된 30초 값이 아닌 스크립트에 적용할 수 있습니까?동작 테스트 완료: #Must be the first statement in your script ..