User Profile
Steven-H
Brass Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Re: Cannot Enable Azure Backup in WAC
DamienB Turns out this error is due to a legacy subscription still being associated my account. The problematic subscription is called 'Access to Azure Active Directory'. I solved my issue by requesting that Microsoft delete it. The subscription is an artifact from the old Azure portal and isn't actually needed. See this: What is the “Access to Azure Active Directory” subscription for? – AAD Support Notes (jasonfritts.me)2KViews1like1CommentRe: dynamic group based on assigned license
You can do this using the following advanced rule (user.assignedPlans -any (assignedPlan.servicePlanId -eq "<servicePlanId>" -and assignedPlan.capabilityStatus -eq "Enabled")) You can lookup service plan ids by using the Graph Explorer and looking at licenseDetails on a user that has the desired license assigned. https://graph.microsoft.com/v1.0/users/someperson@yourdomain.tld/licenseDetails Look in the resulting output for the specific thing to key off. Links Graph Explorer licenseDetails (Graph API)145KViews2likes10Comments
Groups
Recent Blog Articles
Re: General Availability: Introducing Azure AD Support for Azure Files SMB shares REST API
So this is intended as back-end thing to support read/write access to file shares via an application or for priviledged users to browse the content of a file share for support or similar purpose? In ...2likes0CommentsRe: Upcoming changes to iOS/iPadOS Company Portal app deployment for Setup Assistant with modern aut
What should the scope be when switching from Company Portal authentication to this new method when deploying the XML files? Will deploying the XML file to devices enrolled with Company Portal authent...Re: Update your applications to use Microsoft Authentication Library and Microsoft Graph API
I received the email with a link to this article and the message: "You are receiving this message because our reporting indicates one or more of your applications are using ADAL." So now I want t...3likes0Comments