Skip to content

Commit bd0edd8

Browse files
committed
Updated documentation for auth Cmdlets
1 parent 37321b6 commit bd0edd8

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/StorageGRID-Webscale.psm1

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2159,13 +2159,15 @@ function Global:Replace-SgwAudit {
21592159

21602160
## auth ##
21612161

2162-
# complete as of API 2.1
2162+
# complete as of API 2.2
21632163

21642164
<#
21652165
.SYNOPSIS
21662166
Connect to StorageGRID Webscale Management Server
21672167
.DESCRIPTION
21682168
Connect to StorageGRID Webscale Management Server
2169+
.PARAMETER ProfileName
2170+
StorageGRID Profile to use for connection.
21692171
.PARAMETER Name
21702172
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.
21712173
.PARAMETER Credential
@@ -2467,9 +2469,11 @@ function global:Connect-SgwServer {
24672469

24682470
<#
24692471
.SYNOPSIS
2470-
Connect to StorageGRID Webscale Management Server
2472+
Disconnect to StorageGRID Webscale Management Server
24712473
.DESCRIPTION
2472-
Connect to StorageGRID Webscale Management Server
2474+
Disconnect to StorageGRID Webscale Management Server
2475+
.PARAMETER Server
2476+
StorageGRID Webscale Management Server object. If not specified, global CurrentSgwServer object will be used.
24732477
#>
24742478
function global:Disconnect-SgwServer {
24752479
[CmdletBinding()]

0 commit comments

Comments
 (0)