Skip to content

Commit 6d36d8a

Browse files
authored
Merge pull request #10650 from MicrosoftDocs/learn-build-service-prodbot/docutune-autopr-20260201-234916-8774062-ignore-build
AB#9644: [BULK] [Bundle-Security] - Scheduled execution to fix known issues (part 6)
2 parents a2e2d3a + d9b2048 commit 6d36d8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/windows-server/backup-and-storage/delete-s2d-storage-pool-reuse-disks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Keywords:
295295
User: SYSTEM
296296
Computer: S2D-1.contoso.com
297297
Description:
298-
Windows lost communication with physical disk {81ea06c7-7433-bdd5-6a02-b267b5702b0b}. This can occur if a cable failed or was disconnected, or if the disk itself failed.
298+
Windows lost communication with physical disk {aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb}. This can occur if a cable failed or was disconnected, or if the disk itself failed.
299299
This disk may be located using the following information:
300300
Drive Manufacturer: Msft
301301
Drive Model Number: Virtual Disk
@@ -306,9 +306,9 @@ Enclosure Model Number: NULL
306306
Enclosure Serial Number: NULL
307307
Enclosure Slot: -1
308308
More information can be obtained using this PowerShell command:
309-
Get-PhysicalDisk | ?{ $_.ObjectId -Match "{81ea06c7-7433-bdd5-6a02-b267b5702b0b}" }
309+
Get-PhysicalDisk | ?{ $_.ObjectId -Match "{aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb}" }
310310
To view the virtual disks affected, run this command in PowerShell:
311-
Get-PhysicalDisk | ?{ $_.ObjectId -Match "{81ea06c7-7433-bdd5-6a02-b267b5702b0b}" } | Get-VirtualDisk
311+
Get-PhysicalDisk | ?{ $_.ObjectId -Match "{aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb}" } | Get-VirtualDisk
312312
```
313313

314314
When you run the `Get-StoragePool` command, you see output that resembles the following example:

0 commit comments

Comments
 (0)