Showing results for local accounts - Scripting Blog [archived]

Oct 3, 2014
0
0

Adding Local Users to Local Groups

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to add local users to local groups. Microsoft Scripting Guy, Ed Wilson, is here. Creating local user objects and local group objects is fine, but to be useful, I need to be able to add users to groups. When working with local accounts, I need to use the ADSI type accelerator to facilitate the way things...

Scripting Guy!Windows PowerShellother Directory Services
Oct 2, 2014
0
0

Use PowerShell to Create Local Groups

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about creating local groups. Microsoft Scripting Guy, Ed Wilson, is here. Creating a local group works exactly the same way as creating a local user account (see Use PowerShell to Create Local User Accounts). The process involves the following steps:   Notes  At this ...

Scripting Guy!Windows PowerShellother Directory Services