Get-R1NamespaceView
Get-R1NamespaceView
SYNOPSIS
Returns the view files defined in the namespace.
SYNTAX
Get-R1NamespaceView [<CommonParameters>]
DESCRIPTION
Returns every view file defined in the directory namespace, with the time each was last modified.
EXAMPLES
Example 1
Get-R1NamespaceView
Returns every view defined in the namespace.
Example 2
Get-R1NamespaceView | Sort-Object lastModified -Descending
Returns the views, most recently modified first.
PARAMETERS
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.