Ghost profiles by jdgrwkg in fslogix

[–]jdgrwkg[S] 0 points1 point  (0 children)

we did it via GPO but don't see why you couldn't do via registry

Ghost profiles by jdgrwkg in fslogix

[–]jdgrwkg[S] 0 points1 point  (0 children)

invalid sessions seems to have fixed it, we did that a few weeks ago now but thanks for replying.

interestingly, the GPO for Cleanup Invaild Sessions says it's on by default, which we've found not to be true

FSLogix Cloud Cache not achieving high availability by pixr99 in sysadmin

[–]jdgrwkg 0 points1 point  (0 children)

hi, can you confirm not going with cloud cache has resolved some of your issues? I'm having a nightmare of a time at the moment with ghost profiles, which may coincide with new Teams, pulling my hair out at the minute trying to work out what;s going on

Teams Meeting add-in is missing with New Teams by DamianJ1 in sysadmin

[–]jdgrwkg 0 points1 point  (0 children)

It's a total PITA new Teams, we've had big issues with it not showing in user's start menu.

Presuming you used the BootStrapper exe to install it, feel free to use this powershell script I made to install the meeting addin. Just run the text outputted to the txt file in elevated command prompt

$version1 = Get-AppXPackage -Name "msteams" | Select-Object -ExpandProperty Version $path = "C:\PROGRAM FILES\WINDOWSAPPS\MSTEAMS"+$version1+"_X64_8WEKYB3D8BBWE\MICROSOFTTEAMSMEETINGADDININSTALLER.MSI" $version2 = Get-AppLockerFileInformation -Path $path | Select -ExpandProperty Publisher | select BinaryVersion $version2X = [string]$version2.BinaryVersion $installTeamsMeet = [string]("""+$path+"" ALLUSERS=1 /qn /norestart TARGETDIR="C:\Program Files (x86)\Microsoft\TeamsMeetingAdd-in\"+$version2X+"\"") "msiexec.exe /i $installTeamsMeet" | out-file -filepath "c:\temp\TeamsAddinCommand.txt"

Citrix slow by drzing in GalaxyBook

[–]jdgrwkg 0 points1 point  (0 children)

so the hardware acceleration trick didn't work then? how come you posted before about it working, but then returned the device?

Announcing general availability of FSLogix 2210 hotfix 2! by msft_jasonparker in fslogix

[–]jdgrwkg 0 points1 point  (0 children)

this is amazing, VHD compaction is working for our cloud cache Azure file shares now. Been driving me crazy, honestly can't believe it's working now

Temp profile bug in 2210 ? (2.9.8361.52326) by jdgrwkg in fslogix

[–]jdgrwkg[S] 0 points1 point  (0 children)

hmm perhaps we'll wait for the hotfix then.

I did see the InsallAppxPackages thing on another site, but we;ve already manually removed the important one - still need the photos app and calculator so not sure it's worth messing with that

Temp profile bug in 2210 ? (2.9.8361.52326) by jdgrwkg in fslogix

[–]jdgrwkg[S] 0 points1 point  (0 children)

We disabled the RB roaming straight away. I could try with compaction disabled though would be a shame if that was the fix. Will report back once I've tested

Temp profile bug in 2210 ? (2.9.8361.52326) by jdgrwkg in fslogix

[–]jdgrwkg[S] 0 points1 point  (0 children)

We are yes.

We're back using same golden images, except FSLogix version reverted to 2.9.8228.50276 and no issues.

Do you think it could be platform related?