I have a VDI setup in Azure and have users in two regions however I need to create a login script, ideally in PowerShell
The login script will update users' environment variables. Now the tricky part, I will need this script to pull the information from a file, JSON or Excel. Ideally a JSON file.
I want it to check for the heading of Variable name and Variable value from the JSON file.
Now depending on the region of the virtual server, I would want only variables updated for the user if they are in North East and have a set of variables for users in South Coast

powershell use json. [grin] - Lee_Dailey