PowerShell Module that uses WINAPI to create system profiles
A PowerShell module to create a new local user profile before a user logs into a machine
A PowerShell module that will create a new local user account and map it to a SID. After that it will auto-login/create the user profile so that the user's profile is now mapped before they have even logged into a machine.
A PowerShell module that will create a new local user account and map it to a SID. After that it will auto-login/create the user profile so that the user's profile is now mapped before they have even logged into a machine.
> Import-Module .\CreateProfile\CreateProfile.psm1
> New-Profile -UserName 'Josh Thom' -Password 'P@ssw0rd123'