< Back

Test-AzureRmLogin

Sat Jan 18, 2020 4:33 pm

NAME Test-AzureRmLogin



SYNOPSIS

Test to verify if you are signed into Azure Rm PowerShell.





SYNTAX

Test-AzureRmLogin [<CommonParameters>]





DESCRIPTION

Test to verify if you are signed into Azure Rm PowerShell.





PARAMETERS

<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





Created by: Jason Wasser @wasserja

Modified: 3/15/2016 08:42:05 PM



Version 1.0



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Test-AzureRmLogin



$True



Requires -Modules AzureRm.Profile











RELATED LINKS