< Back

Invoke-FreeIPAAPIpwpolicy_mod

Sat Jan 18, 2020 10:16 am

NAME Invoke-FreeIPAAPIpwpolicy_mod



SYNOPSIS





SYNTAX

Invoke-FreeIPAAPIpwpolicy_mod [[-maxlife] <Int32>] [[-minlife] <Int32>] [[-history] <Int32>] [[-minclasses]

<Int32>] [[-minlength] <Int32>] [[-priority] <Int32>] [[-maxfail] <Int32>] [[-failinterval] <Int32>]

[[-lockouttime] <Int32>] [[-setattr] <String[]>] [[-addattr] <String[]>] [[-delattr] <String[]>] [-rights] [-all]

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





DESCRIPTION

Modify a group password policy.





PARAMETERS

-maxlife <Int32>

Maximum password lifetime (in days)



Required? false

Position? 1

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-minlife <Int32>

Minimum password lifetime (in hours)



Required? false

Position? 2

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-history <Int32>

Password history size



Required? false

Position? 3

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-minclasses <Int32>

Minimum number of character classes



Required? false

Position? 4

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-minlength <Int32>

Minimum length of password



Required? false

Position? 5

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-priority <Int32>

Priority of the policy (higher number means lower priority



Required? false

Position? 6

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-maxfail <Int32>

Consecutive failures before lockout



Required? false

Position? 7

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-failinterval <Int32>

Period after which failure count will be reset (seconds)



Required? false

Position? 8

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-lockouttime <Int32>

Period for which lockout is enforced (seconds)



Required? false

Position? 9

Default value 0

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

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

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

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



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

Default value

Accept pipeline input? false

Accept wildcard characters? false



-group <String>

Manage password policy for specific group



Required? false

Position? 14

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