mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-25 22:55:15 +02:00
veeam silently remove message
This commit is contained in:
parent
7318bf4d68
commit
c8a687def5
@ -39,6 +39,7 @@ $culture = new-object "System.Globalization.CultureInfo" "en-us"
|
||||
|
||||
$ps .= '
|
||||
$ProgressPreference = "SilentlyContinue"
|
||||
$WarningPreference = "SilentlyContinue"
|
||||
|
||||
Try {
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
@ -39,6 +39,7 @@ $culture = new-object "System.Globalization.CultureInfo" "en-us"
|
||||
|
||||
$ps .= '
|
||||
$ProgressPreference = "SilentlyContinue"
|
||||
$WarningPreference = "SilentlyContinue"
|
||||
|
||||
Try {
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
@ -39,6 +39,7 @@ $culture = new-object "System.Globalization.CultureInfo" "en-us"
|
||||
|
||||
$ps .= '
|
||||
$ProgressPreference = "SilentlyContinue"
|
||||
$WarningPreference = "SilentlyContinue"
|
||||
|
||||
Try {
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
@ -39,6 +39,7 @@ $culture = new-object "System.Globalization.CultureInfo" "en-us"
|
||||
|
||||
$ps .= '
|
||||
$ProgressPreference = "SilentlyContinue"
|
||||
$WarningPreference = "SilentlyContinue"
|
||||
|
||||
Try {
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
Loading…
x
Reference in New Issue
Block a user