Group
Get-NetstorageGroup
Synopsis
Get a storage group.
Syntax
Get-NetstorageGroup [-CPCodeID <Int32>] [-StorageGroupPurpose <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-NetstorageGroup [-StorageGroupID <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all NetStorage groups or returns a specific group by its ID.
Parameters
‑AccountSwitchKey |
An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑CPCodeID |
Your Content Provider (CP) code's ID. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑StorageGroupID |
Your storage group's ID. |
‑StorageGroupPurpose |
The specific purpose defined for the storage group. See the Enumerations page for details. |
Related Links
Updated 5 days ago