Skip to content

PowerShell Module that uses WINAPI to create system profiles

License

Notifications You must be signed in to change notification settings

MSAdministrator/CreateProfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

CreateProfile

PowerShell Module that uses WINAPI to create system profiles

SHORT DESCRIPTION

A PowerShell module to create a new local user profile before a user logs into a machine

LONG DESCRIPTION

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.

DETAILED DESCRIPTION

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.

Example

> Import-Module .\CreateProfile\CreateProfile.psm1
> New-Profile -UserName 'Josh Thom' -Password 'P@ssw0rd123'

About

PowerShell Module that uses WINAPI to create system profiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published