Skip to content

Commit 83140b6

Browse files
authored
Merge pull request MicrosoftDocs#959 from tbrosman/whiteboard-ps-minor-fixes
Minor fixes for whiteboard-ps
2 parents 37a896d + 150bba7 commit 83140b6

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,22 @@ Gets one or more Whiteboards from the Microsoft Whiteboard service and returns t
1515

1616
## SYNTAX
1717

18-
```
18+
### Get a specific Whiteboard
19+
20+
```powershell
1921
Get-Whiteboard [-Token <AuthenticationResult>] -UserId <Guid> -WhiteboardId <Guid> [<CommonParameters>]
22+
```
2023

24+
### Get all Whiteboards for a user
25+
26+
```powershell
2127
Get-Whiteboard [-Token <AuthenticationResult>] -UserId <Guid> [<CommonParameters>]
2228
```
2329

2430
## DESCRIPTION
2531

2632
Gets one or more Whiteboards from the Microsoft Whiteboard service and returns them as objects.
2733

28-
2934
## EXAMPLES
3035

3136
### -------------------------- EXAMPLE 1 --------------------------

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Transfer ownership of all Whiteboards owned by a user to another user.
1515

1616
## SYNTAX
1717

18-
```
18+
```powershell
1919
Invoke-TransferAllWhiteboards [[-Token] <AuthenticationResult>] [-OwnerId] <Guid> [-NewOwnerId] <Guid> [-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ schema: 2.0.0
1010
# Set-WhiteboardOwner
1111

1212
## SYNOPSIS
13+
1314
Sets the owner for a Whiteboard.
1415

1516
## SYNTAX
1617

17-
```
18+
```powershell
1819
Set-WhiteboardOwner [[-Token] <AuthenticationResult>] [-WhiteboardId] <Guid> [-OldOwnerId] <Guid> [-NewOwnerId] <Guid> [-WhatIf] [-Confirm] [<CommonParameters>]
1920
```
2021

@@ -114,7 +115,6 @@ Accept wildcard characters: false
114115
Applicable: Microsoft Whiteboard
115116
```
116117
117-
118118
## INPUTS
119119
120120
### None

0 commit comments

Comments
 (0)