One of the typical tasks that system administrators have to do, even with a directory service such as Active Directory Domain Services (AD DS), is creating and managing local users and groups. On a Windows system with PowerShell Core, this is still easily possible. In this recipe, you will create and modify local accounts on a Windows system.
Creating Windows accounts
Getting ready
Install and start PowerShell Core.
How to do it...
Please perform the following steps:
- We are dealing with a Windows PowerShell module, which fortunately can be fully utilized in PowerShell...