diff --git a/Invoke-OperatingSystemDiskDetection.ps1 b/Invoke-OperatingSystemDiskDetection.ps1 index c35e965..8162398 100644 --- a/Invoke-OperatingSystemDiskDetection.ps1 +++ b/Invoke-OperatingSystemDiskDetection.ps1 @@ -33,7 +33,7 @@ [Parameter(Mandatory=$False)] [ValidateNotNullOrEmpty()] [Alias('DST')] - [UInt64]$DiskSizeThresholdInGB = 1024 + [UInt64]$DiskSizeThresholdInGB = 32 ) Try