Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ The [IntuneMacAdmins](https://intunemacadmins.com) team for OIB MacOS support.
<sub><b>James Robinson [MVP]</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/ee61re">
<img src="https://avatars.githubusercontent.com/u/1190365?v=4" width="100;" alt="ee61re"/>
<br />
<sub><b>Rob Ellis</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/ugurkocde">
<img src="https://avatars.githubusercontent.com/u/43906965?v=4" width="100;" alt="ugurkocde"/>
Expand Down Expand Up @@ -45,6 +52,8 @@ The [IntuneMacAdmins](https://intunemacadmins.com) team for OIB MacOS support.
<sub><b>LionZum</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/sfaxluke">
<img src="https://avatars.githubusercontent.com/u/87503131?v=4" width="100;" alt="sfaxluke"/>
Expand All @@ -53,15 +62,6 @@ The [IntuneMacAdmins](https://intunemacadmins.com) team for OIB MacOS support.
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/ee61re">
<img src="https://avatars.githubusercontent.com/u/1190365?v=4" width="100;" alt="ee61re"/>
<br />
<sub><b>Rob Ellis</b></sub>
</a>
</td>
</tr>
<tbody>
</table>
<!-- readme: contributors -end -->
8 changes: 6 additions & 2 deletions WINDOWS/Scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
- Run script in 64-bit PowerShell Host - Yes
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ try {
catch {
Write-Error "$($_.Exception.Message)"
Exit 1
}
}