We have multiple, load-balanced Citrix servers. Using group policy, I push an .xml file to the users' profile (c:\users\userName\appdata\local). We cannot use roaming profiles or folder redirection.
When the user logs off, I'd like the .xml file to be copied up to a network share. Is there a way to do this without relying on folder redirection or roaming profiles? I tried a logoff script, that should copy the file, but the script doesn't seem to be running at all. I can tell, because the script also writes a text file to the user's profile, but the text file isn't being created.
Thanks.