Install-SqlDscReportingService
: Continue running command even if not elevated
#2070
Labels
bug
The issue is a bug.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
help wanted
The issue is up for grabs for anyone in the community.
Problem description
The command is meant to stopp executing if not in elevated prompt.
Verbose logs
How to reproduce
Run the command in a non-elevated prompt.
Expected behavior
Stop executing.
Current behavior
Continues executing.
Suggested solution
Probably misses an
-ErrorAction 'Stop'
somewhere?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: