This message was deleted.
# citrix-vad
s
This message was deleted.
k
There’s a WEM Guide on the Nutanix portal as well, @Dave Brett is the author
n
WEM is optimized. It’s the “Welcome” screen sitting there for 25 sec that I can’t get past. I have been through every optimization guide on the internet.
b
Run the controlup logon duration script to see what is taking the time?
n
Everything in there looks fine and fast. Nothing longer than 1 sec.
This is with local profile:
Completely uninstalled FSLogix:
“Gap”
t
We saw something similiar when we allowed users to logon from a different domain than the citrix servers are placed in. Turned out it was a issue with the adfs servers in the new domain not being able to communicate with the ad servers in the domain which had the citrix servers. After opening up for ldap traffic we went down to 9 seconds logon time in total
d
We are seeing that aswell. In nstraces we could see a 10sec gab in kerberos traces. We havent been able to make a Microsoft ticket. But you might wanna look that way.
n
We are single domain. This gets me thinking though; I wonder if this might have something to do with Hybrid Azure AD? I tested with it joined and not joined and the login times are the same, but maybe it’s trying to talk to something in Azure?
b
Give it a bad gateway and you'll know for sure
n
Total login is 10 seconds with no network. There is no ‘Welcome’ screen at all.
@Dennis - Do you have any advice here? We do use proxy for internet access. I saw your tweet, but wondered if you could shed some more light.
h
@Nick Cookendorfer Powershel command looks pretty cool, Is that possible for you to share the command pls
n
Copy code
$CutoffTime = (Get-Date).AddDays(-14)
get-childitem $env:OneDriveCommercial -Force -File -Recurse | where Attributes -eq 'Archive, ReparsePoint' | where LastAccessTime -le $CutOffTime | foreach {attrib.exe $_.fullname +U -P /s}
Change the days to whatever you’d like. This does 14 days. So any files older than 14 days get set back to online and are no longer cached.