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