├── Connect-AzRedLab.ps1 ├── Get-AzResourcePermission.ps1 ├── Get-MgRoleAssignment.ps1 ├── Invoke-AzClientCredentialsFlow.ps1 ├── Invoke-AzDeviceCodeLogin.ps1 ├── Invoke-AzRefreshToken.ps1 ├── Invoke-EmailGenerator.ps1 ├── LICENSE ├── New-AzStorageAccountSAS.ps1 ├── README.md ├── Read-AccessTokenFromDescryptedTBRES.ps1 └── Test-AADUserLogin.ps1 /Connect-AzRedLab.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbhaxor/CARTX/HEAD/Connect-AzRedLab.ps1 -------------------------------------------------------------------------------- /Get-AzResourcePermission.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbhaxor/CARTX/HEAD/Get-AzResourcePermission.ps1 -------------------------------------------------------------------------------- /Get-MgRoleAssignment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbhaxor/CARTX/HEAD/Get-MgRoleAssignment.ps1 -------------------------------------------------------------------------------- /Invoke-AzClientCredentialsFlow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbhaxor/CARTX/HEAD/Invoke-AzClientCredentialsFlow.ps1 -------------------------------------------------------------------------------- /Invoke-AzDeviceCodeLogin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbhaxor/CARTX/HEAD/Invoke-AzDeviceCodeLogin.ps1 -------------------------------------------------------------------------------- /Invoke-AzRefreshToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbhaxor/CARTX/HEAD/Invoke-AzRefreshToken.ps1 -------------------------------------------------------------------------------- /Invoke-EmailGenerator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbhaxor/CARTX/HEAD/Invoke-EmailGenerator.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbhaxor/CARTX/HEAD/LICENSE -------------------------------------------------------------------------------- /New-AzStorageAccountSAS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbhaxor/CARTX/HEAD/New-AzStorageAccountSAS.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbhaxor/CARTX/HEAD/README.md -------------------------------------------------------------------------------- /Read-AccessTokenFromDescryptedTBRES.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbhaxor/CARTX/HEAD/Read-AccessTokenFromDescryptedTBRES.ps1 -------------------------------------------------------------------------------- /Test-AADUserLogin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tbhaxor/CARTX/HEAD/Test-AADUserLogin.ps1 --------------------------------------------------------------------------------