Skip to content

Commit 76db909

Browse files
authored
Merge pull request MicrosoftDocs#3460 from blomqcon/coblom/whiteboardExport
coblom/whiteboardExport
2 parents 755d5da + dfdf059 commit 76db909

File tree

8 files changed

+20
-16
lines changed

8 files changed

+20
-16
lines changed

whiteboard/docs-conceptual/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
------------------------------------------- START OF LICENSE -----------------------------------------
22

3-
Microsoft Whiteboard Admin PowerShell Cmdlets
3+
Microsoft Whiteboard Admin PowerShell Cmdlets
44

55
Copyright (c) Microsoft Corporation. All rights reserved.
66

whiteboard/docs-conceptual/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Welcome to the Microsoft Whiteboard PowerShell cmdlet help references. The Microsoft Whiteboard cmdlets provide the command line interface for service administration and management.
44

5-
Here you will find all of the Microsoft Whiteboard PowerShell help topics. These topics are 'open source' and open for contributions. If you are interested in contributing to this content head over to the source GitHub repo and look through the README.
5+
Here you will find all of the Microsoft Whiteboard PowerShell help topics. These topics are 'open source' and open for contributions. If you are interested in contributing to this content head over to the source GitHub repo and look through the README.
66

77
The repo is located here: https://github.com/microsoftdocs/office-docs-powershell and you can find the README displayed at the bottom of the page.

whiteboard/docs-conceptual/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ To install and use the Microsoft Whiteboard cmdlets:
88
2. Right-click on Windows PowerShell and choose Run As Administrator
99
3. Type or copy this command into the window and press the Enter key: Install-Module -Name WhiteboardAdmin
1010

11-
You may need to update your execution policy, which you can do by typing or copying this command into the window and pressing the Enter key: Set-ExecutionPolicy RemoteSigned
11+
You may need to update your execution policy, which you can do by typing or copying this command into the window and pressing the Enter key: Set-ExecutionPolicy RemoteSigned
1212

1313
Note: For more information on Execution_Policies, go to https://go.microsoft.com/fwlink/?LinkID=135170
1414

1515
## User IDs
1616

1717
Cmdlets taking user IDs use the ID from Azure Active Directory. To get a user ID, you can use the Microsoft Graph Explorer. For more information, go to https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_get
1818

19+
## Exporting Whiteboard Content
20+
21+
The Microsoft Whiteboard cmdlets are often used to facilate the export of Whiteboard content for users that no longer have access to whiteboard. To accomplish this you must first transfer the whiteboard owner to someone who has access to Whiteboard. Then the user who now owns the whiteboard can sign into the app and export the content.
22+
1923
## Common Cmdlets
2024

2125
* [Get-Whiteboard](../whiteboard-ps/whiteboard/Get-Whiteboard.md)

whiteboard/mapping/monikerMapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"referenceTocUrl": "/powershell/module/whiteboard-ps/toc.json",
66
"packageRoot": "whiteboard-ps",
77
"modules": {
8-
"whiteboard": {}
8+
"whiteboard": {}
99
}
1010
}
1111
}

whiteboard/whiteboard-ps/whiteboard/Get-Whiteboard.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.Whiteboard.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftWhiteboard
44
applicable: Microsoft Whiteboard
55
title: Get-Whiteboard
6-
online version:
6+
online version:
77
schema: 2.0.0
88
author: kenwith
99
ms.author: kenwith
@@ -54,7 +54,7 @@ The Azure AD bearer token corresponding to the specified credentials. If unspeci
5454
Type: Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult
5555
Required: false
5656
Position: named
57-
Default value: None
57+
Default value: None
5858
Accept pipeline input: false
5959
Accept wildcard characters: false
6060
Applicable: Microsoft Whiteboard
@@ -81,7 +81,7 @@ Optional. The ID of a specific Whiteboard.
8181
Type: Guid
8282
Required: true
8383
Position: named
84-
Default value: None
84+
Default value: None
8585
Accept pipeline input: false
8686
Accept wildcard characters: false
8787
Applicable: Microsoft Whiteboard
@@ -95,7 +95,7 @@ Optional. Always prompt for auth. Use to ignore cached credentials.
9595
Type: SwitchParameter
9696
Required: false
9797
Position: named
98-
Default value: false
98+
Default value: false
9999
Accept pipeline input: false
100100
Accept wildcard characters: false
101101
Applicable: Microsoft Whiteboard

whiteboard/whiteboard-ps/whiteboard/Invoke-TransferAllWhiteboards.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.Whiteboard.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftWhiteboard
44
applicable: Microsoft Whiteboard
55
title: Set-WhiteboardOwner
6-
online version:
6+
online version:
77
schema: 2.0.0
88
author: kenwith
99
ms.author: kenwith
@@ -55,7 +55,7 @@ The Azure AD bearer token corresponding to the specified credentials. If unspeci
5555
Type: Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult
5656
Required: false
5757
Position: 1
58-
Default value: None
58+
Default value: None
5959
Accept pipeline input: false
6060
Accept wildcard characters: false
6161
Applicable: Microsoft Whiteboard
@@ -97,7 +97,7 @@ Optional. Always prompt for auth. Use to ignore cached credentials.
9797
Type: SwitchParameter
9898
Required: false
9999
Position: named
100-
Default value: false
100+
Default value: false
101101
Accept pipeline input: false
102102
Accept wildcard characters: false
103103
Applicable: Microsoft Whiteboard

whiteboard/whiteboard-ps/whiteboard/Set-WhiteboardOwner.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.Whiteboard.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftWhiteboard
44
applicable: Microsoft Whiteboard
55
title: Set-WhiteboardOwner
6-
online version:
6+
online version:
77
schema: 2.0.0
88
author: kenwith
99
ms.author: kenwith
@@ -46,7 +46,7 @@ The Azure AD bearer token corresponding to the specified credentials. If unspeci
4646
Type: Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult
4747
Required: false
4848
Position: 1
49-
Default value: None
49+
Default value: None
5050
Accept pipeline input: false
5151
Accept wildcard characters: false
5252
Applicable: Microsoft Whiteboard
@@ -60,7 +60,7 @@ The Whiteboard for which the owner is being changed.
6060
Type: Guid
6161
Required: true
6262
Position: 2
63-
Default value: None
63+
Default value: None
6464
Accept pipeline input: false
6565
Accept wildcard characters: false
6666
Applicable: Microsoft Whiteboard
@@ -102,7 +102,7 @@ Optional. Always prompt for auth. Use to ignore cached credentials.
102102
Type: SwitchParameter
103103
Required: false
104104
Position: named
105-
Default value: false
105+
Default value: false
106106
Accept pipeline input: false
107107
Accept wildcard characters: false
108108
Applicable: Microsoft Whiteboard

whiteboard/whiteboard-ps/whiteboard/whiteboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Locale: en-US
99

1010
## Description
1111

12-
The following cmdlet references are for Microsoft Whiteboard. See [Overview](../../docs-conceptual/overview.md) for details on installing the module.
12+
The following cmdlet references are for Microsoft Whiteboard. See [Overview](../../../docs-conceptual/overview.md) for details on installing the module.
1313

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

0 commit comments

Comments
 (0)