< Back
Connect-Azure
Post
NAME Connect-Azure
SYNOPSIS
Connect to Azure
SYNTAX
Connect-Azure [[-Path] <Object>] [<CommonParameters>]
DESCRIPTION
This cmdlet allows you to connect to Azure using stored credentials
PARAMETERS
-Path <Object>
Path to the xml stored credential
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Author : Hannel Hazeley - hhazeley@outlook.com
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Connect-Azure -Path C:\\Secure\\AzureCred.xml
Connects to Azure using credential stored in xml file.
RELATED LINKS
https://github.com/hhazeley/HannelsTool ... -Azure.ps1
SYNOPSIS
Connect to Azure
SYNTAX
Connect-Azure [[-Path] <Object>] [<CommonParameters>]
DESCRIPTION
This cmdlet allows you to connect to Azure using stored credentials
PARAMETERS
-Path <Object>
Path to the xml stored credential
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Author : Hannel Hazeley - hhazeley@outlook.com
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Connect-Azure -Path C:\\Secure\\AzureCred.xml
Connects to Azure using credential stored in xml file.
RELATED LINKS
https://github.com/hhazeley/HannelsTool ... -Azure.ps1