Skip to main content

Export-PPEConfig

The Export-PPEConfig cmdlet exports the Password Policy Enforcer configuration to a file.

SYNTAX

Export-PPEConfig [-File <_string_>] [<_CommonParameters_>]

PARAMETERS

-File <_string_>

Name of the file to create.

<_CommonParameters_>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters.

EXAMPLE

PS C:> Export-PPEConfig -file c:\ppe\ppe_config

Configuration export has been successfully completed. The file "c:\ppe\ppe_config" has been created.