Skip to content

Commit 3733732

Browse files
authored
Refactor kickoff.ps1 for improved structure
1 parent 3a0528c commit 3733732

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
@@ -1,4 +1,4 @@
1-
Set-Location "C:\Users\mcontestabile\OneDrive - American Iron and Metal\Desktop"
1+
Set-Location "C:\Users\something that works for you"
22

33
# Determine PSVersion once
44
$pv = $PSVersionTable.PSVersion
@@ -164,3 +164,4 @@ Function Start-MyCommands {
164164
Start-MyCommands
165165

166166
Get-Module -Name AADInternals, AADInternals-Endpoints, DSInternals, ActiveDirectory, PSPreworkout, PSReflect, PowerView -ErrorAction SilentlyContinue
167+

0 commit comments

Comments
 (0)