< Back

Invoke-FreeIPAAPIrealmdomains_mod

Sat Jan 18, 2020 10:16 am

NAME Invoke-FreeIPAAPIrealmdomains_mod



SYNOPSIS





SYNTAX

Invoke-FreeIPAAPIrealmdomains_mod [[-domain] <String[]>] [[-add_domain] <String>] [[-del_domain] <String>]

[[-setattr] <String[]>] [[-addattr] <String[]>] [[-delattr] <String[]>] [-rights] [-force] [-all] [-raw]

[[-version] <String>] [-FullResultsOutput] [<CommonParameters>]





DESCRIPTION

Modify realm domains



DNS check: When manually adding a domain to the list, a DNS check is

performed by default. It ensures that the domain is associated with

the IPA realm, by checking whether the domain has a _kerberos TXT record

containing the IPA realm name. This check can be skipped by specifying

-force option.



Removal: when a realm domain which has a matching DNS zone managed by

IPA is being removed, a corresponding _kerberos TXT record in the zone is

removed automatically as well. Other records in the zone or the zone

itself are not affected.





PARAMETERS

-domain <String[]>

Domain



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-add_domain <String>

Add domain



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-del_domain <String>

Delete domain



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-setattr <String[]>

Set an attribute to a name/value pair. Format is attr=value.

For multi-valued attributes, the command replaces the values already present.



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-addattr <String[]>

Add an attribute/value pair. Format is attr=value. The attribute

must be part of the schema.



Required? false

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



-delattr <String[]>

Delete an attribute/value pair. The option will be evaluated

last, after all sets and adds.



Required? false

Position? 6

Default value

Accept pipeline input? false

Accept wildcard characters? false



-rights [<SwitchParameter>]

Display the access rights of this entry (requires -all). See ipa man page for details.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-force [<SwitchParameter>]

Force adding domain even if not in DNS



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-all [<SwitchParameter>]

Retrieve and print all attributes from the server. Affects command output.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-raw [<SwitchParameter>]

Print entries as stored on the server. Only affects output format.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-version <String>

Client version. Used to determine if server will accept request.



Required? false

Position? 7

Default value

Accept pipeline input? false

Accept wildcard characters? false



-FullResultsOutput [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Management.Automation.PSObject







RELATED LINKS