You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xPackageResource: Removed hardcoded ComputerName 'localhost' parameter from
Get-WMIObject to eliminate PSSA rule violation. The parameter is not
required.
Added .gitignore to prevent DSCResource.Tests from being commited to repo.
Updated AppVeyor.yml to use WMF 5 build OS so that latest test methods work.
Updated xWebService resource to not deploy Devices.mdb if esent provider is
used
Fixed $script:netsh parameter initialization in xWebService resource that was
causing CIM exception when EnableFirewall flag was specified.
xService:
Fixed a bug where, despite no state specified in the config, the resource
test returns false if the service is not running
Fixed bug in which Automatice StartupType did not match the 'Auto'
StartMode in Test-TargetResource.
xPackage: Fixes bug where CreateCheckRegValue was not being removed when
uninstalling packages
Replaced New-NetFirewallRule cmdlets with netsh as this cmdlet is not
available by default on some downlevel OS such as Windows 2012 R2 Core.
Added the xEnvironment resource
Added the xWindowsFeature resource
Added the xScript resource
Added the xUser resource
Added the xGroupSet resource
Added the xProcessSet resource
Added the xServiceSet resource
Added the xWindowsFeatureSet resource
Added the xWindowsOptionalFeatureSet resource
Merged the in-box Service resource with xService and added tests for xService
Merged the in-box Archive resource with xArchive and added tests for xArchive
Merged the in-box Group resource with xGroup and added tests for xGroup