Update Invoke-OperatingSystemDiskDetection.ps1

This commit is contained in:
freedbygrace
2023-10-17 11:38:30 -04:00
committed by GitHub
parent 3a401df7fb
commit 775f5410a2
+1 -1
View File
@@ -33,7 +33,7 @@
[Parameter(Mandatory=$False)]
[ValidateNotNullOrEmpty()]
[Alias('DST')]
[UInt64]$DiskSizeThresholdInGB = 1024
[UInt64]$DiskSizeThresholdInGB = 32
)
Try