Skip to content

Commit

Permalink
25.2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1eyeITguy committed Feb 2, 2025
1 parent 2e92b2e commit a932899
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions subdomains/osd.sight-sound.dev.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ powershell iex (irm osd.sight-sound.dev)
[CmdletBinding()]
param()
$ScriptName = 'osd.sight-sound.dev'
$ScriptVersion = '25.2.1.1'
$ScriptVersion = '25.2.2.1'

#region Initialize
$Transcript = "$((Get-Date).ToString('yyyy-MM-dd-HHmmss'))-$ScriptName.log"
Expand Down Expand Up @@ -97,11 +97,10 @@ if ($WindowsPhase -eq 'AuditMode') {
#region OOBE
if ($WindowsPhase -eq 'OOBE') {
#Load everything needed to setup a new computer and register to AutoPilot
Step-installCiscoRootCert
Step-installCertificates
osdcloud-StartOOBE -InstallWinget -WinGetUpgrade -ErrorAction SilentlyContinue
Step-desktopWallpaper
Step-InstallM365Apps
Step-installSTCACert
step-setTimeZoneFromIP
Step-oobeSetDateTime
Step-oobeRegisterAutopilot
Expand Down

0 comments on commit a932899

Please sign in to comment.