Skip to content

Instantly share code, notes, and snippets.

View jasminrueegger's full-sized avatar

Jasmin Rueegger jasminrueegger

View GitHub Profile
@crshnbrn66
crshnbrn66 / user-profile.psm1
Last active December 19, 2023 17:53 — forked from MSAdministrator/Create-NewProfile.ps1
PowerShell functions to create a new user profile
<#
.Synopsis
Rough PS functions to create new user profiles
.DESCRIPTION
Call the Create-NewProfile function directly to create a new profile
.EXAMPLE
Create-NewProfile -Username 'testUser1' -Password 'testUser1'
.NOTES
Created by: Josh Rickard (@MS_dministrator) and Thom Schumacher (@driberif)