Set-BluGenieScriptCredentials
Set-BluGenieScriptCredentials
SYNOPSIS
Set Credentials at the command line
SYNTAX
Set-BluGenieScriptCredentials [-SetUser] <String> [-SetPass] <String> [-Walkthrough] [<CommonParameters>]DESCRIPTION
Set Credentials without using Get-Credentials and being prompted for a password
EXAMPLES
EXAMPLE 1
Command: $Creds = Set-BluGenieScriptCredentials -UserName 'Guest' -Password 'Password!'Description: Use this command to Set Credentials and save that information to a variable called $Creds
Notes:EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
PARAMETERS
SetUser
SetPass
Walkthrough
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.
Last updated