Get-NAVServerUserPermissionSet

Get-NAVServerUserPermissionSet

Returns permission set information for Microsoft Dynamics NAV users.

Syntax

Parameter Set: __AllParameterSets
Get-NAVServerUserPermissionSet [-ServerInstance] <String> [-CompanyName <String> ] [-Force] [-PermissionSetId <String> ] [-Sid <String> ] [-Tenant <TenantId> ] [-UserName <String> ] [-WindowsAccount <String> ] [ <CommonParameters>]

Detailed Description

Use the Get-NAVServerUserPermissionSet cmdlet to return permission set information for a Microsoft Dynamics NAV user. Specifically, the cmdlet returns the following information for each relevant user:

User Security ID
PermissionSet
Company Name
User Name
Permission Set Name

You can also use any one of these values, or any combination of these values, to filter the return.

Parameters

-CompanyName<String>

The name of a company in the Microsoft Dynamics NAV database. If this argument is not included in the cmdlet, users in the default company are returned.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Force

Forces the command to run without asking for user confirmation.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-PermissionSetId<String>

The ID of a permission set, such as RES-JOURNAL or SUPER.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ServerInstance<String>

Specifies the name of a Microsoft Dynamics NAV Server instance. The default instance name is DynamicsNAV71. You can specify either the full name of an instance (such as MicrosoftDynamicsNavServer$myinstance) or the short name (such as myinstance).

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue, ByPropertyName)

Accept Wildcard Characters?

false

-Sid<String>

Specifies a security identifier (SID) of a Microsoft Dynamics NAV user. The SID is a unique value that identifies a Windows user account.

You can use the Sid, UserName, or WindowsAccount parameters to identify the user. If you use the Sid parameter, then do not set the UserName or WindowsAccount parameters.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Tenant<TenantId>

Specifies the tenant ID of the database to which the Microsoft Dynamics NAV user belongs that is mounted on the Microsoft Dynamics NAV instance. You can omit the Tenant parameter only if the Microsoft Dynamics NAV Server instance is not configured to run multiple tenants.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-UserName<String>

Specifies the user name of a Microsoft Dynamics NAV user. The user name is defined by the User Name field in a user's account in Microsoft Dynamics NAV.

You can use the UserName, WindowsAccount or Sid parameters to identify the user. If you use the Username parameter, then you cannot use the Windows Account or Sid parameters.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WindowsAccount<String>

Specifies the Windows user name of a Microsoft Dynamics NAV user. The value has the domain\username format.

You can use the WindowsAccount, UserName, or Sid parameters to identify the user. If you use the WindowsAccount parameter, then you cannot use the UserName or Sid parameters.

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, and -OutVariable. For more information, see about_CommonParameters.

Inputs

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

  • System.String

    You can pipe a string that contains a Microsoft Dynamics NAV Server instance name to the cmdlet.

Outputs

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

  • System.Data.DataTable

    Returns the permission set information as a table.

Examples

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

This example returns permission sets for all current users.

C:\PS>Get-NAVServerUserPermissionSet DynamicsNAV71

-------------------------- EXAMPLE 2 --------------------------

Description

-----------

This example returns information for a specific user, filtered by the user's Windows account name.

C:\PS>Get-NAVServerUserPermissionSet DynamicsNAV71 -WindowsAccount cronus\chris 

User Security ID   : b5013678-36e5-4469-8f07-dcc453fed66f
PermissionSet ID   : SUPER
Company Name       : CRONUS International Ltd
User Name          : cronuschris
PermissionSet Name : This role has all permissions.