Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 826 Bytes

New-Credential.md

File metadata and controls

41 lines (28 loc) · 826 Bytes
external help file Module Name online version schema
PSPreworkout-help.xml
PSPreworkout
2.0.0

New-Credential

SYNOPSIS

Create a new secure credential.

SYNTAX

New-Credential [<CommonParameters>]

DESCRIPTION

Create a new secure credential to use in other functions.

EXAMPLES

EXAMPLE 1

$Credential = New-Credential

PARAMETERS

CommonParameters

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

INPUTS

OUTPUTS

NOTES

RELATED LINKS