| external help file | Rnwood.Dataverse.Data.PowerShell.Cmdlets.dll-Help.xml |
|---|---|
| Module Name | Rnwood.Dataverse.Data.PowerShell |
| online version | |
| schema | 2.0.0 |
Retrieves plugin assembly records from a Dataverse environment.
Get-DataversePluginAssembly [-Connection <ServiceClient>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Get-DataversePluginAssembly -Id <Guid> [-Connection <ServiceClient>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Get-DataversePluginAssembly -Name <String> [-Connection <ServiceClient>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
The Get-DataversePluginAssembly cmdlet retrieves plugin assembly records from a Dataverse environment. You can retrieve assemblies by ID, name, or get all assemblies.
PS C:\> Get-DataverseConnection -Url https://myorg.crm.dynamics.com -Interactive -SetAsDefault
PS C:\> Get-DataversePluginAssembly -AllRetrieves all plugin assemblies in the environment.
PS C:\> Get-DataverseConnection -Url https://myorg.crm.dynamics.com -Interactive -SetAsDefault
PS C:\> Get-DataversePluginAssembly -Id 12345678-1234-1234-1234-123456789012Retrieves a specific plugin assembly by its ID.
PS C:\> Get-DataverseConnection -Url https://myorg.crm.dynamics.com -Interactive -SetAsDefault
PS C:\> Get-DataversePluginAssembly -Name "MyPluginAssembly"Retrieves a plugin assembly by its name.
The Dataverse ServiceClient connection to use. If not specified, the default connection is used.
Type: ServiceClient
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe ID of the plugin assembly to retrieve.
Type: Guid
Parameter Sets: ById
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe name of the plugin assembly to retrieve.
Type: String
Parameter Sets: ByName
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.