dsccommunity / SqlServerDsc

This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
MIT License
360 stars 227 forks source link

Test-ServiceAccountRequirePassword: Move to DscResource.Common as a public command #1794

Closed johlju closed 1 year ago

johlju commented 2 years ago

We should look at moving this to DscResource.Common (as a public command). Maybe change from "ServiceAccount" to the more generic "Account" in the public command.

johlju commented 1 year ago

The command has been renamed to Test-AccountRequirePassword when merged into DscResource.Common.