From 775f5410a2e2f353f54b212c2ab7cc5ecaddefbb Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Tue, 17 Oct 2023 11:38:30 -0400 Subject: [PATCH] Update Invoke-OperatingSystemDiskDetection.ps1 --- Invoke-OperatingSystemDiskDetection.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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