hard disk on the network
how i can sharing hard disk on the network; use the command prompt on windows server 2008 please ?I am used 2008 R2.
May 8th, 2012 12:20pm
You might want to try the Windows Server forum.
http://social.technet.microsoft.com/Forums/en-US/category/windowsserver
-Seanwww.sjjmicro.com / www.seanliming.com / www.annabooks.com, Book Author - Pro Guide to WES 7, XP Embedded Advanced, Pro Guide to POS for .NET
Free Windows Admin Tool Kit Click here and download it now
May 8th, 2012 3:57pm
Hi rozentamem,
Thanks for posting here.
I think you are referring the command Net share which be used for sharing resources on Windows in command line:
Net share
http://technet.microsoft.com/en-us/library/hh750728(WS.10).aspx
Thanks.
Tiger LiTiger Li
TechNet Community Support
May 10th, 2012 3:25am
Please use net share command as following:
net share DataShare=c:\Data
you can replace c:\data by your drive or folder you want to share,to remove the shared stuff just go:
net share DataShare /delete
remember datashare is your share name and can be anything you want.
Free Windows Admin Tool Kit Click here and download it now
May 10th, 2012 5:03am
Hi,
checking this:
http://technet.microsoft.com/en-us/library/cc770880.aspxKind regards,
Tim
MCITP, MCTS
http://directoryadmin.blogspot.com
This posting is provided 'AS IS' with no warranties or guarantees and confers no rights.
May 10th, 2012 5:24am
Thanks that help me a lot but please how i can set permission to this folder by powershell or command line????
Free Windows Admin Tool Kit Click here and download it now
May 10th, 2012 12:04pm
Hi,
you can do this using Icacls:
http://technet.microsoft.com/en-us/library/cc753525(v=ws.10).aspxKind regards,
Tim
MCITP, MCTS
http://directoryadmin.blogspot.com
This posting is provided 'AS IS' with no warranties or guarantees and confers no rights.
May 11th, 2012 7:32am
Thank you all that help me a lot you are help me a lot and my Question is answer Thank you a lot again
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2012 2:02pm


