From e95e61f002a3dc72547eb703f57f34fc88bfe839 Mon Sep 17 00:00:00 2001 From: Upgrayedd Date: Sat, 17 Aug 2024 22:56:48 -0500 Subject: [PATCH] Add MDTDeploymentShareProperties.ini first draft --- MDTDeploymentShareProperties.ini | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 MDTDeploymentShareProperties.ini diff --git a/MDTDeploymentShareProperties.ini b/MDTDeploymentShareProperties.ini new file mode 100644 index 0000000..c34c650 --- /dev/null +++ b/MDTDeploymentShareProperties.ini @@ -0,0 +1,22 @@ +[Settings] +Priority=Default +Properties=MyCustomProperty + +[Default] +OSInstall=Y +SkipCapture=YES +SkipAdminPassword=YES +SkipProductKey=YES +SkipComputerBackup=YES +SkipBitLocker=YES +#non-default starts here +SkipUserData=YES +SkipTimeZone=YES +SkipLocaleSelection=YES + +JoinDomain=ad.ug.veepeen +MachineObjectOU=OU=Workstations,OU=Company,DC=ad,DC=ug,DC=veepeen + +KeyboardLocale=en-US +TimeZoneName=Central Standard Time +EventService=http://EMA:9800 \ No newline at end of file