84 Commits

Author SHA1 Message Date
Karl Fosaaen 1990ea38d1 Update Invoke-AzUADeploymentScript.ps1
Adjusted token extraction command to correct for token casting to SecureString in Get-AzAccessToken output.
2025-10-29 15:53:37 -07:00
Karl Fosaaen 0c21c5e95d Create Get-AzWebAppTokens.ps1 2025-07-23 14:00:46 -07:00
Karl Fosaaen 7ace69a7b4 Update Invoke-AzAppServicesKuduDebug.ps1
Made corrections for the updates to scm hostnames.
Added support (-rbac) for using management tokens instead of publishing credentials.
2025-07-09 11:09:44 -07:00
Karl Fosaaen 79f476761f Added Load Testing Functionality
Added the Get-AzLoadTestingData function and the supporting files.
2025-07-01 12:57:52 -07:00
Karl Fosaaen 6c4a0eaada Update Invoke-AzAppServicesCMD.ps1
Added a -rbac flag to use the management token, instead of publish profile credentials.
2025-06-30 15:35:15 -07:00
LuemmelSec 6f00d26a62 Update Get-AzPasswords.ps1
You broke the script with @Nathan's latest changes ^^
2025-03-05 08:33:59 +01:00
Nathan McNulty 529cd1f4a1 Handle tokens using SecureString 2025-03-01 08:58:23 +00:00
Karl Fosaaen ca0bfb1e26 Merge pull request #44 from xybytes/master
Azure Machine Learning Scripts
2025-02-14 14:48:11 -08:00
Christian Bortone dd8c39c3f3 Delete Az/Invoke-AzMachineLearningApi.ps1 2025-02-12 12:01:11 +01:00
Karl Fosaaen c00b513ebc Update Get-AzPasswords.ps1 2025-02-11 14:23:15 -08:00
Christian Bortone 3930ea397f Add Header 2025-02-03 00:37:36 +01:00
Christian Bortone 38fa56fa7a Update Get-AzMachineLearningData.ps1
Get rid of the storage account key dump and eliminate the need for the resource group as a parameter.
2025-02-02 23:04:51 +01:00
christianbortone 13e1269612 add ps1 2025-01-08 16:03:51 +01:00
christianbortone ce4b6950f5 update 2025-01-08 16:01:40 +01:00
christianbortone 1c1f8f6054 update 2025-01-08 15:04:29 +01:00
Karl Fosaaen c83886efce Create Get-AzMachineLearningCredentials.ps1 2025-01-07 14:48:13 -08:00
christianbortone 921505f1d9 Update Get-AzMachineLearningData.ps1 2025-01-06 21:55:26 +01:00
christianbortone aaa86457ed Update Get-AzMachineLearningData.ps1 2025-01-06 21:48:35 +01:00
christianbortone 7dd9af01de Update Invoke-AzMachineLearningApi 2025-01-06 19:30:31 +01:00
christianbortone 1eff295b2a Update Invoke-AzMachineLearningApi 2025-01-06 19:17:12 +01:00
christianbortone 3fb0300267 update Invoke-AzMachineLearninApi 2025-01-06 01:22:00 +01:00
christianbortone 64c23e6625 Update Invoke-AzMachineLearninApi 2025-01-05 18:51:00 +01:00
christianbortone 1fb2fe0a7e Create Invoke-AzMachineLearninApi 2025-01-02 22:42:16 +01:00
christianbortone b696b86788 Azure Machine Learning new script
Get-AzMachineLearningData.ps1, enumerate azure ml.
2025-01-02 12:25:16 +01:00
Karl Fosaaen a26ecc736c Update Get-AzDomainInfo.ps1
Fix for subscriptions with double quotes in their names
2024-10-28 14:25:04 -07:00
Karl Fosaaen 95d240ad57 Create Get-AzArcCertificates.ps1 2024-08-02 13:42:56 -07:00
Karl Fosaaen 0973a49926 Create Invoke-AzAppServicesKuduDebug.ps1 2024-05-15 12:34:14 -07:00
Alex Groyz 93904d862f add try/catch to Get-AzPasswords ACRpassword block of code 2024-04-19 13:36:52 -04:00
Karl Fosaaen b5d5f37bd4 Update Get-AzDomainInfo.ps1 2024-04-19 10:26:11 -07:00
Karl Fosaaen a8694ed711 Create Invoke-AzUADeploymentScript.ps1 2024-03-13 14:47:19 -05:00
Karl Fosaaen a7369e8b96 Create Get-AzBatchAccountData.ps1 2024-02-28 08:11:43 -08:00
Karl Fosaaen e6e0139281 Update Get-AzPasswords.ps1
API version fix
2024-01-25 09:50:25 -08:00
Karl Fosaaen 9d92057f64 Removed Az Imports from Scripts 2024-01-17 16:01:03 -08:00
Karl Fosaaen 8335e3fa48 Create Invoke-AzACRTokenGenerator.ps1 2024-01-03 12:38:21 -08:00
Karl Fosaaen e978c30fc5 Update Get-AzPasswords.ps1 2023-11-15 14:52:52 -06:00
Clément Notin 522bbc181c Pass TestPane option 2023-08-14 23:05:31 +02:00
Clément Notin ed428f67b6 Filter jobOutput to keep keep only lines containing the protected content 2023-08-14 22:12:01 +02:00
Clément Notin c0a0b5dba7 Create C:\Temp folder in case it doesn't exist to avoid error 2023-08-14 22:11:20 +02:00
Karl Fosaaen f88c747245 Update Get-AzPasswords.ps1 2023-07-10 13:15:22 -07:00
Karl Fosaaen 10a4f9579d Update Get-AzPasswords.ps1
Switching to join-path for PS core compatibility
2023-02-21 10:59:38 -08:00
Karl Fosaaen aa4394426e Update Get-AzPasswords.ps1
Fix for empty Automation Accounts
Fix for OID generation in Key Vault policies. Allows for usage in Cloud Shell.
2023-02-21 10:48:48 -08:00
Karl Fosaaen 06e0867828 Update Get-AzPasswords.ps1
Bug fix for writing exported certs to a file.
2023-02-20 15:57:35 -08:00
Karl Fosaaen 52f3a016ad Create Get-AzAutomationConnectionScope.ps1 2023-02-14 15:58:17 -08:00
Karl Fosaaen 76eed9377a Update Invoke-AzHybridWorkerExtraction.ps1
Added support for dumping certificates from the JRDS service using the Hybrid Worker Managed Identity token.
2023-01-26 12:50:46 -08:00
Karl Fosaaen deeeab91bf Merge branch 'master' of https://github.com/NetSPI/MicroBurst 2022-11-29 11:02:09 -08:00
Karl Fosaaen 2b482165b3 App Configuration Updates
Added key gathering for App Configuration resources and a function (Get-AzAppConfiguration) to dump App Configuration values.
2022-11-29 11:01:57 -08:00
Goos 6e4ab3d223 Fixed Typo 2022-10-18 17:39:50 +02:00
Goos dddb7c3201 Update Get-AzPasswords.ps1
there is an edge case when both systemassigned and userassigned are active.
This will result in a non-hit as 'systemassigned,userassigned' does not equal 'systemassigned'
2022-10-17 13:15:30 +02:00
Karl Fosaaen c771c665a2 Added App Service SP Extraction 2022-06-27 12:41:41 -07:00
Karl Fosaaen d0cf8d7cb2 Update Get-AzPasswords.ps1
Bug fixes for Automation Account extraction. Added Service Principal Client ID and Secret extraction for Function Apps with integrated authentication providers.
2022-06-23 16:24:48 -07:00