Author Tim Cartwright
Gets the credential stored under the application name.
Gets the credential stored under the application name.
Get-DBUserCredential
[-ApplicationName] <string>
[<CommonParameters>]
-ApplicationName <String>
The application name the credentials will be saved under.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
The credentials for the application name.
$creds = Get-DBUserCredential -ApplicationName "TimsTest"
# now these creds can be passed into any of the functions