Azure WVD profile reset

Scott Livesey 1 Reputation point
2021-03-10T14:46:37.187+00:00

We have an Azure WVD host pool (5 hosts) and are using fxlogix for profile management. We have a need to reset a large number of user profiles so that a OneDrive FOD policy takes place. Where do I look to find the individual users' profiles and what is the method for safely deleting them so the users get a new profile upon next login?

Any advice is appreciated. Thanks.

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,844 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anthony Porta 1 Reputation point
    2021-03-11T05:14:13.94+00:00

    If you use FSLogix you should have configured a storage where you store the profiles such as an Azure File Share, is not ?
    Check if the user is not connected and delete the folder of the user in your FSLogix shared storage.

    You can automatize this process using a script with Azure Function, triggered at the frequency you want :

    1. Check if the user is connected to the WVD workspace
    2. If not, delete the user's FSLogix folder in the shared storage.

    Next login the user will have a new profile with a new VHD.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.