You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/StorageGRID-Webscale.psm1
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2159,13 +2159,15 @@ function Global:Replace-SgwAudit {
2159
2159
2160
2160
## auth ##
2161
2161
2162
-
# complete as of API 2.1
2162
+
# complete as of API 2.2
2163
2163
2164
2164
<#
2165
2165
.SYNOPSIS
2166
2166
Connect to StorageGRID Webscale Management Server
2167
2167
.DESCRIPTION
2168
2168
Connect to StorageGRID Webscale Management Server
2169
+
.PARAMETERProfileName
2170
+
StorageGRID Profile to use for connection.
2169
2171
.PARAMETERName
2170
2172
The name of the StorageGRID Webscale Management Server. This value may also be a string representation of an IP address. If not an address, the name must be resolvable to an address.
2171
2173
.PARAMETERCredential
@@ -2467,9 +2469,11 @@ function global:Connect-SgwServer {
2467
2469
2468
2470
<#
2469
2471
.SYNOPSIS
2470
-
Connect to StorageGRID Webscale Management Server
2472
+
Disconnect to StorageGRID Webscale Management Server
2471
2473
.DESCRIPTION
2472
-
Connect to StorageGRID Webscale Management Server
2474
+
Disconnect to StorageGRID Webscale Management Server
2475
+
.PARAMETERServer
2476
+
StorageGRID Webscale Management Server object. If not specified, global CurrentSgwServer object will be used.
0 commit comments