User Profile
benjamink9
Copper Contributor
Joined Feb 28, 2020
User Widgets
Recent Discussions
Re: Outlook login issues with WVD - FSLogix
Pieter, please update us all on this thread when your teams figure out the root cause! The issue keeps resurfacing at my company, and we are a small family-owned business trying to troubleshoot this without the support of a Microsoft partner or anyone at Microsoft.30KViews1like0CommentsRe: FSLogix - Profile can not load
Rauke7492 i doubt its a registry setting issue; looks like it's an issue with how the storage account is set up. did you set up AADS authentication and ensure that the azure ad user has Storage File Data SMB Share Contributor rights under access control (IAM)?30KViews0likes8CommentsRe: FSLogix - Profile can not load
Rauke7492 1. try testing to see if your account has permissions to the profile path by navigating to your storage account's path using the UNC if you don't /aren't able to navigate to that path, then you need to: 2. navigate to the storage account in azure portal. under configuration check to make sure "azure active directory domain service (AAD DS)" is set to enable (if that's how you're using it. 3. navigate to the storage account in azure portal. under access control (IAM), check access to your Azure AD user/group. make sure that user or group has "Storage File Data SMB Share Contributor" access.30KViews0likes10CommentsRe: Where to control settings when closing the remote connection?
Jgq85 i've found that limiting user to a single session and setting a "sign out disconnected users" in the group policy for remote desktop services is pretty important in our deployment -- especially with fslogix.6.7KViews0likes0CommentsRe: WVD W10 w/Office365 PP & Outlook Signin issues
Juleulven I had the same issue in our environment. I set up a powershell script to run at every log on to activate the AADBroker plugin. to verify that it is (not) installed, run this in powershell: Get-AppxPackage Microsoft.AAD.BrokerPlugin to turn on the plug in, run this in powershell: Add-AppxPackage -Register "C:\Windows\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode i have a startup powershell script that runs that upon every login. we will see if it fixes it. hopefully microsoft comes out with an update soon, seems like this is affecting a lot of users.4.3KViews0likes0Comments
Recent Blog Articles
No content to show