概述

安装

若要安装和使用 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

用户 ID

采用用户 ID 的 Cmdlet 使用来自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