/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

petervanderwoude.nl
| | www.rozemuller.com
6.4 parsecs away

Travel
| | All about Identity, AVD, Automation, DevOps, Monitoring, Intune and Security
| | powershellisfun.com
7.3 parsecs away

Travel
| | The new Microsoft Entra PowerShell modules are available, replacing the deprecated AzureAD modules. This blog post will highlight the installation, changes, and features.
| | eskonr.com
3.9 parsecs away

Travel
| | Managing Windows endpoints with SCCM (System Center Configuration Manager) and co-management enabled can be challenging, especially when dealing with co-management issues. In this post, I'll share insights and troubleshooting steps to help you resolve issues with devices that are supposed to be co-managed by Intune but aren't appearing as expected. Background I recently worked on...
| | smsagent.blog
37.7 parsecs away

Travel
| For a long time I've used the following PowerShell cmdlet from the Intune PowerShell SDK to get an access token for Microsoft Graph for running ad-hoc Graph queries or testing automation code locally: $GraphToken = Connect-MSGraph -PassThru Since most of the time I prefer to construct my own code to call the REST API directly...