Hi
If DisableStrictNameChecking doesn't , and you want to use different
names for the share why not using DFS or DFS-R.
--
I hope that the information above s you
Good Luck
Jorge Silva
MCSA
Systems Administrator
"Wolfgang" <Wolfgang@discussions.microsoft.com> wrote in message
news:91739E54-6CA3-4B07-AA94-29623FA95916@microsoft.com...
> Hello all,
>
> we have a server \ share (W2k3 SP1) ==> \\Name90\test$
>
> we made a CNAME entry in DNS for Hostname Name90 witch CNAME is: abc90
>
> Logging on XP Workstation SP2 with useraccount "dir \\Name90\test$" works
> ;
> "\\abc90\test$" works also.
>
> But if we use a startupscript with GPO at comuterbased part like this:
>
> dir \\Name90\test$ => works
> dir \\abc90\test$ => access denied ?????????????????????????
>
>
> http://support.microsoft.com/kb/281308/en-us
> "DisableStrictNameChecking" does not .
>
> share an folder permissions on \\Name90\test$ is everyone
>
> Please