Avatar of jskfan
jskfan
Flag for Cyprus asked on

Accessing a WorkGroup Computer from Domain Member Computer

Accessing a WorkGroup Computer from Domain Member Computer

I have a computer named Windows7 that I am trying to connect to it from a Domain member computer using UNC path \\IPaddress\C$
I get the pop window to enter credentials. I type in Windows7\Myadmin then password for Myadmin , but I cannot connect.
If I go to Windows7 computer I type Myadmin  and Password then I can login.
Also, From Windows7{Workgroup} i can connect to the Domain Member computer using UNC path \\Computer\C$.
I get a popup for username and password.. I type in \\DomainName\Username then password.

I am not sure what could be the issue.

Any help will be appreciated.
Thank you


w
Active DirectoryWindows 7

Avatar of undefined
Last Comment
jskfan

8/22/2022 - Mon
Noah

Hi there! :)

You need to create a trust first. You may refer to the following instructions as a guide.

Reference: https://www.oreilly.com/library/view/active-directory-cookbook/0596004648/ch02s18.html

  1. Open the Active Directory Domains and Trusts snap-in.
  2. In the left pane, right-click the domain you want to add a trust for, and select Properties.
  3. Click on the Trusts tab.
  4. Click the New Trust button.
  5. After the New Trust Wizard opens, click Next.
  6. Type the DNS name of the AD domain and click Next.
  7. Assuming the AD domain was resolvable via DNS, the next screen will ask for the Direction of Trust. Select Two-way and click Next.
  8. For the Outgoing Trust Properties, select all resources to be authenticated and click Next.
  9. Enter and retype the trust password and click Next.
  10. Click Next twice.
David Johnson, CD

the computername must be windows7
and the user myadmin must be a member of the administrators group to access c$

try
net use * \\windows7\c$ /user:windows7\myadmin /savecred

Open in new window

when requested type in the password
the share should populate with the drive letter coming down from Z:
if you get an error 43 then it is an authentication error..
Let me know
Qlemo

@Noah, that is nonsense. A Trust is between domains, not machines.

@jskfan, \\DomainName\Username is no valid account. You probably mean DomainName\Username.
The popup tells "Access Denied", and that means the account is authenticated properly (account name and password are correct), but that account lags admin privileges, as stated by David. If you do not want to make that account a local admin, create a new share (because you cannot change privileges for automatic generated c$ etc. shares), and allow access for the user.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
Kesavan Jeganarayanan

Try turn off the firewall on windows 7 computer and try connect again.
jskfan

ASKER
Thank you Guys for your inputs

Myadmin account is member of the local Administrators group in Windows7
form another computer that is member of the domain, I am typing
 \\Windows7\c$ , I get a pop screen to enter username and password. I type Windows7\Myadmin and password. However it does not connect me to \\Windows7\c$
Dan

Could be a smb 2.0 problem, can you check if the 7 system can map to the domain using user:domain\user password?

If no, could be smb 2.0 vs 3.0
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
jskfan

ASKER
From Windows7 to any Domain Member, there is no problem.... but not the other way around
Dan

can you map it to the IP?  \\10.2.3.\hiddenshare?
jskfan

ASKER
I used \\ipaddress\c$
I get a pop up to type in username and password, and typed \\192.168.254.167\administrator  then password  [administrator and password for the remote computer], but still cannot access it
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
ASKER CERTIFIED SOLUTION
Dan

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
jskfan

ASKER
I will get back to it later.
Thank you