Skip to content

Commit 853ab65

Browse files
authored
Merge pull request MicrosoftDocs#5806 from kausali/lamakau/UpdateDocs
Update Microsoft Whiteboard Admin Documentation
2 parents 48ad74b + 31543cb commit 853ab65

File tree

4 files changed

+37
-6
lines changed

4 files changed

+37
-6
lines changed

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

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,37 @@ PS C:\>Get-Whiteboard -UserId 00000000-0000-0000-0000-000000000001
4444

4545
Get all of a user's Whiteboards.
4646

47+
### -------------------------- EXAMPLE 2 --------------------------
48+
49+
```
50+
PS C:\>Get-Whiteboard -UserId 00000000-0000-0000-0000-000000000001 -WhiteboardId 00000000-0000-0000-0000-000000000002
51+
```
52+
53+
Get user's specific Whiteboard.
54+
55+
56+
### Response
57+
58+
```yaml
59+
baseApi : baseApi-value
60+
id : whiteboardId-value
61+
userId : userId-value
62+
folioId : folioId-value
63+
title : title-value
64+
createdBy : createdBy-value
65+
ownerId : ownerId-value
66+
ownerTenantId : ownerTenantId-value
67+
isShared : isShared-value
68+
createdTime : createdTime-value
69+
invitedTime : invitedTime-value
70+
personalLastModifiedTime : personalLastModifiedTime-value
71+
lastModifiedTime : lastModifiedTime-value
72+
globalLastViewedTime : globalLastViewedTime-value
73+
lastViewedTime : lastViewedTime-value
74+
meetingId : meetingId-value
75+
eTag : eTag-value
76+
```
77+
4778
4879
## PARAMETERS
4980
@@ -98,6 +129,6 @@ Applicable: Microsoft Whiteboard
98129
99130
## NOTES
100131
101-
For details on user IDs, see the [overview page](whiteboard.md).
132+
For details on user IDs, see the [overview page](../../docs-conceptual/overview.md).
102133
103134
## RELATED LINKS

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Transfer ownership of all Whiteboards owned by a user to another user.
1919
## SYNTAX
2020

2121
```powershell
22-
Invoke-TransferAllWhiteboards [-OwnerId] <Guid> [-NewOwnerId] <Guid> [-WhatIf] [-Confirm] [<CommonParameters>]
22+
Invoke-TransferAllWhiteboards [-OldOwnerId] <Guid> [-NewOwnerId] <Guid> [-WhatIf] [-Confirm] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -123,6 +123,6 @@ Applicable: Microsoft Whiteboard
123123
124124
## NOTES
125125
126-
For details on user IDs, see the [overview page](whiteboard.md).
126+
For details on user IDs, see the [overview page](../../docs-conceptual/overview.md).
127127
128128
## RELATED LINKS

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Sets the owner for a Whiteboard.
3434
PS C:\>Set-WhiteboardOwner -OldOwnerId 00000000-0000-0000-0000-000000000001 -NewOwnerId 00000000-0000-0000-0000-000000000002 -WhiteboardId 00000000-0000-0000-0000-000000000003
3535
```
3636

37-
Move a Whiteboard from one user to another.
37+
Move Whiteboard ownership from one user to another.
3838

3939
## PARAMETERS
4040

@@ -128,6 +128,6 @@ Applicable: Microsoft Whiteboard
128128
129129
## NOTES
130130
131-
For details on user IDs, see the [overview page](whiteboard.md).
131+
For details on user IDs, see the [overview page](../../docs-conceptual/overview.md).
132132
133133
## RELATED LINKS

whiteboard/whiteboard-ps/whiteboard/whiteboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Microsoft Whiteboard
88

99
## Description
1010

11-
The following cmdlet references are for Microsoft Whiteboard. See [Overview](../../docs-conceptual/overview.md) for details on installing the module.
11+
The following cmdlet references are for Microsoft Whiteboard. See [Overview](../../../whiteboard/docs-conceptual/overview.md) for details on installing the module. The module can only be run by a global tenant admin.
1212

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

0 commit comments

Comments
 (0)