Skip to content

Microsoft Intune / Endpoint Management / Security

Practical knowledge for simpler and more secure endpoint management.

I’m Simon Hoque, an IT professional specializing in Microsoft Intune, Windows, security, and automation. I share field-tested guides, tools, and lessons learned to help IT professionals solve real-world endpoint management challenges.

  • Based in Sweden
  • Community contributor
Windows PowerShell — illustrative preview
PS C:\> Connect-MgGraph -Scopes "DeviceManagementManagedDevices.Read.All"Welcome to Microsoft Graph!PS C:\> $devices = Get-MgDeviceManagementManagedDevice -AllPS C:\> $devices | Where-Object OperatingSystem -eq 'Windows' |        Select-Object DeviceName, ComplianceState, OsVersion DeviceName      ComplianceState   OsVersion----------      ---------------   ---------SE-LAP-0142     compliant         10.0.26100.2314SE-LAP-0187     compliant         10.0.26100.2314SE-LAP-0203     noncompliant      10.0.22631.4460 Environment check completed
Illustrative code preview — not a complete, production-ready script.

Focus areas

  • Microsoft Intune
  • Windows Autopilot
  • Endpoint Security
  • Microsoft Graph
  • PowerShell
  • Windows 11

Practical guides from the field

Notes, walkthroughs, and troubleshooting sequences drawn from real endpoint management work. The articles below are initial drafts and are clearly marked as placeholders until published.

TroubleshootingDraft placeholder

Troubleshooting Win32 app deployments

A repeatable order of investigation for Win32 apps that report failure, stay stuck at pending, or install without appearing installed.

Publication date
Not yet published
Estimated reading time
7 min read
Read article

Would you like me to speak at your community event?

I present sessions on Intune migration, Windows Autopilot, Graph automation, and endpoint security for user groups, webinars, and internal IT communities.