< Back

get-azureRMADAppPermissionsReport

Sat Jan 11, 2020 10:47 am

NAME get-azureRMADAppPermissionsReport



SYNOPSIS

Retrieve all permissions an Azure AD application has set





SYNTAX

get-azureRMADAppPermissionsReport [-token] <Object> [[-reportPath] <Object>] [<CommonParameters>]





DESCRIPTION





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



-reportPath <Object>

Full path to desired report file, if unspecified, will write to temp



Required? false

Position? 2

Default value (Join-Path $Env:TEMP -ChildPath "azureRMAppPermissionsReport.xlsx")

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-azureRMADAppPermissionsReport.ps1

author: Jos Lieben

blog: www.lieben.nu

created: 26/7/2018



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



PS C:\\>$permissions = get-azureRMADAppPermissionsReport -token (get-azureRMtoken -username jos.lieben@xxx.com

-password password01) -reportPath c:\\temp\\report.xlsx















RELATED LINKS