共用方式為


概觀

安裝

若要安裝及使用 Microsoft Whiteboard Cmdlet:

  1. 開啟 [開始] 功能表並搜尋 Windows PowerShell
  2. 在 Windows PowerShell 上按一下滑鼠右鍵,然後選擇 [以系統管理員身分執行]
  3. 在視窗中輸入或複製此命令,然後按 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

使用者識別碼

運用使用者 IDs 的指令程式使用 Azure Active Directory 中的識別碼。 若要取得使用者識別碼,您可以使用 Microsoft Graph Explorer。 如需詳細資訊,請移至 https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_get

匯出白板內容

Microsoft Whiteboard Cmdlet 通常是用來協助為不再可以存取白板的使用者匯出白板內容。 若要完成這項作業,您必須先將白板擁有者轉給具有白板存取權的人員。 現在擁有白板的使用者可以登入至應用程式,並匯出內容。

常見 Cmdlet

  • @MicrosoftWhiteboardAdmin。 Get-白板
  • @MicrosoftWhiteboardAdmin WhiteboardOwner
  • @MicrosoftWhiteboardAdmin。 TransferAllWhiteboards