From 46c58e74cdd05330e0d7290ba43783cf2b7fbb60 Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Mon, 16 Oct 2023 15:42:19 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6746ed5..4749470 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Invoke-OperatingSystemDiskDetection .SYNOPSIS + Dynamically determines the desired operating system disk based on a calculated MediaType and BusType priority. .DESCRIPTION This solves for issues in devices that have multiple hard disk(s) where operating system gets installed onto the incorrect disk. - This method bypasses any manual determination required across all models and devices. .PARAMETER BusTypeExclusionExpression @@ -12,8 +12,7 @@ A valid regular expression to exclude disks for from consideration based on thei .NOTES By default, the operating system will get deployed onto the fatest and smallest disk. - If a task sequence is running, the required task sequence variables (More can be added) will be configured so that the Format and Partition steps will format the correct hard disk. .LINK -https://learn.microsoft.com/en-us/windows-hardware/drivers/storage/msft-Disk \ No newline at end of file +https://learn.microsoft.com/en-us/windows-hardware/drivers/storage/msft-Disk