Windows File Share
Check
Check
What are we sharing...
net share
What are we using...
net use
Share
Share
From a command prompt...
net share myShare=D:\myDir /GRANT:MYDOMAIN\Administrator,full
or, from Powershell...
New-SmbShare -Name "myShare" -Path "D:\myDir" -FullAccess "MYDOMAIN\Administrator"
or, using GUI...
Use
Use
net use H: \\myServer\myShare /Persistent:Yes
Delete
Delete
net share myShare /delete
Bibliography
Bibliography
https://social.technet.microsoft.com/forums/windowsserver/en-US/cae868ab-769c-447f-aff9-0bf07e92bfba/server-core-sharing-foldersfileshttps://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/hh750728(v=ws.11)https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc775533(v=ws.10)?redirectedfrom=MSDNhttps://www.digitalcitizen.life/how-view-list-all-shared-network-folders/
https://support.microsoft.com/en-us/windows/map-a-network-drive-in-windows-10-29ce55d1-34e3-a7e2-4801-131475f9557dhttps://virtualnomadblog.com/2017/10/06/windows-three-ways-to-map-a-network-drive-using-powershell/
https://support.microsoft.com/en-us/windows/map-a-network-drive-in-windows-10-29ce55d1-34e3-a7e2-4801-131475f9557dhttps://virtualnomadblog.com/2017/10/06/windows-three-ways-to-map-a-network-drive-using-powershell/