반응형

M365에서 Trouble Shooting 한다면, 관리자가 Powershell 통해서 M365 TS하는 것은 익숙한 일입니다.

다만, 이걸 굳이 Copilot Studio에서 해야 하나 싶기는 하지만, 종종 Powershell 해야 하는 작업들이 있어서 작성하게 되었습니다.

 

아래의 기술자료를 참고하여 진행하였습니다.

PowerShell support for Power Apps and Power Automate - Power Platform | Microsoft Learn

 

Windows 11 기준으로 진행하였습니다.

시작 버튼 -> 우클릭 -> Terminal (Admin)

 

 

다음 명령어를 진행합니다.

Install-Module -Name Microsoft.PowerApps.Administration.PowerShell
Install-Module -Name Microsoft.PowerApps.PowerShell -AllowClobber
Set-ExecutionPolicy -ExecutionPolicy Unrestricted

 

아래와 같이 메시지가 나타난 다면 Y A 입력합니다.

 

Power Apps Power Automate 영역은 다르기 때문에 각각 로그인이 필요합니다.

Exchange Online 처럼 별도의 연결 명령어를 입력할 필요 없이, 실제 사용할 명령어를 입력하면 자격 증명을 입력하도록 되어 있습니다.

 

아래의 명령어를 입력하면서 Power Apps 접속합니다.

Get-AdminPowerAppEnvironment

 

아래의 명령어를 입력하면서 Power Automate 연결합니다.

Get-AdminFlow

 

 

향후에 Copilot Studio 관련하여 Powershell 연결이 필요할 , 접속하여 활용할 있습니다.

반응형

+ Recent posts