Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by SAM2009
at 2024-07-20 23:22:30
Point:500 Replies:3 POST_ID:829048USER_ID:11953
Topic:
Windows Server 2008;Windows 2003 Server;Windows Batch Scripting
I created a symbolic in my Windows 2008 R2 like:
mklink /d D:ShareDoc \mydomainShare
The symbolic link points to a DFS link and it's worked on the server but from my pc I get access denied. Why is that?
mklink /d D:ShareDoc \mydomainShare
The symbolic link points to a DFS link and it's worked on the server but from my pc I get access denied. Why is that?
Author: SAM2009 replied at 2024-07-28 02:15:53
Thanks
Accepted Solution
Author: SAM2009 replied at 2024-07-23 22:04:11
Thanks for your suggestion and I think this link will complete the solution:
http://technet.microsoft.com/en-us/library/cc754077(v=ws.10).aspx
http://technet.microsoft.com/en-us/library/cc754077(v=ws.10).aspx
Assisted Solution
Expert: duncanb7 replied at 2024-07-20 23:50:21
500 points GOOD
Take a look at the following article and try this with junction built-in symbolic links ,
"mklink /j D:ShareDoc \mydomainShare"
http://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html
And it is a good article to read into about common question on symbolic link at
http://www.techrepublic.com/blog/windows-and-office/answers-to-some-common-questions-about-symbolic-links/
Hope understand your question completely.If not, please pt it out
Duncan
"mklink /j D:ShareDoc \mydomainShare"
http://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html
And it is a good article to read into about common question on symbolic link at
http://www.techrepublic.com/blog/windows-and-office/answers-to-some-common-questions-about-symbolic-links/
Hope understand your question completely.If not, please pt it out
Duncan