Archived tooling for mobile device replacement and endpoint management workflows.
Build. Automate. Share.
Endpoint Management | PowerShell | Public | Archived
Smartphone Replacement Tool supports Microsoft Intune and endpoint management workflows such as automation, troubleshooting, remediation, deployment, or reporting.
- Use it when Intune work should be scripted, packaged, synchronized, or made easier to repeat.
- Most workflows start from repository assets, then move through Microsoft Graph, Intune, or device-side execution.
- This repository is archived and kept as a reference implementation.
The repository stores scripts or tooling, administrators configure or run them, Intune and Microsoft Graph apply the work, and endpoint results feed back into reports or follow-up actions.
flowchart LR
Repo[Repository assets] --> Admin[Administrator workflow]
Admin --> Graph[Microsoft Graph or Intune]
Graph --> Device[Managed endpoint]
Device --> Result[Detection, remediation, or report]
Result --> Review[Review and iterate]
Review --> Repo
-
Review the project context and workflow below.
-
Clone the repository:
git clone https://github.com/JayRHa/SmartphoneReplacementTool.git
-
Continue with the setup, usage, or workflow sections below.
