Configuration driven Active Directory management.
Return available contexts.
Get-AdmfContext [-Name <String>] [-Store <String>] [-All] [<CommonParameters>]
Get-AdmfContext [-Current] [<CommonParameters>]
Get-AdmfContext [-Importing] [<CommonParameters>]
Get-AdmfContext [-DomainTable] [<CommonParameters>]
Return available contexts. By default, only the latest version of any given context will be returned.
Get-AdmfContext
Returns the latest version of all available contexts.
The name of the context to filter by.
Type: String
Parameter Sets: Search
Aliases:
Required: False
Position: Named
Default value: *
Accept pipeline input: False
Accept wildcard characters: False
The context stores to look in.
Type: String
Parameter Sets: Search
Aliases:
Required: False
Position: Named
Default value: *
Accept pipeline input: False
Accept wildcard characters: False
Return all versions of any given context, rather than just the latest version.
Type: SwitchParameter
Parameter Sets: Search
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Displays the currently active contexts.
Type: SwitchParameter
Parameter Sets: Current
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Return the contexts that are currently being imported. Use this to react from within your context’s scriptblocks to any other context that is selected. This parameter only has meaning when used within a context’s scriptblocks.
Type: SwitchParameter
Parameter Sets: Importing
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Return a list of which target domain has which contexts assigned in cache.
Type: SwitchParameter
Parameter Sets: Server
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.