Remove-AXSecurityRole

Remove-AXSecurityRole

Removes a security role from Microsoft Dynamics AX.

Syntax

Parameter Set: Default
Remove-AXSecurityRole [-AOTName <String> ] [ <CommonParameters>]

Detailed description

The Remove-AXSecurityRole cmdlet removes a security role from Microsoft Dynamics AX.

Parameters

-AOTName<String>

Specifies the AOTName of the security role to be removed.

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 http://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 removes the Tester security role from Microsoft Dynamics AX.

C:\PS>Remove-AXSecurityRole -AOTName Tester

Copyright Microsoft Corporation. All rights reserved.