We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef08f6 commit 728049cCopy full SHA for 728049c
source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1
@@ -1075,7 +1075,7 @@ function Set-TargetResource
1075
{
1076
if ( $_.Exception -match 'The report server was unable to validate the integrity of encrypted data in the database' )
1077
1078
- Write-Verbose -Message 'Received a runtime exception'
+ Write-Verbose -Message 'Received a runtime exception' -Verbose
1079
1080
# Restore key here
1081
$invokeRsCimMethodRestoreEncryptionKeyParameters = @{
0 commit comments