Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtniehaus/UpdateOS
Sample app for installing Windows updates during an Autopilot deployment
https://github.com/mtniehaus/UpdateOS
Last synced: 7 days ago
JSON representation
Sample app for installing Windows updates during an Autopilot deployment
- Host: GitHub
- URL: https://github.com/mtniehaus/UpdateOS
- Owner: mtniehaus
- Created: 2019-10-30T05:00:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T17:16:05.000Z (3 months ago)
- Last Synced: 2024-08-21T19:27:34.146Z (3 months ago)
- Language: PowerShell
- Size: 82 KB
- Stars: 145
- Watchers: 16
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UpdateOS
Sample app for installing Windows updates during an Autopilot deployment.
Add the UpdateOS.intunewin app to Intune and specify the following command line:powershell.exe -noprofile -executionpolicy bypass -file .\UpdateOS.ps1
To "uninstall" the app, the following can be used (for example, to get the app to re-install):
cmd.exe /c del %ProgramData%\Microsoft\UpdateOS\UpdateOS.ps1.tag
Specify the platforms and minimum OS version that you want to support.
For a detection rule, specify the path and file and "File or folder exists" detection method:
%ProgramData%\Microsoft\UpdateOS\UpdateOS.ps1.tag
Deploy the app as a required app to an appropriate set of devices.