Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,8 @@
"build_entry_point": "docs",
"template_folder": "_themes",
"version": 0,
"customized_tasks": {
"docset_prebuild": [
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
]
},
"monikerPath": [
"mapping/MAML2Yaml/monikerMapping.json"
"mapping/monikerMapping.json"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ title: Set-WhiteboardSettings
schema: 2.0.0
author: shwetawagh
ms.author: shwetawagh
ms.reviewer:
---

# Set-WhiteboardSettings
Expand All @@ -18,7 +17,7 @@ Get the users Whiteboard settings.

## SYNTAX

```powershell
```
Set-WhiteboardSettings
[-ForceAuthPrompt][-Settings]
[<CommonParameters>]
Expand Down Expand Up @@ -76,7 +75,6 @@ Accept wildcard characters: False
Applicable: Microsoft Whiteboard
```


### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
Module Name: Microsoft Whiteboard Admin
Module Name: WhiteboardAdmin
Module Guid: CC24F7D4-4CF7-46D3-BD87-30A3D44ECF96
title: Microsoft Whiteboard
title: WhiteboardAdmin
---

# Microsoft Whiteboard Admin
# WhiteboardAdmin Module

## Description

Expand All @@ -13,14 +13,14 @@ The following cmdlet references are for Microsoft Whiteboard. See [Overview](htt
> [!IMPORTANT]
> Microsoft recommends that you use roles with the fewest permissions. Using lower permissioned accounts helps improve security for your organization. Global Administrator is a highly privileged role that should be limited to emergency scenarios when you can't use an existing role. To learn more, see [About admin roles in the Microsoft 365 admin center](/microsoft-365/admin/add-users/about-admin-roles).

## Prerequisite for commands Get-OriginalFluidWhiteboards, Get-OriginalFluidWhiteboardsForTenant, Get-WhiteboardsMigrated, Get-WhiteboardsForTenantMigrated to get whiteboards from users OneDrive
*Prerequisite for commands Get-OriginalFluidWhiteboards, Get-OriginalFluidWhiteboardsForTenant, Get-WhiteboardsMigrated, Get-WhiteboardsForTenantMigrated to get whiteboards from users OneDrive:*

Inorder to get whiteboards which is in OneDrive for any users, Admin should have access to all those users OneDrive.
In order to get whiteboards which is in OneDrive for any users, Admin should have access to all those users OneDrive.
Admin can use Admin portal to give "Site-CollectionAdmin" role to users account for which they want to get all whiteboards in OneDrive.
Go to sharepoint Admin center > On left hand side, click "More features" > In User profiles, click "Open".
Manage User profiles > Search user > Manage site collection owners > Add Admin as Site Collection Administrator.

## Microsoft Whiteboard Admin cmdlets
## WhiteboardAdmin Cmdlets

### [Get-Whiteboard](Get-Whiteboard.md)

Expand Down
Loading