|
| 1 | +--- |
| 2 | +external help file: WhiteboardAdmin-help.xml |
| 3 | +Module Name: WhiteboardAdmin |
| 4 | +online version: https://learn.microsoft.com/powershell/module/whiteboard/get-originalfluidwhiteboardsfortenant |
| 5 | +applicable: Microsoft Whiteboard |
| 6 | +title: Get-OriginalFluidWhiteboardsForTenant |
| 7 | +schema: 2.0.0 |
| 8 | +author: shwetawagh |
| 9 | +ms.author: shwetawagh |
| 10 | +ms.reviewer: |
| 11 | +--- |
| 12 | + |
| 13 | +# Get-OriginalFluidWhiteboardsForTenant |
| 14 | + |
| 15 | +## SYNOPSIS |
| 16 | + |
| 17 | +Gets one or more whiteboards that are originally created as fluid directly into OneDrive for all users under that admin and returns them as objects. |
| 18 | + |
| 19 | +## SYNTAX |
| 20 | + |
| 21 | +```powershell |
| 22 | +Get-OriginalFluidWhiteboardsForTenant [-IncrementalRunName <String>] [-ForceAuthPrompt] [<CommonParameters>] |
| 23 | +``` |
| 24 | + |
| 25 | +## DESCRIPTION |
| 26 | + |
| 27 | +Gets one or more whiteboards that are originally created as fluid directly into OneDrive and returns them as objects. It output all boards created directly into OneDrive in all user accounts under that Tenant |
| 28 | + |
| 29 | +## EXAMPLES |
| 30 | + |
| 31 | +### EXAMPLE 1 |
| 32 | + |
| 33 | +```powershell |
| 34 | +PS C:\>Get-OriginalFluidWhiteboardsForTenant |
| 35 | +``` |
| 36 | + |
| 37 | +Get all user's originally created fluid whiteboards in that tenant and outputs in cmd with all users whiteboards provided admin has access to all those users oneDrive for which it is intended to get whiteboards. |
| 38 | + |
| 39 | +### Output |
| 40 | + |
| 41 | +```yaml |
| 42 | +Drive Items found for User e2ff85af-37e6-4ed7-893b-7ea10c380dc4 --------------------------------------------------- |
| 43 | +Name: Test11whiteboard.whiteboard |
| 44 | +ID: 01ZSJH4Y3TXKT7TKCRRZG3LFKTEGDGSKW4 |
| 45 | +Last Modified: 03/06/2025 09:59:32 |
| 46 | +Size: 15222 bytes |
| 47 | +Migration Date: 03/06/2025 09:58:57 |
| 48 | +User ID: e2ff85af-37e6-4ed7-893b-7ea10c380dc4 |
| 49 | + |
| 50 | +User Name: Adele Vance |
| 51 | +-------------------------------------- |
| 52 | +Name: Test11whiteboard-Copy.whiteboard |
| 53 | +ID: 01ZSJH4YZFODVVZ6LTNNC35BT4QON7GTJI |
| 54 | +Last Modified: 03/06/2025 09:59:25 |
| 55 | +Size: 15225 bytes |
| 56 | +Migration Date: 03/06/2025 09:58:57 |
| 57 | +User ID: e2ff85af-37e6-4ed7-893b-7ea10c380dc4 |
| 58 | + |
| 59 | +User Name: Adele Vance |
| 60 | +-------------------------------------- |
| 61 | +Drive Items found for User 98f9e197-f331-4cca-b7b7-0c0307452fdd --------------------------------------------------- |
| 62 | +Name: Azure111 whiteboard 1.whiteboard |
| 63 | +ID: 01BYRZZIGVVILTKNPTFFFL2M5WFSTDVMSZ |
| 64 | +Last Modified: 02/13/2025 16:45:58 |
| 65 | +Size: 23110 bytes |
| 66 | +Migration Date: 02/13/2025 16:45:37 |
| 67 | +User ID: 98f9e197-f331-4cca-b7b7-0c0307452fdd |
| 68 | + |
| 69 | +User Name: MOD Administrator |
| 70 | +-------------------------------------- |
| 71 | +Name: Azure111 whiteboard.whiteboard |
| 72 | +ID: 01BYRZZIBSVZZUYVJ2JZAKUOV5FMPHM2NL |
| 73 | +Last Modified: 02/19/2025 07:35:25 |
| 74 | +Size: 12007 bytes |
| 75 | +Migration Date: 02/19/2025 07:35:24 |
| 76 | +User ID: 98f9e197-f331-4cca-b7b7-0c0307452fdd |
| 77 | + |
| 78 | +User Name: MOD Administrator |
| 79 | +-------------------------------------- |
| 80 | +No drive items found for User cc078d4f-5ba1-48ff-847f-0f4af2ee8cf5 with DriveID b!Upfgzjfpx0e4lqL84H-BRZGV7qFNQ-hCobqXYyyCS1clCfsBBCS5T75ca0pe4UQS |
| 81 | +Admin does not have access to User 4f14ba28-e678-4535-a9ea-c9f3b32c46f0 OneDrive. |
| 82 | +``` |
| 83 | + |
| 84 | +### EXAMPLE 2 |
| 85 | + |
| 86 | +```powershell |
| 87 | +PS C:\>Get-OriginalFluidWhiteboardsForTenant -IncrementalRunName 1 |
| 88 | +``` |
| 89 | + |
| 90 | +Get all user's originally created fluid whiteboards in that tenant and incrementally creates file "WhiteboardsOriginalFluid-$IncrementalRunName.txt" with all users whiteboards provided admin has access to all those users oneDrive for which it is intended to get whiteboards. |
| 91 | + |
| 92 | +### Output |
| 93 | + |
| 94 | +```yaml |
| 95 | +[ |
| 96 | + "Name: Test11whiteboard.whiteboard", |
| 97 | + "ID: 01ZSJH4Y3TXKT7TKCRRZG3LFKTEGDGSKW4", |
| 98 | + "Last Modified: 03/06/2025 09:59:32", |
| 99 | + "Size: 15222 bytes", |
| 100 | + "Migration Date: 03/06/2025 09:58:57", |
| 101 | + "User ID: e2ff85af-37e6-4ed7-893b-7ea10c380dc4", |
| 102 | + |
| 103 | + "User Name: Adele Vance", |
| 104 | + "-----------------------------------------------", |
| 105 | + "Name: Untitled.whiteboard", |
| 106 | + "ID: 01ZSJH4YYNHPBYXNRAIFAY42SHQ365Z32M", |
| 107 | + "Last Modified: 02/19/2025 05:19:04", |
| 108 | + "Size: 15307 bytes", |
| 109 | + "Migration Date: 02/19/2025 05:19:04", |
| 110 | + "User ID: e2ff85af-37e6-4ed7-893b-7ea10c380dc4", |
| 111 | + |
| 112 | + "User Name: Adele Vance", |
| 113 | + "-----------------------------------------------" |
| 114 | +] |
| 115 | +[ |
| 116 | + "Name: Azure111 whiteboard.whiteboard", |
| 117 | + "ID: 01BYRZZIBSVZZUYVJ2JZAKUOV5FMPHM2NL", |
| 118 | + "Last Modified: 02/19/2025 07:35:25", |
| 119 | + "Size: 12007 bytes", |
| 120 | + "Migration Date: 02/19/2025 07:35:24", |
| 121 | + "User ID: 98f9e197-f331-4cca-b7b7-0c0307452fdd", |
| 122 | + |
| 123 | + "User Name: MOD Administrator", |
| 124 | + "-----------------------------------------------" |
| 125 | +] |
| 126 | +``` |
| 127 | + |
| 128 | +## PARAMETERS |
| 129 | + |
| 130 | +### -IncrementalRunName |
| 131 | + |
| 132 | +Saves incremental progress as the cmdlet runs. Writes progress and results to `.txt` files in the current directory: |
| 133 | + |
| 134 | +- `WhiteboardsOriginalFluid-*.txt` contains the incremental results containing whiteboard objects for the tenant where `*` is the provided **IncrementalRunName**. |
| 135 | + |
| 136 | +```yaml |
| 137 | +Type: String |
| 138 | +Parameter Sets: (All) |
| 139 | +Aliases: |
| 140 | + |
| 141 | +Required: False |
| 142 | +Position: 2 |
| 143 | +Default value: None |
| 144 | +Accept pipeline input: False |
| 145 | +Accept wildcard characters: False |
| 146 | +Applicable: Microsoft Whiteboard |
| 147 | +``` |
| 148 | +
|
| 149 | +### -ForceAuthPrompt |
| 150 | +
|
| 151 | +Optional. Always prompt for auth. Use to ignore cached credentials. |
| 152 | +
|
| 153 | +```yaml |
| 154 | +Type: SwitchParameter |
| 155 | +Parameter Sets: (All) |
| 156 | +Aliases: |
| 157 | + |
| 158 | +Required: False |
| 159 | +Position: Named |
| 160 | +Default value: False |
| 161 | +Accept pipeline input: False |
| 162 | +Accept wildcard characters: False |
| 163 | +Applicable: Microsoft Whiteboard |
| 164 | +``` |
| 165 | +
|
| 166 | +### CommonParameters |
| 167 | +
|
| 168 | +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216) |
| 169 | +
|
| 170 | +## INPUTS |
| 171 | +
|
| 172 | +## OUTPUTS |
| 173 | +
|
| 174 | +## NOTES |
| 175 | +
|
| 176 | +For details on user IDs, see the [overview page](../../docs-conceptual/overview.md). |
| 177 | +
|
| 178 | +## RELATED LINKS |
0 commit comments