Solved Is not bringing PCs in Domain is a sin?
-
@coliver Yup, and it is all based on registry settings so it shouldn't be dependent of Microsoft only.
-
@dbeato said in Is not bringing PCs in Domain is a sin?:
@coliver Yup, and it is all based on registry settings so it shouldn't be dependent of Microsoft only.
huh? Does anything other then MS Products use registry settings? or is compatible with MS registry settings?
As I understand GPOs, they are files stored in SMB file shares (very specific ones) that are accessed by the workstations at a given interval, and then applied to the workstations. As far as I know, it's a pull only system.
All that said - the GPO being hosted from a 'nix based domain controller instead of Windows is pretty cool!
-
@dbeato said in Is not bringing PCs in Domain is a sin?:
@coliver Yup, and it is all based on registry settings so it shouldn't be dependent of Microsoft only.
Umm... Microsoft is the only system with a "registry"
Other operating systems have other means of doing things.
-
@JaredBusch said in Is not bringing PCs in Domain is a sin?:
@dbeato said in Is not bringing PCs in Domain is a sin?:
@coliver Yup, and it is all based on registry settings so it shouldn't be dependent of Microsoft only.
Umm... Microsoft is the only system with a "registry"
Other operating systems have other means of doing things.
I think @dbeato means that GPOs mostly just configures registry settings, so Group Policy is not required for managing Windows systems.
-
@Dashrender said in Is not bringing PCs in Domain is a sin?:
@dbeato said in Is not bringing PCs in Domain is a sin?:
@coliver Yup, and it is all based on registry settings so it shouldn't be dependent of Microsoft only.
huh? Does anything other then MS Products use registry settings? or is compatible with MS registry settings?
As I understand GPOs, they are files stored in SMB file shares (very specific ones) that are accessed by the workstations at a given interval, and then applied to the workstations. As far as I know, it's a pull only system.
All that said - the GPO being hosted from a 'nix based domain controller instead of Windows is pretty cool!
Pretty much this. GPOs are just XML files that tell the client machine how to configure itself. It's stored in a file structure.
-
@openit said in Is not bringing PCs in Domain is a sin?:
or not using Domain is sin
We don't use domains most of the time. You need a qualifying reason to consider a domain. There are lots of qualifying reasons. But it should be anything but an automatic assumption. And every day it gets less common and/or appropriate.
-
@DustinB3403 said in Is not bringing PCs in Domain is a sin?:
Generally speaking, if you're in a Windows world, and have more than 10 or so computers you would want to setup a domain to centralize your administration of the computers.
I put the number at 12, not 10. It was 10 officially from MS marketing in the late 1990s in the pre-AD days. But factors have changed and 10 is definitely on the low side.
I'd not state it as "above X you want it", it's more "under X you don't want to consider it". If you are above X, it's just worth evaluating.
-
@DustinB3403 said in Is not bringing PCs in Domain is a sin?:
Managing more than 10 or so individually is vastly more time consuming than using GPO from a DC to manage the workstations.
Individually is hard, yes. But GPO isn't the only alternative, not even the only MS alternative. AD + GPO is just one of many "group management" options for Windows desktops. A common one, even a good one, but just one of many.
-
@scottalanmiller said in Is not bringing PCs in Domain is a sin?:
@DustinB3403 said in Is not bringing PCs in Domain is a sin?:
Managing more than 10 or so individually is vastly more time consuming than using GPO from a DC to manage the workstations.
Individually is hard, yes. But GPO isn't the only alternative, not even the only MS alternative. AD + GPO is just one of many "group management" options for Windows desktops. A common one, even a good one, but just one of many.
Considering this is a post asking if having AD or not - I'm surprised you didn't list any alternatives...
-
@openit said in Is not bringing PCs in Domain is a sin?:
We have windows server 2012, AD installed and using for File Server, now slowly we have some 75 computers, and very less home editions.
At 75 machines, assuming all Windows, AD is a pretty obvious choice. Not the only, but if that's all on one LAN it's a pretty good way to go in nearly all cases.
AD itself doesn't provide file sharing, though. You can do that in a number of ways. People often associate SMB file sharing with AD because of the simple integration, but they are unrelated services.
-
@flaxking said in Is not bringing PCs in Domain is a sin?:
@JaredBusch said in Is not bringing PCs in Domain is a sin?:
@dbeato said in Is not bringing PCs in Domain is a sin?:
@coliver Yup, and it is all based on registry settings so it shouldn't be dependent of Microsoft only.
Umm... Microsoft is the only system with a "registry"
Other operating systems have other means of doing things.
I think @dbeato means that GPOs mostly just configures registry settings, so Group Policy is not required for managing Windows systems.
Well, that's certainly true, GPO is not required for managing Windows systems, but it's a pretty good one, at least in my eye.
Though for centrally managing Windows clients - I'd love to see what other people are using, and the associated costs?
I know Intune can do it - but that's very spendy.
Salt stack will get there some day
Salt in general can probably do it - but requires a lot on the administrators side to know how to create (are they called playbooks?) and the specifics of registry entries to create those playbooks.
Local Powershell with list of PCs and local admin username/passwords (assuming no centralized password setup) -
@DustinB3403 said in Is not bringing PCs in Domain is a sin?:
He could also setup a domain controller (it's not AD) on Fedora at no cost and centralize the user administration. Won't help with GPO, but could limit some of the issues I imagine he's having with 75 workstation systems. .
That's a great option. But it is very worth noting that it is AD, it's just not Microsoft AD. It's AD from Samba. But it's full AD. It does GPO as well, even though GPO isn't part of AD. The Samba solution implements GPO as well. It's actually all handled by SMB.
-
@Dashrender said in Is not bringing PCs in Domain is a sin?:
@DustinB3403 said in Is not bringing PCs in Domain is a sin?:
@Dashrender said in Is not bringing PCs in Domain is a sin?:
Also, to save significantly on licensing, you could ditch the Windows Server and install a Fedora Server with an SMB share. To the Windows machines it would look identical. Heck you could seutp AD using all Fedora on the server side removing all server side licensing and still having AD - you can even use the Windows AD tools in most cases. (FYI - DHCP/DNS are not AD tools, so you'd have to use the Linux tools for that assuming you ran those from the Fedora box)
He could also setup a domain controller (it's not AD) on Fedora at no cost and centralize the user administration. Won't help with GPO, but could limit some of the issues I imagine he's having with 75 workstation systems. .
It simulates AD's functions - and as I understand it - it does provide GPO, because GPOs are just a folder structure that Windows Pro/Enterprise machines pull off DCs and apply locally. So as long as Fedora's implementation of a domain controller creates the needed folders in SMB file shares, then the workstations should pull that data just fine.
That's correct. It's full AD, not a simulation. And GPO, being just an SMB share structure, it does that natively as well. It actually did GPO decades before it did AD.
The AD portion doesn't need to do it, though. You can do it by hand.
-
@Dashrender said in Is not bringing PCs in Domain is a sin?:
huh? Does anything other then MS Products use registry settings? or is compatible with MS registry settings?
No, but it is MS workstations that we are talking about
-
@scottalanmiller said in Is not bringing PCs in Domain is a sin?:
@Dashrender said in Is not bringing PCs in Domain is a sin?:
huh? Does anything other then MS Products use registry settings? or is compatible with MS registry settings?
No, but it is MS workstations that we are talking about
Out of context it looks like I'm talking weird... I was pretty sure nothing else did/does... but Daniel's comment was weird and pulled my question.
-
@Dashrender said in Is not bringing PCs in Domain is a sin?:
@scottalanmiller said in Is not bringing PCs in Domain is a sin?:
@Dashrender said in Is not bringing PCs in Domain is a sin?:
huh? Does anything other then MS Products use registry settings? or is compatible with MS registry settings?
No, but it is MS workstations that we are talking about
Out of context it looks like I'm talking weird... I was pretty sure nothing else did/does... but Daniel's comment was weird and pulled my question.
Why? He was talking about GPO, and GPO manages registry settings on Windows. What about his statement made you ask about other OSes?
-
@Dashrender said in Is not bringing PCs in Domain is a sin?:
Salt stack will get there some day
Salt in general can probably do it - but requires a lot on the administrators side to know how to create (are they called playbooks?) and the specifics of registry entries to create those playbooks.one can say the same thing about GPO. GPO isn't trivial, you just already learned it. And it's ridiculously hard to manage. Salt isn't any harder, it's actually probably a bit easier.
-
@scottalanmiller said in Is not bringing PCs in Domain is a sin?:
@Dashrender said in Is not bringing PCs in Domain is a sin?:
Salt stack will get there some day
Salt in general can probably do it - but requires a lot on the administrators side to know how to create (are they called playbooks?) and the specifics of registry entries to create those playbooks.one can say the same thing about GPO. GPO isn't trivial, you just already learned it. And it's ridiculously hard to manage. Salt isn't any harder, it's actually probably a bit easier.
Really? Is there a GUI that walks you through all of the options with full explanations on those options? Perhaps there are - but what I saw was that you had to hand write everything for Salt, lookup everything - know the reg keys to reference, etc. not true?
-
@Dashrender said in Is not bringing PCs in Domain is a sin?:
@scottalanmiller said in Is not bringing PCs in Domain is a sin?:
@Dashrender said in Is not bringing PCs in Domain is a sin?:
huh? Does anything other then MS Products use registry settings? or is compatible with MS registry settings?
No, but it is MS workstations that we are talking about
Out of context it looks like I'm talking weird... I was pretty sure nothing else did/does... but Daniel's comment was weird and pulled my question.
It was certainly a weird comment and I apologize. I was well meaning to saying Windows Devices.
-
@Dashrender said in Is not bringing PCs in Domain is a sin?:
Is there a GUI that walks you through all of the options with full explanations on those options?
You ask this as if the GPO GUI makes this easy. It doesn't.