Microsoft
Software
Hardware
Network
Question : Need help resolving a issue with the home folder not being mapped to client from 2003 DC
Running a 2003 server sp1 as a DC. All users are setup with a home folder path within AD at logon. It works 95% of the time. This is what happens when it doesnt work. So the home path should be \\server\users\username.. When it doesnt work correctly it maps the personal folder drive to \\server\users. This seems to happen to me personally more than to other users, Im a domain admin. Any ideas would be appreciated..
Thanks
Answer : Need help resolving a issue with the home folder not being mapped to client from 2003 DC
You might just need to change this
FOLLOWUPDATE BETWEEN COALESCE(@DATEBEGIN, FOLLOWUPDATE) AND COALESCE(@DATEEND, FOLLOWUPDATE)
to
(FOLLOWUPDATE >= @DATEBEGIN OR @DATEBEGIN IS NULL) AND (FOLLOWUPDATE <= @DATEEND OR @DATEEND IS NULL)
Random Solutions
Simple? Visual Studio
Problem Installing Generic Text Printer
Hyperlink in Word Document
Which facility to select within Windows environment
Excel VBA: isolate text in parentheses
Why do the icons on the the desktop go about a quarter inch off the monitor screen.
How to implement getenumerator() method in a genrics class
Merge or Compare Or Combine 3 Dynamic Sql CrossTab Q
Profile path for Powershell on Server 2008 R2
Capture ClientID of a linkbutton sender