Possible Duplicate:
How to expand environment variables remotely with .NET?
I need to get the %appdata% of a remote computer in C#. I know i can do it locally with Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), but how can i get that info on a remote computer?
i can't seem to find that specific attribute in the WMI.