Translated ['src/pentesting-cloud/azure-security/az-enumeration-tools.md

This commit is contained in:
Translator
2025-01-09 08:37:39 +00:00
parent 8b36b76afa
commit 60e0aebd4d
@@ -45,7 +45,7 @@ pwsh
brew update brew update
brew upgrade powershell brew upgrade powershell
``` ```
## मुख्य एनुमेरशन टूल्स ## मुख्य एनुमेरशन टूल्स
### az cli ### az cli
@@ -57,7 +57,7 @@ Azure CLI में आदेशों को इस पैटर्न का
#### डिबग | MitM az cli #### डिबग | MitM az cli
पैरामीटर **`--debug`** का उपयोग करके यह देखना संभव है कि टूल **`az`** सभी अनुरोध भेज रहा है: पैरामीटर **`--debug`** का उपयोग करके यह देखना संभव है कि टूल **`az`** सभी अनुरोधों को क्या भेज रहा है:
```bash ```bash
az account management-group list --output table --debug az account management-group list --output table --debug
``` ```
@@ -115,7 +115,7 @@ Microsoft Graph PowerShell में कमांड इस प्रकार
#### Debug Microsoft Graph PowerShell #### Debug Microsoft Graph PowerShell
**`-Debug`** पैरामीटर का उपयोग करके, यह देखना संभव है कि उपकरण सभी अनुरोधों को कैसे भेज रहा है: पैरामीटर **`-Debug`** का उपयोग करके, यह देखना संभव है कि उपकरण सभी अनुरोधों को कैसे भेज रहा है:
```bash ```bash
Get-MgUser -Debug Get-MgUser -Debug
``` ```
@@ -126,6 +126,6 @@ Azure Active Directory (AD) मॉड्यूल, जो अब **deprecated**
> [!TIP] > [!TIP]
> इसे Microsoft Graph PowerShell द्वारा प्रतिस्थापित किया गया है > इसे Microsoft Graph PowerShell द्वारा प्रतिस्थापित किया गया है
इस लिंक पर [**स्थापना निर्देश**](https://www.powershellgallery.com/packages/AzureAD) के लिए जाएं। इस लिंक का पालन करें [**installation instructions**](https://www.powershellgallery.com/packages/AzureAD).
{{#include ../../banners/hacktricks-training.md}} {{#include ../../banners/hacktricks-training.md}}