Dir /B c:\Profiles >c:\users.txtFor /F %%1 in (c:\users.txt) do xcacls c:\profiles\%%1 /T /C /Y /G administrators:F OFFICE\%%1:F System:FFor /F %%1 in (c:\users.txt) do xcacls c:\users\%%1 /T /C /Y /G administrators:F OFFICE\%%1:F System:FThis sounds right. It seems at our stie. that even in our home directory here if we do not have the folder already created for the user with System:Full , Administrator:Full and the USERs name:Full access that the created folder does not get the correct permissions. to the folder and it adds the .domain to the created folder. It is best to make a home folder and specify it in AD and then make sure the permissions are set correctly. The follow scripts will help you get the permissions set correctly on your users folder. Change the attached txt files extensions to .cmd and they will be scripts. Edit as below.
See Below
Get it at
Jim Kenzig
Blog: http://www.techblink.com
I am 99% sure this is normal behavior if you are creating the profile with a policy. If it is created in the users AD account profile then it doesn't happen. Now with that being said I know you can stop this from happening with Home directories if you create the director first and give the user full control to the directory. If the user does not have full control then it will create a new directory with the domain name on the end. I am not sure if it would work with the profile but you can give it a shot.Chris
From: thin-bounce@freelists.org [mailto:thin-bounce@freelists.org] On Behalf Of Stratton, Doug ISMC:EX
Sent: February 2, 2009 6:58 PM
To: thin@freelists.org
Subject: [THIN] Roaming profile with Domain extension______________________________________________________________________For some reason we are getting the following problem with our new servers.
W2k3
XA 4.5
We have Roaming profiles setup
We are in a domain.But profiles are not loading.
What I found out so far is that it is looking here for the roaming profile
\\servername\sharename\username.domainUSERENV(1294.12b0) 15:01:43:704 LoadUserProfile: lpProfileInfo->lpUserName = <dougtes_s>
USERENV(1294.12b0) 15:01:43:704 LoadUserProfile: lpProfileInfo->lpProfilePath = <\\feat\s002\basic\dougtes_s.OurDomain>Up until now we have never had to have a folder with the domain name on it. Once in a while we had domain names added as extension but that was when profiles were stuck in memory and the person was logging on a second time. That is not the case this time.
Right out of the gate it is appending the domain name to the end.
So my question is what can I do to prevent it from using domain extension?
I am not sure if it is related but profiles are not unloading either (no errors that I could find in the event log)
Regards,
Doug Stratton, Shared Service BC
Service Desk Email: 77000@gov.bc.ca
Service Desk Tel: (250)387-7000
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
No comments:
Post a Comment