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
Cleaned up resource (PSSA issues, formatting, etc.)
Added/Updated Tests and Examples
BREAKING CHANGE: Removed the unused Source parameter
Updated to a high quality resource
xDSCWebService:
Add DatabasePath property to specify a custom database path and enable
multiple pull server instances on one server.
Rename UseUpToDateSecuritySettings property to UseSecurityBestPractices.
Add DisableSecurityBestPractices property to specify items that are
excepted from following best practice security settings.
xGroup:
Fixed PSSA issues
Formatting updated as per style guidelines
Missing comment-based help added for Get-/Set-/Test-TargetResource
Typos fixed in Unit test script
Unit test 'Get-TargetResource/Should return hashtable with correct values
when group has no members' updated to handle the expected empty Members
array correctly