mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 07:05:06 +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 .= '
|
$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