Background As you may know, Microsoft is deprecating support for RunAs Accounts in Azure Automation by 30/9 2023. Instead they recommend migrating to Managed Identities. In my quest to migrate a customer from RunAs Accounts to MIs, I stumbled across an issue. The issue I had already followed MS recommendations regarding migration to Managed Identites,…
Leave a Commentrobinstenborg.se - M365, Azure And Powershell Posts
NPS Authentication issues after May 2022 update
This morning one of my customers had issues with clients using 802.1x authentication to connect to the network. Symptoms On our NPS server all of our clients were generating these log entries: EventID 6273 Network Policy Server denied access to a user<Data Name=”CalledStationID”>xx-xx-xx-xx-xx-xx</Data><Data Name=”CallingStationID”>xx-xx-xx-xx-xx-xx</Data><Data Name=”NASIPv4Address”>10.xx.xx.xx</Data><Data Name=”NASIPv6Address”>-</Data><Data Name=”NASIdentifier”>xxxxxx</Data><Data Name=”NASPortType”>Ethernet</Data><Data Name=”NASPort”>3</Data><Data Name=”ClientName”>Network-Management</Data><Data Name=”ClientIPAddress”>10.xx.xx.xx</Data><Data Name=”ProxyPolicyName”>Use Windows authentication for…
2 CommentsManaged Google Play apps get unapproved when deleted from MEM
I just had to put this out there, just in case someone else runs in to the same issues that I did. I was going to update a business critical LOB app to several hundreds of Android devices at a customer. Easy enough I thought, I updated the apk file in Managed Google Play Store.…
1 CommentGet an AzureAD device group membership
When I first needed to see which groups a certain AAD device I thought that this would be very easy. I mean, if you want to get group membership for a user, you could just do that in the portal (via User-pane or the troubleshooting pane in Intune) or through the Get-AzureADUserMembership Powershell cmdlet. However,…
2 CommentsIncorrect parameter when enrolling devices through Autopilot
I have recently have had issues at a customer with a cryptic error message when deploying Intune-devices through Autopilot. The error message occurs after the ESP (enrollment status page) has been triggered. After some time during the Device Setup phase, the machine reboots and then the <irony>really detailed error message </irony> saying Incorrect Parameter is…
5 Comments