명령줄 경로에 공백이 있는 PowerShell 스크립트를 실행하려면 어떻게 해야 합니까? 그래서 명령줄에서 PowerShell 스크립트를 실행하는 여러 가지 방법을 시도했지만 모두 오류를 반환했습니다. 여기 경로가 있습니다. C:\Users\test\Documents\test\line space\PS Script\test.ps1 나는 이것들을 시도해 봤습니다. powershell -File '"C:\Users\test\Documents\test\line space\PS Script\test.ps1"' powershell "& ""C:\Users\test\Documents\test\line space\PS Script\test.ps1""" Powershell "& 'C:\Users\test\Document..