Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Users
Message
From
10/12/2012 15:33:08
 
 
To
10/12/2012 15:19:11
General information
Forum:
Windows
Category:
Configuration
Title:
Environment versions
OS:
Windows Server 2008
Miscellaneous
Thread ID:
01559191
Message ID:
01559231
Views:
44
>>>Hi All,
>>>
>>>Is there a way to add users and/or remove users from Windows user groups via a script or similar? I need to be able to effciently add/disable/remove user accounts via a web interface we want to build and not manually do this as we are now via the Windows Server -> Computer Management -> Local Users and Groups -> Users dialog.
>>>
>>>This is running on a plain vanilla Windows 2008 R2 Server.
>>
>>Server 2008 and later offer a so-called "core" installation, which does not include a graphical UI. PowerShell and scripts are used to manage those servers.
>>
>>PowerShell can also be used in that fashion with "normal" server installations that have a GUI. You can Google [powershell add user accounts], [powershell maintain user accounts] etc. for some ideas.
>
>Al, thanks. Forgive my ignorance with these matters - would the Windows 2008 server automatically be installed with Active Directory? It is a stand-alone server with a website and terminal services running. It is not a network server. Is AD just a part of Windows 2008 Server used to manage user accounts?

Hmm, it depends. The main question would be if the server is part of a domain. If so, AD may have been installed:

- so it can act as a backup domain controller (BDC)
- to ease management of TS user accounts

I haven't worked a lot with Server 2008, and the systems I've seen have all had it installed - they've been domain members.

Regardless, it should still be possible to use PowerShell even if AD is not present - you'd be working against local accounts, rather than AD domain accounts.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform