We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbac39 commit 039ef46Copy full SHA for 039ef46
1 file changed
functions/Initialize-PdcVhdDisk.ps1
@@ -95,7 +95,7 @@ function Initialize-PdcVhdDisk {
95
96
# Create the partition, set the drive letter and format the volume
97
try {
98
- $volume = Get-Disk -Number $disk.DiskNumber | New-Partition -UseMaximumSize | Format-Volume -FileSystem NTFS -NewFileSystemLabel "EasyClone" -AllocationUnitSize $AllocationUnitSize -Confirm:$false
+ $volume = Get-Disk -Number $disk.DiskNumber | New-Partition -UseMaximumSize | Format-Volume -FileSystem NTFS -NewFileSystemLabel "PSDatabaseClone" -AllocationUnitSize $AllocationUnitSize -Confirm:$false
99
}
100
catch {
101
# Dismount the drive
0 commit comments