Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 962 Bytes

Set-CIPPPasswordSettings.md

File metadata and controls

24 lines (20 loc) · 962 Bytes

Set-CIPPPasswordSettings

SYNOPSIS

Sets or gets the CIPP password settings.

DESCRIPTION

The Set-CIPPPasswordSettings function is used to view the password settings for CIPP or to set them.

PARAMETERS

-Type

Foo Foo
Specifies the type of password settings to be set. Valid values are "Correct-Battery-Horse" and "Classic".

-List

Foo Foo Foo
Specifies whether to list the current password settings. If set to $true, the function will retrieve the current password settings.

EXAMPLE 1

PS > Set-CIPPPasswordSettings -Type "Correct-Battery-Horse"

EXAMPLE 2

PS > Set-CIPPPasswordSettings -List $true