Reputation: 874
We have one folder on a Windows Server 2012 R2 that we want to share without passwords" We need to provide the access of folder to another machine that is in same network but not in domain. We need to share it without password verification.
Upvotes: 1
Views: 40449
Reputation: 862
Make sure all computers are connected to same LAN
start --> Run --> fsmgmt.msc
shared folders dialogue will open in that right-click
shares --> new share --> browse through the folder you want to share
and then in permissions Add Guest and change the permissions to access all then click OK.
Enter IP(shared PC IP) in the LAN computer PC
It should be open.
Upvotes: 3
Reputation: 525
This method is only suggested if you aren't running a domain controller. I use this method on a Windows 2016 Server which has shares I need to access from PC's that are not part of any network domain. If you are running a domain controller, you want to handle everything through group policy as this method will allow anyone on your network to access the share.
If doing the above alone does not give you access then you will also need to edit the share permisions to and add the "Everyone" group object. The permission you give "Everyone" will determine whether users who access the share can read or write to the share.
References:
Set Permissions for Shared Folders
How to Create Network File Shares with No Passwords in Windows 8
Upvotes: 3
Reputation: 109
Simply add the 'Everyone' in the security folder and provide read and write access then share the folder (or) Right-click the folder and select Share with Specific People and then add 'Everyone' with Read/Write this will allow every user can access that folder.
Upvotes: -1
Reputation: 11
enable guest access and share it with guest this should do it. Else you need to make sure everyone is part of the domain and that that share is available to all the domain users. Sharing it with the users group should do the trick.
Upvotes: 1