개요
설치
cmdlet을 설치하고 Microsoft Whiteboard:
- 시작 메뉴를 열고 검색을 Windows PowerShell
- 마우스 오른쪽 단추로 Windows PowerShell 관리자 권한으로 실행을 선택
- 창에 이 명령을 입력하거나 복사하고 Enter 키를 누르십시오.
Install-Module -Name WhiteboardAdmin
기본적으로 PowerShell 갤러리(PSGallery)는 PowerShellGet 을 위한 신뢰할 수 있는 리포지토리로 구성되지 않습니다. PSGallery를 처음 사용하면 다음 메시지가 표시됩니다.
Untrusted repository
You are installing the modules from an untrusted repository. If you trust this repository, change
its InstallationPolicy value by running the `Set-PSRepository` cmdlet.
Are you sure you want to install the modules from 'PSGallery'?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"):
설치를 계속하려면 예 또는 모두 예 로 대답하십시오.
다음 명령을 입력하거나 창에 복사하고 Enter 키를 눌러 실행 정책을 업데이트해야 할 수 있습니다.
Set-ExecutionPolicy RemoteSigned
참고: 에 대한 자세한 Execution_Policies 로 https://go.microsoft.com/fwlink/p/?LinkID=135170 이동하세요.
사용자 ID
사용자 ID를 사용하는 cmdlet은 사용자 ID를 사용하여 Azure Active Directory. 사용자 ID를 얻기 위해 Microsoft Graph 있습니다. 자세한 내용은 로 https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_get 이동하세요.
화이트보드 콘텐츠 내보내기
이 Microsoft Whiteboard cmdlet은 더 이상 화이트보드에 액세스할 수 없는 사용자의 화이트보드 콘텐츠를 쉽게 내보낼 수 있도록 하는 데 사용됩니다. 이 작업을 수행하려면 먼저 화이트보드 소유자를 화이트보드에 액세스할 수 있는 사람에게 전송해야 합니다. 이제 화이트보드를 소유한 사용자가 앱에 로그인하여 콘텐츠를 내보낼 수 있습니다.
일반 Cmdlet
- @MicrosoftWhiteboardAdmin.Get-Whiteboard
- @MicrosoftWhiteboardAdmin.Set-WhiteboardOwner
- @MicrosoftWhiteboardAdmin.Invoke-TransferAllWhiteboards