You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -252,119 +251,9 @@ Here's an example of the file structure for the send logs:
252
251
253
252
The send logs file structure has all the logs and installation files from the standalone observability pipeline, including the **GMACache logs** and pipeline install and uninstall logs.
254
253
255
-
### Get-ObservabilityStampId (optional)
256
-
257
-
> [!NOTE]
258
-
> You don't need to use this cmdlet with `Copy-DiagnosticData`.
259
-
260
-
The `Get-ObservabilityStampId` cmdlet is a heavy operation and is only needed in rare cases. This cmdlet also shuts down the Azure Local VM running disconnected and mounts the OS volume VHD to get the stamp ID. After the operation, the Azure Local VM running disconnected restarts.
261
-
262
-
Use these parameters with the `Get-ObservabilityStampId` cmdlet:
263
-
264
-
-**MountPath**: Optional. A valid drive or path to temporarily hold mounted VHDs used to retrieve the stamp ID. The file is removed on cleanup at the end of the cmdlet.
265
-
-**Recoverykeyset**: Optional. The RecoveryKeySet containing relevant **ProtectorId** and **RecoveryPassword** pairs for BitLocker encrypted volumes used for log collection retrieval. If recovery keys aren't provided, manual entry of the keys is required during the mount process.
266
-
267
-
> [!TIP]
268
-
> You can provide a desired path for the mounted VHD. Otherwise, the default path `${env:USERPROFILE}\MountedVHDs` is used.
269
-
270
-
Here's an example of the output with a custom path:
If the command doesn't return a `StampId`, the stamp ID isn't set and you need to pass it into [Send-DiagnosticData](#send-diagnosticdata) manually. If the stamp ID isn't set and you don't pass it manually, it defaults to the host **UUID**.
283
-
284
-
Alternatively, you can use the `Get-ApplianceInstanceConfiguration` command to get the stamp ID.
0 commit comments