Active Directory

Workgroup

Hello All,

Hope this post finds you in good health and spirit.  

Workgroup

A workgroup is a peer-to-peer network that operates on Microsoft software. A workgroup provides access to shared resources like as files, system resources, and printers to all participating and linked computers.

Advantages of a workgroup

  • Small local area networks, such as those found in schools, households, and small companies, are typically targeted. It is simple to install and configure.
  • Work better and with fewer machines.
  • Is less complicated to set up and configure than a domain.
  • Any material and resources can be shared with network peers.
  • Setting up a workgroup name is not dependant on any hardware.
  • The Microsoft operating system includes resources for establishing a workgroup.
  • The workgroup settings are available in the Microsoft operating system’s properties panel.
  • The Net command can also be used to acquire information about the workgroup.
  • Larger networks can be divided into workgroups, which aids in management.

Disadvantages of workgroup

  • A workgroup’s security measures are not as robust as those of a domain.
  • Workgroups should not be used for sensitive data, transmission networks, or business networks.
  • Unlike a domain network, there is no central administration of resources.

How to find out if your computer is on a workgroup 

  • Open System by clicking the Start button , right-clicking Computer, and then clicking Properties.
  • Under Computer name, domain, and workgroup settings, you will see either the word Workgroup or Domain, followed by the name.

Join a workgroup or domain from command line

A domain can be joined or left in two different ways. You can add and remove computers using the netdom or powershell commands.

The online way

Join a domain. If the machine you wish to connect has you logged in

C:\> netdom join ECXCHDFS01 /domain:Windowstechno.local /UserD:Make-ds-a /PasswordD:****

Join a workgroup and leave the domain. Even if you don’t have the authority to remove the computer object from the domain, the /force option disconnects the machine from the domain. There is still the domain computer object.

c:\> netdom remove %computername% /domain:your.OldADDomain.net /force

The Powershell way

Join a Domain

PS C:\> Add-computer -ECXCHDFS03 WindowsTechno.local -Credential Mike-DS-A

Remove from Domain and join a workgroup.

PS C:\> Remove-computer -ECXCHDFS02 yourWorkgroup

So, that’s all in this blog. I will meet you soon with next stuff. Have a nice day!!!

Guys please don’t forget to like and share the post.Also join our WindowsTechno Community and where you can post your queries/doubts and our experts will address them.

You can also share the feedback on below windows techno email id.

If you have any questions feel free to contact us on admin@windowstechno.com also follow us on facebook@windowstechno to get updates about new blog posts.

How useful was this post?

Click on a star to rate it!

As you found this post useful...

Follow us on social media!

Was this article helpful?
YesNo

Vipan Kumar

He is an Active Directory Engineer. He has been working in IT industry for more than 10 years. He is dedicated and enthusiastic information technology expert who always ready to resolve any technical problem. If you guys need any further help on subject matters, feel free to contact us on admin@windowstechno.com Please subscribe our Facebook page as well website for latest article. https://www.facebook.com/windowstechno

Leave a Reply

Back to top button