Skip to content

Commit 728049c

Browse files
committed
Added verbosity
1 parent 4ef08f6 commit 728049c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ function Set-TargetResource
10751075
{
10761076
if ( $_.Exception -match 'The report server was unable to validate the integrity of encrypted data in the database' )
10771077
{
1078-
Write-Verbose -Message 'Received a runtime exception'
1078+
Write-Verbose -Message 'Received a runtime exception' -Verbose
10791079

10801080
# Restore key here
10811081
$invokeRsCimMethodRestoreEncryptionKeyParameters = @{

0 commit comments

Comments
 (0)