We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbde333 commit 7f8256cCopy full SHA for 7f8256c
README.md
@@ -12,6 +12,7 @@ PowerShell-Scripts/
12
│ └── Test-Feeds3.ps1
13
│ └── domains2ipsipv4Only.ps1
14
│ └── DisableWindowsDefender.ps1
15
+│ └── kickoff.ps1
16
├── Azure Active Directory/
17
│ └── get_az_token.ps1
18
│ └── aadinternals_audit6.ps1 (Uses AADInternals)
@@ -59,6 +60,9 @@ Usage:
59
60
3. Run the script using PowerShell, or Python eg:
61
.\get_az_token.ps1
62
63
+You may need modules to be loaded for some scripts to run properly. No worries I got you.
64
+Run the script kickoff.ps1 to configure your powershell with all the necessary prerequisites.
65
+
66
Notes:
67
68
- Scripts are organized by domain (e.g., Azure AD, On-Prem AD).
0 commit comments