Get-VEADCommand
Short Description
Returns a set of cmdlets available for Veeam Explorer for Microsoft Active Directory.
Product: Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllCommandSet (Default)Get-VEADCommand [<CommonParameters>]
-
NameSetGet-VEADCommand [[-Name] <String>] [<CommonParameters>]
-
NounVerbSetGet-VEADCommand [-Noun <String>] [-Verb <String>] [<CommonParameters>]
Detailed Description
This cmdlet returns an array of cmdlets available for Veeam Explorer for Microsoft Active Directory. You can query the cmdlets by the full name of the necessary cmdlet, or by the verb or noun in the cmdlet name.
For example, the Get-VEADCommand cmdlet consists of the Get verb and the VEADCommand noun. To get this cmdlet, you can search for it either by its full name, the Get verb or the VEADCommand noun.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies a name to query cmdlets. The |
|
False |
0 |
True (ByPropertyName, ByValue) |
|
Noun |
Specifies a noun to query cmdlets. The |
|
False |
Named |
True (ByPropertyName) |
|
Verb |
Specifies a verb to query cmdlets. The |
|
False |
Named |
True (ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Examples
Example 1. Getting all Veeam Explorer for Microsoft Active Directory Cmdlets
|
This command returns all cmdlets for Veeam Explorer for Microsoft Active Directory.
|
Example 2. Getting Cmdlet with Specific Name
|
This command returns a cmdlet with the
|
Example 3. Getting Cmdlets that Contain Specific Verb
|
This command returns cmdlets whose names contain the
|
Example 4. Getting Cmdlets that Contain Specific Noun
|
This command returns cmdlets whose names contain the
|