Forum Discussion
R_Akers
Jan 13, 2020Brass Contributor
Ongoing FSLogix Profile Issues
Hi, We have recently gone live with a WVD setup of 2 Session hosts using FSlogix's profiles on an Azure File Server VM. It's not a massive deployment. Maximum of 38 users with general usage ...
R_Akers
Brass Contributor
jasonhand Thank you for the reply,
The registry currently looks like the below:
Could I ask how you perform your nightly reboots? Do you just use a normal scheduled task or an Azure Automation runbook?
jasonhand
Jan 24, 2020Brass Contributor
R_AkersThe nightly reboots are handled through a Powershell script that runs from the Azure AD controller. It looks up the pool members by -like {name*} and then uses test-connection to verify each is online before issuing the reboot. Has been working well.
We use scaling sets so this lookup then returns only those that are present since it creates different named instances whenever they are scaled down then back up.
If yours are static a simple remote reboot would work and you can log it into a file as well to keep track of it.