< Back

Invoke-FreeIPAAPItopologysegment_add

Sat Jan 18, 2020 11:23 am

NAME Invoke-FreeIPAAPItopologysegment_add



SYNOPSIS





SYNTAX

Invoke-FreeIPAAPItopologysegment_add [-leftnode] <String> [-rightnode] <String> [[-direction] <String>]

[[-stripattrs] <String>] [[-replattrs] <String>] [[-replattrstotal] <String>] [[-timeout] <Int32>] [[-enabled]

<String>] [[-setattr] <String[]>] [[-addattr] <String[]>] [-all] [-raw] [[-version] <String>] [-topologysuffix]

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





DESCRIPTION

Add a new segment.





PARAMETERS

-leftnode <String>

Left replication node - an IPA server



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-rightnode <String>

Right replication node - an IPA server



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-direction <String>

Direction of replication between left and right replication node



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-stripattrs <String>

A space separated list of attributes which are removed from replication updates.



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-replattrs <String>

Attributes that are not replicated to a consumer server during a fractional update. E.g., `(objectclass=*) $

EXCLUDE accountlockout memberof



Required? false

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



-replattrstotal <String>

Attributes that are not replicated to a consumer server during a total update. E.g. (objectclass=*) $ EXCLUDE

accountlockout



Required? false

Position? 6

Default value

Accept pipeline input? false

Accept wildcard characters? false



-timeout <Int32>

Number of seconds outbound LDAP operations waits for a response from the remote replica before timing out and

failing



Required? false

Position? 7

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-enabled <String>

Whether a replication agreement is active, meaning whether replication is occurring per that agreement



Required? false

Position? 8

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? 9

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? 10

Default value

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? 11

Default value

Accept pipeline input? false

Accept wildcard characters? false



-topologysuffix <String>

Suffix name



Required? true

Position? 12

Default value

Accept pipeline input? false

Accept wildcard characters? false



-name <String>

Arbitrary string identifying the segment



Required? true

Position? 13

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