Get-AXPartitionInfo

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Get-AXPartitionInfo

Returns a list of all partitions.

Syntax

Parameter Set: Default
Get-AXPartitionInfo [-PartitionKey <String> ] [ <CommonParameters>]

Detailed description

The Get-AXPartitionInfo cmdlet returns a list of all partitions. If the optional parameter PartitionKey is specified, the results are limited to the specified partition.

Parameters

-PartitionKey<String>

Specifies a partition to return information about. By default, information is returned about all partitions.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, OutBuffer, OutVariable, WarningAction, and WarningVariable. For more information, see about_CommonParameters https://go.microsoft.com/fwlink/?LinkID=113216

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

    You cannot pipe input to this cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • None

    The cmdlet does not generate any output.

Examples

This example returns a list of all partitions in Microsoft Dynamics AX.

PS C:\>Get-AXPartitionInfo
						
Name PartitionKey PartitionId

---- ------------ -----------

Initial Partition initial 5637144576

Partition1 Partition1 5637144827

Partition2 Partition2 5637144828

Disable-AXUser

Get-AXSecurityRole

Get-AXSecurityRoleMember

Get-AXUser

New-AXUser

Copyright Microsoft Corporation. All rights reserved.