Hi,
We have an enviroment with 1 SBS 2011 server and 2x 2008R2 servers used for RD (using a session broker to devide the session)
We have a logon script running for all the users, this is a simple script that does
echo Logon;%username%;%date%;%time% >> "\\SBSServer\LoginRapp$\rapport_%username%.csv" echo Logon;%username%;%date%;%time% >> "\\SBSServer\LoginRapp$\rapport_%date%.csv"
And we have a logoff script doing the same but then say Logoff at the beginning.
On the hidden share LoginRapp we have Read/Write for Everyone, the scripts are also located in this directory.
The thing is, the script does not run for everyone, everytime we are missing a few users in the report(not always the same)
I haven't been able to find any kind of pattern as to why this is working.
When i look in the event log of one of the RD Servers and go to the Group Policy log i looked up the script processing Logs ( http://technet.microsoft.com/en-us/library/cc749336%28v=ws.10%29.aspx )
When i check this log i see all users have run their group policy script, non of them failed and even the users who seemed to not have run are listen as successful there. However it didn't log them.