Gets Backup Exec logon accounts.
Gets Backup Exec logon accounts.
Without parameters, Get-BELogonAccount gets all of the Backup Exec
logon accounts. You can also specify a logon account by logon
account name or logon account ID (Guid) or pass a Backup Exec logon
account object through the pipeline to Get-BELogonAccount.
Specifies one or more logon accounts by logon account name (wildcards accepted). To specify multiple names, use commas to separate the names.
Required | false |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | true |
Specifies one or more logon accounts by logon account ID (Guid). To specify multiple IDs, use commas to separate the IDs.
Required | true |
Position | 0 |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more logon account objects. Enter a variable that contains the objects, or type a command or expression that gets the objects.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a System.Guid that contains the ID of a Backup Exec logon account object to Get-BELogonAccount.
You can pipe a Backup Exec logon account object to Get-BELogonAccount.
Get-BELogonAccount returns objects that represent Backup Exec logon accounts.
This command gets all of the logon accounts.
This command gets the logon account named "System Logon Account".
This command gets all of the logon accounts that match the wildcard "*system*".