Skip to content

Commit 9e94009

Browse files
committed
Changed message from verbose to output
1 parent ae1417a commit 9e94009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/Set-DbaAgentJob.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Changes a job with the name "Job1" on multiple servers to have another descripti
230230
foreach ($instance in $sqlinstance) {
231231

232232
# Try connecting to the instance
233-
Write-Message -Message "Attempting to connect to $instance" -Level Verbose
233+
Write-Message -Message "Attempting to connect to $instance" -Level Output
234234
try {
235235
$server = Connect-SqlServer -SqlServer $instance -SqlCredential $SqlCredential
236236
}

0 commit comments

Comments
 (0)