diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index acf4764..6992c88 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -17,6 +17,13 @@ The [IntuneMacAdmins](https://intunemacadmins.com) team for OIB MacOS support. James Robinson [MVP] + + + ee61re +
+ Rob Ellis +
+ ugurkocde @@ -45,6 +52,8 @@ The [IntuneMacAdmins](https://intunemacadmins.com) team for OIB MacOS support. LionZum + + sfaxluke @@ -53,15 +62,6 @@ The [IntuneMacAdmins](https://intunemacadmins.com) team for OIB MacOS support. - - - - ee61re -
- Rob Ellis -
- - \ No newline at end of file diff --git a/WINDOWS/Scripts/README.md b/WINDOWS/Scripts/README.md index 04059ec..2519e9b 100644 --- a/WINDOWS/Scripts/README.md +++ b/WINDOWS/Scripts/README.md @@ -10,7 +10,9 @@ I have tried to utilise available settings to make this work as part of the Time ### Usage **Script type** - Platform Script -**Assign to** - Users + +**Assign to** - Devices + **Script Settings:** - Run this script using the logged on credentials - No - Enforce script signature check - No @@ -28,8 +30,10 @@ The end result of this is that pretty shortly after, any pending updates will be ### Usage **Script type** - Platform Script + **Assign to** - Users + **Script Settings:** - Run this script using the logged on credentials - No - Enforce script signature check - No -- Run script in 64-bit PowerShell Host - Yes \ No newline at end of file +- Run script in 64-bit PowerShell Host - Yes diff --git a/WINDOWS/Scripts/Trigger-PosstOOBEUpdates.ps1 b/WINDOWS/Scripts/Trigger-PostOOBEUpdates.ps1 similarity index 99% rename from WINDOWS/Scripts/Trigger-PosstOOBEUpdates.ps1 rename to WINDOWS/Scripts/Trigger-PostOOBEUpdates.ps1 index 3bb5886..e8f4009 100644 --- a/WINDOWS/Scripts/Trigger-PosstOOBEUpdates.ps1 +++ b/WINDOWS/Scripts/Trigger-PostOOBEUpdates.ps1 @@ -59,4 +59,4 @@ try { catch { Write-Error "$($_.Exception.Message)" Exit 1 -} \ No newline at end of file +}