Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.19 KB

Get-WssPasswordPolicy.md

File metadata and controls

48 lines (32 loc) · 1.19 KB
external help file Module Name ms.date online version schema title
WssCmdlets.dll-Help.xml
WSSCmdlets
12/05/2017
2.0.0
Get-WssPasswordPolicy

Get-WssPasswordPolicy

SYNOPSIS

Gets the current password policy for a server.

SYNTAX

Get-WssPasswordPolicy [<CommonParameters>]

DESCRIPTION

The Get-WssPasswordPolicy cmdlet gets the current password policy for a server.

EXAMPLES

Example 1: Get the password policy for a server

PS C:\> Get-WssPasswordPolicy

This command gets the password policy from the server.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

Microsoft.WindowsServerSolutions.Identity.PasswordPolicy

This cmdlet generates the password policy object for the server.

NOTES

RELATED LINKS