Skip to content

Commit 7f8256c

Browse files
authored
Add kickoff.ps1 for PowerShell prerequisites
Added kickoff.ps1 script for prerequisite setup.
1 parent fbde333 commit 7f8256c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PowerShell-Scripts/
1212
│ └── Test-Feeds3.ps1
1313
│ └── domains2ipsipv4Only.ps1
1414
│ └── DisableWindowsDefender.ps1
15+
│ └── kickoff.ps1
1516
├── Azure Active Directory/
1617
│ └── get_az_token.ps1
1718
│ └── aadinternals_audit6.ps1 (Uses AADInternals)
@@ -59,6 +60,9 @@ Usage:
5960
3. Run the script using PowerShell, or Python eg:
6061
.\get_az_token.ps1
6162

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+
6266
Notes:
6367

6468
- Scripts are organized by domain (e.g., Azure AD, On-Prem AD).

0 commit comments

Comments
 (0)