powershell 원격 세션에서 파일을 편집하는 방법(powershell) 파워셸 리모트를 사용하여 다른 컴퓨터에 연결하고 있습니다. 정말 좋습니다. 많은 것을 할 수 있지만 파일을 편집하려면 어떻게 해야 합니까? PSC:\Users\guutlee> Enter-PSSession - ComputerName appprod [appprod]:PSC:\Users\guutlee\Documents > cd \myapp [appprod]:PSC:\myapp> 원격 컴퓨터의 파일에서 파일 편집기를 열려면 어떻게 해야 합니까? [appprod]:PSC:\myapp> app.config 편집 따라서 powershell.exe 또는 powershell_ise.exe에서 "filename"을 편집하면 중단되는 것처럼 보입니..