Get-NAVApplicationObjectProperty

Get-NAVApplicationObjectProperty

Gets Microsoft Dynamics NAV application object properties from the specified application object text files.

Syntax

Parameter Set: Default
Get-NAVApplicationObjectProperty [-Source] <String[]> [ <CommonParameters>]

Detailed Description

Use the Get-NAVApplicationObjectProperty cmdlet to extract the values of the Version List, Date, Time, or Modified properties. You can then use the Set-NAVApplicationObjectProperty cmdlet to change the relevant property values.

Parameters

-Source<String[]>

Specifies the folder where the application objects are stored that you want to get the information from.

Aliases

PSPath

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

True (ByValue, ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Examples

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

Description

-----------

This example gets the value of the object properties from the COD1.txt file in the SOURCE folder. The values of the properties are also shown.

PS C:\> Get-NAVApplicationObjectProperty -Source .\SOURCE\COD1.txt