You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This folder contains a few scripts that suppliment the OIB, but are not requirements for the OIB to function.
4
+
5
+
All scripts create logs that can be found in the `$ProgramData\Microsoft\IntuneManagementExtension\Logs` folder.
6
+
7
+
## Enable-AutoTimezone
8
+
### Purpose
9
+
I have tried to utilise available settings to make this work as part of the Timezone and Privacy policies, however it seems that the only way to get this to work is to run a script. This script will enable the "Set time zone automatically" switch in Settings > Time & Language > Date & Time.
10
+
11
+
### Usage
12
+
**Script type** - Platform Script
13
+
**Assign to** - Users
14
+
**Script Settings:**
15
+
- Run this script using the logged on credentials - No
16
+
- Enforce script signature check - No
17
+
- Run script in 64-bit PowerShell Host - Yes
18
+
19
+
## Trigger-PostOOBEUpdates
20
+
### Purpose
21
+
One big security concern with OOBE is that it doesn't ([currently](https://techcommunity.microsoft.com/blog/windows-itpro-blog/coming-soon-quality-updates-during-the-out-of-box-experience/4374291)) install updates. This means that most devices will be at least a month out of date when they are first used.
22
+
This script automatically triggers the following to update once a device gets to the desktop:
23
+
- Defender
24
+
- Microsoft Store
25
+
- Windows Update
26
+
27
+
The end result of this is that pretty shortly after, any pending updates will be installed, and the user notified a reboot is required, reducing the time between OOBE and the device being secure.
28
+
29
+
### Usage
30
+
**Script type** - Platform Script
31
+
**Assign to** - Users
32
+
**Script Settings:**
33
+
- Run this script using the logged on credentials - No
0 commit comments