Open goforebroke opened 2 years ago
Seems you found a bug. The verbose output says it adds the argument /SQMREPORTING="False"
to the setup executable, but the docs says that in this case the value for the argument should be 0
(disabled) or 1
(enabled).
Happy to review a PR that fixes this.
For SQL Server 2019 (2017 or newer) see this article: https://docs.microsoft.com/en-US/sql/sql-server/usage-and-diagnostic-data-configuration-for-sql-server?view=sql-server-2017
The argument SQMREPORTING
also only seems to work for older versions of SQL Server (even if the correct value is set) when looking at the docs.
Problem description
Want to disable SQMReporting as part of install.
SQL Server is installed, but SQM never gets disabled.
I have tried both
SQMReporting = $false and SQMReporting = 'False'
Verbose logs
DSC configuration
Suggested solution
N/A
SQL Server edition and version
SQL Server PowerShell modules
Operating system
PowerShell version
SqlServerDsc version