Install-SqlDscServer: Fails to install when missing ASSysAdminAccounts #1845
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
Problem description
When installing the feature
AS
and not providing the non-mandatory parameter ASSysAdminAccounts results in failure.Verbose logs
How to reproduce
Run the following command, not providing the parameter
ASSysAdminAccounts
.Expected behavior
Throw an exception saying mandatory parameter
ASSysAdminAccounts
is missing.Current behavior
Starting the installation resulting in failure.
Suggested solution
Add logic to handle that when feature
AS
is installed that the parameterASSysAdminAccounts
must also be specified.Operating system the target node is running
PowerShell version and build the target node is running
Module version used
The text was updated successfully, but these errors were encountered: