Skip to content

Commit 4844247

Browse files
Merge pull request #205 from SkipToTheEndpoint/windows-v3.8
Windows v3.8 - 2026-04-16 - IR40 Edition 🎂
2 parents 75c4825 + 616c4de commit 4844247

86 files changed

Lines changed: 25485 additions & 23561 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/**/IntuneManagement/**/* diff working-tree-encoding=UTF-16LE-BOM eol=CRLF
2+
/WINDOWS/IntuneManagement/**/* diff working-tree-encoding=UTF-8 eol=CRLF
23
/**/NativeImport/*.json diff working-tree-encoding=UTF-8 eol=CRLF
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Validate OIB Manifest
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- '**/IntuneManagement/**/*.json'
7+
- '**/PolicyManifest.json'
8+
- 'Scripts/Update-OIBManifest.ps1'
9+
10+
jobs:
11+
validate:
12+
name: Validate OIBIDs and Manifests
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
18+
- name: Validate OIB Manifest
19+
shell: pwsh
20+
run: ./Scripts/Update-OIBManifest.ps1 -Mode Validate -Platform All

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,16 @@ That being said, if there's something you feel is missing or should be included,
6363
---
6464

6565
## Importing the Baseline
66-
You have two options when importing the baseline:
66+
There are three options to import the baseline:
67+
68+
### **OIB Deployer**
69+
70+
My own tool, the [OIB Deployer](https://deploy.openintunebaseline.com/), allows for platform-specific, granular deployment of the baseline, as well as being able to check for existing OIB policies in your tenant, and highlight missing or updated policies.
71+
72+
Only requires a single application permission accepting (DeviceManagementConfiguration.ReadWrite.All), and can do a complete import in less than a minute!
6773

6874
### **IntuneManagement**
69-
This is the recommended method, as it allows for an import of the entire baseline.
75+
The OG deployment method, and how I still export the majority of baseline policies.
7076

7177
These files have been exported using the [IntuneManagement](https://github.com/Micke-K/IntuneManagement) tool developed by [Mikael Karlsson](https://twitter.com/Micke_K_72), and can be imported in the same way.
7278
Please consult the IntuneManagement documentation for further information on how to import the baseline or for issues.
@@ -90,7 +96,7 @@ Each OS will have its own folder, with OS-specific files (readme, changelog, bas
9096
The current OIB versions are:
9197
| OS | Current Release | Change Log | Wiki Page |
9298
|:---:|:---:|:---:|:---:|
93-
| [Windows](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/tree/main/WINDOWS) | [v3.7](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/releases/tag/windows-v3.7) | [Link](/WINDOWS/CHANGELOG.md) | [Link](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/wiki/win-readme) |
99+
| [Windows](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/tree/main/WINDOWS) | [v3.8](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/releases/tag/windows-v3.8) | [Link](/WINDOWS/CHANGELOG.md) | [Link](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/wiki/win-readme) |
94100
| [Windows 365](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/tree/main/WINDOWS365) | [v1.0](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/releases/tag/win365-v1.0) | [Link](/WINDOWS365/CHANGELOG.md) | [Link](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/wiki/win365-readme) |
95101
| [MacOS](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/tree/main/MACOS) | [v1.0](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/releases/tag/macos-v1.0) | [Link](/MACOS/CHANGELOG.md) | [Link](https://github.com/SkipToTheEndpoint/OpenIntuneBaseline/wiki/macos-readme) |
96102

0 commit comments

Comments
 (0)