FSLogix
28 TopicsAVD with FSLogix - profiles not loading
Setup AVD with FSLogix several months back and profiles had been loading fine. About a month ago, profiles stopped loading and the logs show "Account restrictions are preventing this user from signing in. For example: blank passwords aren't allowed, sign-in times are limited, or a policy restriction has been enforced." This is in regards to connecting to the profile share path. If I manually try to go to that path, I receive the same error. The accounts do have a password, so it shouldn't be anything to do with a blank password. There are no sign-in time restrictions enforced on these accounts. What's left is a "policy restriction", which is kind of vague. Things I've tried: update to latest FSLogix verify permissions on profile storage enabled these in local policy: Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options ‘Accounts: Limit local account use of blank passwords to console logon only‘ = disabled Computer Configuration > Administrative Templates > System > Credentials Delegation ‘Restrict delegation of credentials to remote servers‘ = disabled I have a ticket open with MS support for 3 weeks now, but thus far they've been completely useless.1KViews0likes16CommentsHow to fetch username or userEmail from userprofile details of FSLogix
Hi I am trying to fetch several details from FSLogix userprofile like disk size usage , last accessed date. I need to get user details as well like Username or UserEmail. Below is the PS Snippet that I am using. $Profiles = Get-ChildItem -Recurse -Path $FileSharePath -Filter "*.VHDX" -ErrorAction Stop | ForEach-Object { [PSCustomObject]@{ UserGPN = ($_.Name -split '_')[1].Split('.')[0] FileShareName = ($_.FullName -split '\\')[3] FileName = $_.Name TotalSizeInGB = $DriveSizeGB ConsumedSizeInGB = [math]::Round($_.Length / 1GB, 2) FilePath = $_.FullName CreationTimeUtc = $_.CreationTimeUtc.ToString() LastAccessTimeUtc = $_.LastAccessTimeUtc.ToString() LastWriteTimeUtc = $_.LastWriteTimeUtc.ToString() } } How can I get that ? Kindly help! Thanks Hirdesh430Views0likes3CommentsWindows Server 2022 and FSLogix profile roaming problems
Hello! Recently I've been tasked with enabling profile roaming between two Windows Server 2022 hosts, which are added to the same collection. Both of them are hosting internal developed app. After enabling fslogix on one of them, I've encountered some errors, users getting blocked from logging in. Those are the errors users are getting when trying to log in into the host that uses FSlogix: 1) Failed to acquire mutex for user: EXAMPLE-USER 2) Failed to acquired cleanup session registry lock for user EXAMPLE-USER (SID=S-1-5-21-1715567821-2139871995-725345543-32785) (Elapsed time: 60000) (The wait operation timed out.) User is from different domain that has Forest trust type set to Transitive. We have multiple domains accessing this VM and users from all of them are having the same problems when fslogix enabled on it. User has access to both VM and Azure Storage Account File share when profiles are being saved (both SMB and on Azure portal access) FSLogix policy is set like this: Policy Setting Comment Delete local profile when FSLogix Profile should apply Enabled Policy Enabled Enabled Policy Setting Comment Set Outlook cached mode on successful container attach Disabled Size in MBs Enabled Size in MBs 10000 Policy Setting Comment VHD location Enabled VHD location \\<example>.file.core.windows.net\profiles FSLogix/Profile Containers/Advancedhide Policy Setting Comment Keep local folder after user logs out Disabled Locked VHD retry count Enabled Locked VHD retry count 3 Policy Setting Comment Locked VHD retry interval Enabled Locked VHD retry interval 5 Policy Setting Comment Prevent login with failure Enabled Policy Setting Comment Prevent login with temporary profile Enabled Policy Setting Comment Redirect temporary file folders to local computer Enabled Redirect TEMP, TMP and INetCache to local drive Policy Setting Comment Remove Orphaned OST Files On Logoff Enabled FSLogix/Profile Containers/Container and Directory Naminghide Policy Setting Comment Swap directory name components Enabled Policy Setting Comment Virtual disk type Enabled VHDX Any ideas how to solve it or what might have caused it?4.1KViews1like2CommentsFSLogix Error 1326 The username or password is incorrect
Hi all, I need your help with this one. I am currently implementing FSLogix in an AVD environment, as I did dozens of times before. But this time I ran into a strange Issue. The error I am getting is: My current setup is: - Hybrid joined VMs - Storage account joined to OnPrem - Active Directory Domain Services (AD DS) Identity is enabled on the storage account via Terraform - All Users and Groups are hybrid - Azure Infrastructure is deployed with Terraform - Hosts and Users are managed via GPOs I already found this Tech Community Post, but the suggestions there unfortunately did not help me. My troubleshooting steps up until now where: Redeploying the storage and the VMs Checked FSLogix, NTFS and IAM settings Deploying an Microsoft Entra Kerberos authentication enabled storage account -> same issue Checked that the Kerberos encryption algorithm of the client and the storage match -> client allows all algorithms, storage is set to max compatibility Created a new computer object in the domain and used it for the domain join via Terrraform Checked that storage account is joined to AD -> here I got an interesting find: Here the AccountType and SamAccountName are missing, I checked this in another environment, there they are displayed correctly BUT this does not explain to me why the Entra Kerberos enabled storage account got the same error Many thanks for reading all of this. Do you guys have any ideas and suggestions what I could try?2KViews0likes1CommentTeams not working in Windows 11 AVD + FSLogix
I am currently setting up and testing a Windows 11 AVD environment for future use, but I am having trouble with getting Teams to work properly. When a user logs in for the first time I am able to log into Teams. When keeping it open for a couple of minutes the client will start having problems, like crashing, restarting, staying on the "Waiting on Teams" screen or just showing a full white Teams application window. When signing off from the AVD Session Host and signing in again Teams is not working either anymore. I have found out that Teams appears to be working fine when I exclude the user profile from using FSLogix. This is not a solution however. The problem seems very similair to https://docs.microsoft.com/en-us/answers/questions/671639/teams-for-vdi-amp-fslogix.html, unfortunately the mentioned registry key is already present. Further information about the current setup: Image: Windows 11 Enterprise multi session Applied VDOT: https://github.com/The-Virtual-Desktop-Team/Virtual-Desktop-Optimization-Tool FSLogix: tested with versions 2105 and 2015 HF_01 Teams: Latest version installed with ALLUSER=1 and in combination with AVD Optimisations (WebRTC) I am very curious if anyone else has experienced problems like this.19KViews0likes35CommentsFSLogix Blog Update: FSLogix release changes and Windows multi-session updates in Azure Marketplace
Tired of checking and installing FSLogix after deploying your Session Hosts with a Windows multi-session image from the Azure Marketplace? As of August 8th, 2023 (patch Tuesday), these images will come with the latest version of FSLogix already installed. This means that you can skip the hassle of installing or updating FSLogix on your virtual machines and enjoy it's amazing features right away. Read the full post on the FSLogix Blog!1.4KViews0likes0CommentsFSLogix downgrade to 2201
Hello, We currently have a pool with FSLogix 2210 (2.9.8361.52326) and we are running into the known issue (https://learn.microsoft.com/en-us/fslogix/troubleshooting-known-issues) asking for outlook credentials. In the known problems article, it indicates that until hotfix 1 is deployed, the solution is to downgrade to the FSLogix 2201 version (2.9.8228.50276). Has anyone downgraded? Is it safe to delete the FSLogix application and install version 2201? Will everything work as before or do I have to configure something? Thanks and best regardsSolved3KViews0likes1CommentFSLogix Event ID 26
FSLogix Error 26 Failed to run export action on OneNote registry for file eula.reg (The system cannot find the file specified.) Has anyone ever found a fix for this? Disabling OneNote integration gets rid of the first error of course...but at what cost? I don't know any fix for the second one.3.3KViews0likes0CommentsTaskbar missing on Windows 11 Multisession AVD with Profiles with FSlogix
Hello everyone and thank you for your help in Advance. Here are the Pictures So here is the Problem: I have 1 VM with around 10 users, one of them his taskbar stopped or froze, nothing shows up, no search, no icons, right mouse click on it and nothing, ALT TAB does not work, Deleted and recreated his FSLogix profile and the same issue. Windows version is: Restarted his Windows explorer and nothing, restarted his session and nothing. We use Remote Desktop Has Anyone seen this problem Before? is there any Fix?1.6KViews0likes2CommentsFSLogix Customer Experience Survey is live!
All... I am pleased to announce our Customer Experience Survey is now live! FSLogix is looking for feedback from our customers and community to help shape the current and future iterations of the product. FSLogix is widely used across Azure Virtual Desktop, Azure, and On-Premises deployments and we want to ensure we continue to deliver fixes, enhancements and features that are meaningful across these segments. Thank you and we look forward to your responses!1KViews1like1Comment