Implement StorageGRID connection #79
@ -141,6 +141,11 @@ function Connect-To {
|
|||||||
$null = Set-PowerCLIConfiguration -Scope Session -ProxyPolicy NoProxy -Confirm:$false
|
$null = Set-PowerCLIConfiguration -Scope Session -ProxyPolicy NoProxy -Confirm:$false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Set sane defaults for Progress, ErrorAction and InformationPreference
|
||||||
|
$ProgressPreference = 'SilentlyContinue'
|
||||||
|
$ErrorActionPreference = 'Stop'
|
||||||
|
$InformationPreference = 'Continue'
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
|
Loading…
Reference in New Issue
Block a user