No description
- PowerShell 99.8%
- HTML 0.2%
| FFUDevelopment | ||
| Get-Applications | ||
| Get-IntuneApplications | ||
| LockScreenInfo | ||
| .gitignore | ||
| README.md | ||
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.