< Back

get-azureRMADAllApplications

Sat Jan 11, 2020 10:46 am

NAME get-azureRMADAllApplications



SYNOPSIS

Retrieve all Azure AD applications





SYNTAX

get-azureRMADAllApplications [-token] <Object> [-returnDisabledApplications] [[-nextLink] <Object>]

[<CommonParameters>]





DESCRIPTION

Retrieves Azure AD applications (enterprise and app registrations) from AzureAD including numerous properties that

get-AzureADRMApplication does not return





PARAMETERS

-token <Object>

a valid Azure RM token retrieved through my get-azureRMtoken function



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-returnDisabledApplications [<SwitchParameter>]

if specified, also return applications that have been disabled



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-nextLink <Object>



Required? false

Position? 2

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





filename: get-azureRMADAllApplications.ps1

author: Jos Lieben

blog: www.lieben.nu

created: 25/7/2018



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



PS C:\\>$apps = get-azureRMADAllApplications -token (get-azureRMtoken -username jos.lieben@xxx.com -password

password01)















RELATED LINKS