Skip to content

Commit b86373c

Browse files
committed
Fix schema violation in example
1 parent ee16f4e commit b86373c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

whiteboard/whiteboard-ps/WhiteboardAdmin/Get-OriginalFluidWhiteboardsForTenant.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ users under that admin and returns them as objects.
1919
## SYNTAX
2020

2121
```
22-
Get-OriginalFluidWhiteboardsForTenant [[-IncrementalRunName] <String>] [-ForceAuthPrompt] [<CommonParameters>]
22+
Get-OriginalFluidWhiteboardsForTenant [[-IncrementalRunName] <String>] [-ForceAuthPrompt]
23+
[<CommonParameters>]
2324
```
2425

2526
## DESCRIPTION

whiteboard/whiteboard-ps/WhiteboardAdmin/Get-WhiteboardsForTenantMigrated.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Gets one or more whiteboards that are migrated to OneDrive and returns them as o
1818
## SYNTAX
1919

2020
```
21-
Get-WhiteboardsForTenantMigrated [[-IncrementalRunName] <String>] [-ForceAuthPrompt] [<CommonParameters>]
21+
Get-WhiteboardsForTenantMigrated [[-IncrementalRunName] <String>] [-ForceAuthPrompt]
22+
[<CommonParameters>]
2223
```
2324

2425
## DESCRIPTION
@@ -31,13 +32,13 @@ all those users OneDrive.
3132

3233
### EXAMPLE 1
3334

35+
Get all user's migrated whiteboards in that tenant and outputs in cmd with all users whiteboards
36+
provided admin has access to all those users oneDrive.
37+
3438
```powershell
3539
Get-WhiteboardsForTenantMigrated
3640
```
3741

38-
Get all user's migrated whiteboards in that tenant and outputs in cmd with all users whiteboards
39-
provided admin has access to all those users oneDrive.
40-
4142
```Output
4243
Drive Items found for User e2ff85af-37e6-4ed7-893b-7ea10c380dc4
4344
---------------------------------------------------

0 commit comments

Comments
 (0)