Skip to content

Commit fbde333

Browse files
authored
Refactor kickoff.ps1 for improved organization
1 parent 60b90ac commit fbde333

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generic/kickoff.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Function Start-MyCommands {
124124
}
125125
}else{
126126
# Any other PowerShell version
127-
Write-Host "⚡Running PowerShell $($pv.ToString()) — using fallback path - not loading PowerSploit" -ForegroundColor Yellow
127+
# Write-Host "⚡Running PowerShell $($pv.ToString()) — using fallback path - not loading PowerSploit" -ForegroundColor Yellow
128128
# place fallback code here
129129
}
130130

@@ -156,3 +156,4 @@ Function Start-MyCommands {
156156
Start-MyCommands
157157

158158
Get-Module -Name AADInternals, AADInternals-Endpoints, DSInternals, ActiveDirectory, PSPreworkout, PSReflect, PowerView -ErrorAction SilentlyContinue
159+

0 commit comments

Comments
 (0)