Skip to content

Commit 7825bff

Browse files
authored
Merge pull request MicrosoftDocs#5583 from get-itips/patch-187
Adding missing param in example
2 parents 8042ef5 + 09b8b78 commit 7825bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Sets the owner for a Whiteboard.
3131
### -------------------------- EXAMPLE 1 --------------------------
3232

3333
```
34-
PS C:\>Set-WhiteboardOwner -OldOwnerId 00000000-0000-0000-0000-000000000001 -NewOwnerId 00000000-0000-0000-0000-000000000002
34+
PS C:\>Set-WhiteboardOwner -OldOwnerId 00000000-0000-0000-0000-000000000001 -NewOwnerId 00000000-0000-0000-0000-000000000002 -WhiteboardId 00000000-0000-0000-0000-000000000003
3535
```
3636

3737
Move a Whiteboard from one user to another.

0 commit comments

Comments
 (0)