No description
  • PowerShell 99.8%
  • HTML 0.2%
Find a file
2026-08-03 15:29:03 +10:00
FFUDevelopment Document -Only/Enabled build filtering and Enterprise unattend file dependency 2026-08-03 15:29:03 +10:00
Get-Applications Run Update-Evergreen before fetching apps to keep app definitions current 2026-08-03 08:02:06 +10:00
Get-IntuneApplications Run Update-Evergreen before fetching apps to keep app definitions current 2026-08-03 08:02:06 +10:00
LockScreenInfo Add LockScreenInfo PSADT package, add it to the root README 2026-07-22 08:22:05 +10:00
.gitignore Rename Intune/ to Get-IntuneApplications/ 2026-07-22 08:01:32 +10:00
README.md Add FFUDevelopment README, list it in the root README 2026-07-22 10:32:40 +10:00

Scripts

PowerShell tooling for Windows device management.

Folder Purpose
Get-IntuneApplications/ Packages apps as .intunewin and uploads them to Microsoft Intune (via IntuneWin32App), with detection rules, assignments, and supersedence. See Get-IntuneApplications/README.md.
Get-Applications/ Sources applications for rbalsleyMSFT/FFU image builds. See Get-Applications/README.md.
LockScreenInfo/ PSAppDeployToolkit package that renders system info (hostname, model, serial number, etc.) onto the Windows lock screen via wkhtmltoimage, as a BGInfo replacement. See LockScreenInfo/Files/readme.md.
FFUDevelopment/ Customization overlay for rbalsleyMSFT/FFU — only the files modified for this environment, not a full copy of that project. See FFUDevelopment/README.md.

Get-IntuneApplications/ and Get-Applications/ share a similar app-definition (Applications.json, using Evergreen to resolve the latest version of each app), but are not duplicates of each other — each has its own Sources/Applications.json and consumer, and they're maintained separately. LockScreenInfo/ is unrelated to either, and FFUDevelopment/ is the actual FFU image-build project that Get-Applications/ and LockScreenInfo/ feed into.