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 ae1417a commit 9e94009Copy full SHA for 9e94009
functions/Set-DbaAgentJob.ps1
@@ -230,7 +230,7 @@ Changes a job with the name "Job1" on multiple servers to have another descripti
230
foreach ($instance in $sqlinstance) {
231
232
# Try connecting to the instance
233
- Write-Message -Message "Attempting to connect to $instance" -Level Verbose
+ Write-Message -Message "Attempting to connect to $instance" -Level Output
234
try {
235
$server = Connect-SqlServer -SqlServer $instance -SqlCredential $SqlCredential
236
}
0 commit comments