From 66d5e9b2bcd28148c0f651875821d30ec3dc5917 Mon Sep 17 00:00:00 2001 From: Nicholas Ellis Date: Tue, 15 Sep 2020 12:41:04 -0400 Subject: [PATCH] Updating Changelog and examples --- CHANGELOG.md | 2 ++ source/Examples/Resources/xSccmInstall/SccmInstall.ps1 | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 018933a..cadf2f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 SecurityScopesToInclude, SecurityScopesToExclude to CMBoundaryGroup resource. - Updated CMSystemDiscovery Resource to add needed throw and warn messages. - Added InstanceDir parameter to SQL composite. +- Updated the xSCCMInstall resource accounting for the name change on versions + 1910 and greater. ### Removed diff --git a/source/Examples/Resources/xSccmInstall/SccmInstall.ps1 b/source/Examples/Resources/xSccmInstall/SccmInstall.ps1 index a468dbf..6e591c1 100644 --- a/source/Examples/Resources/xSccmInstall/SccmInstall.ps1 +++ b/source/Examples/Resources/xSccmInstall/SccmInstall.ps1 @@ -23,6 +23,7 @@ Configuration Example SetupExePath = 'C:\Temp\SCCMInstall\SMSSETUP\BIN\X64' IniFile = 'C:\temp\Lab-CAS-Test.ini' SccmServerType = 'CAS' + Version = '1902' SccmInstallAccount = $SccmInstallAccount } }