Get-WssPasswordPolicy

Get-WssPasswordPolicy

Gets the current password policy for a server.

Sintaxis

Get-WssPasswordPolicy [ <CommonParameters>]

Descripción detallada

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

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.WindowsServerSolutions.Identity.PasswordPolicy

    This cmdlet generates the password policy object for the server.

Ejemplos

Example 1: Get the password policy for a server

This command gets the password policy from the server.

PS C:\> Get-WssPasswordPolicy