mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
+ remove progress message
This commit is contained in:
parent
c29df393ca
commit
5f95437b43
@ -33,6 +33,7 @@ sub get_powershell {
|
|||||||
my $ps = '
|
my $ps = '
|
||||||
$culture = new-object "System.Globalization.CultureInfo" "en-us"
|
$culture = new-object "System.Globalization.CultureInfo" "en-us"
|
||||||
[System.Threading.Thread]::CurrentThread.CurrentUICulture = $culture
|
[System.Threading.Thread]::CurrentThread.CurrentUICulture = $culture
|
||||||
|
$ProgressPreference = "SilentlyContinue"
|
||||||
|
|
||||||
Try {
|
Try {
|
||||||
$ErrorActionPreference = "Stop"
|
$ErrorActionPreference = "Stop"
|
||||||
|
@ -33,6 +33,7 @@ sub get_powershell {
|
|||||||
my $ps = '
|
my $ps = '
|
||||||
$culture = new-object "System.Globalization.CultureInfo" "en-us"
|
$culture = new-object "System.Globalization.CultureInfo" "en-us"
|
||||||
[System.Threading.Thread]::CurrentThread.CurrentUICulture = $culture
|
[System.Threading.Thread]::CurrentThread.CurrentUICulture = $culture
|
||||||
|
$ProgressPreference = "SilentlyContinue"
|
||||||
|
|
||||||
Try {
|
Try {
|
||||||
$ErrorActionPreference = "Stop"
|
$ErrorActionPreference = "Stop"
|
||||||
|
@ -33,6 +33,7 @@ sub get_powershell {
|
|||||||
my $ps = '
|
my $ps = '
|
||||||
$culture = new-object "System.Globalization.CultureInfo" "en-us"
|
$culture = new-object "System.Globalization.CultureInfo" "en-us"
|
||||||
[System.Threading.Thread]::CurrentThread.CurrentUICulture = $culture
|
[System.Threading.Thread]::CurrentThread.CurrentUICulture = $culture
|
||||||
|
$ProgressPreference = "SilentlyContinue"
|
||||||
|
|
||||||
Try {
|
Try {
|
||||||
$ErrorActionPreference = "Stop"
|
$ErrorActionPreference = "Stop"
|
||||||
|
@ -33,6 +33,7 @@ sub get_powershell {
|
|||||||
my $ps = '
|
my $ps = '
|
||||||
$culture = new-object "System.Globalization.CultureInfo" "en-us"
|
$culture = new-object "System.Globalization.CultureInfo" "en-us"
|
||||||
[System.Threading.Thread]::CurrentThread.CurrentUICulture = $culture
|
[System.Threading.Thread]::CurrentThread.CurrentUICulture = $culture
|
||||||
|
$ProgressPreference = "SilentlyContinue"
|
||||||
|
|
||||||
Try {
|
Try {
|
||||||
$ErrorActionPreference = "Stop"
|
$ErrorActionPreference = "Stop"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user