Get-R1PrimaryObject
Get-R1PrimaryObject
SYNOPSIS
Returns the primary objects of a naming context node.
SYNTAX
Get-R1PrimaryObject [-dn] <String> [<CommonParameters>]
DESCRIPTION
Returns the names of the primary objects defined in the object builder of a proxy, content or container node.
EXAMPLES
Example 1
Get-R1PrimaryObject -dn 'o=companyprofiles'
Returns the name of each primary object of a naming context node at o=companyprofiles.
Example 2
Get-R1PrimaryObject -dn 'o=companyprofiles' | Get-R1SecondaryObject -dn 'o=companyprofiles'
Returns the object model built around each primary object.
PARAMETERS
-dn
The DN of the naming context node.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
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.