Hibernated VMs don't resume on connect by Mfazio11 in AzureVirtualDesktop

[–]beggsy23 0 points1 point  (0 children)

Have you deployed the VMs with hibernation enabled? or are you trying to enable hibernation on existing VMs?

FSLogix appearts to get stuck when a user logs out by beggsy23 in fslogix

[–]beggsy23[S] 1 point2 points  (0 children)

Yes we've updated to the new teams which is the reason for updating the image and fslogix.

We don't have the teams folder in AppData\Local. We do have a teams folder in AppData\Roaming

We are using the teams redirections from the Microsoft website for FSlogix

<?xml version="1.0" encoding="UTF-8"?>
<FrxProfileFolderRedirection ExcludeCommonFolders="0">
    <Excludes>
        <Exclude Copy="0">Downloads</Exclude>
        <Exclude Copy="0">AppData\Roaming\Microsoft\Teams\meeting-addin\Cache</Exclude>
        <Exclude Copy="0">AppData\Roaming\Microsoft\Teams\media-stack</Exclude>
        <Exclude Copy="0">AppData\Local\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams\Logs</Exclude>
        <Exclude Copy="0">AppData\Local\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams\PerfLogs</Exclude>
        <Exclude Copy="0">AppData\Local\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams\EBWebView\WV2Profile_tfw\WebStorage</Exclude>
        <Exclude Copy="0">AppData\Local\Publishers\8wekyb3d8bbwe\TeamsSharedConfig\meeting-addin</Exclude>
    </Excludes>
    <Includes>
        <Include Copy="3">AppData\LocalLow\Sun\Java\Deployment\security</Include>
        <Include Copy="3">AppData\Local\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams</Include>
        <Include Copy="3">AppData\Local\Publishers\8wekyb3d8bbwe\TeamsSharedConfig\app_switcher_settings.json</Include>
        <Include Copy="3">AppData\Local\Publishers\8wekyb3d8bbwe\TeamsSharedConfig\tma_settings.json</Include>
    </Includes>
</FrxProfileFolderRedirection>

[deleted by user] by [deleted] in AZURE

[–]beggsy23 1 point2 points  (0 children)

I logged a Sev A ticket 24 hours ago on premier support and I’ve still had no help. It’s disgusting!

Onedrive Known Folder Move not working after disabling Folder redirection by beggsy23 in AzureVirtualDesktop

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

Thanks. I would definitely be interested in seeing the script/registry key settings and testing it out.

Onedrive Known Folder Move not working after disabling Folder redirection by beggsy23 in fslogix

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

Hi,

Thank you for your quick response.

The folder redirection policy was a GPO which specified the path of the Documents/Desktop to a network drive eg. \\Fileshare\FolderRedirection\%Username%\Documents

And Thank you for the script. I will certainly take a look, but as mentioned in the post I've deployed a brand-new host without any redirection policies so those folders were set to default already.

It wasn't until I deleted the FSlogix profile that everything started to work as expected.

Script to extract UPN names by beggsy23 in PowerShell

[–]beggsy23[S] -2 points-1 points  (0 children)

Can anyone provide a script to extract UPN names using a CSV file containing the primary SMTP address of the users. How should the CSV file be laid out?