Skip to content

Instantly share code, notes, and snippets.

@pjh
pjh / user-profile.psm1
Last active June 30, 2023 20:15 — forked from crshnbrn66/user-profile.psm1
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)
@pjh
pjh / .gitignore
Created December 9, 2011 20:43
Simple vector-implementation in C
.svn/
test_vector
vector.o
git.staged.diff
git.unstaged.diff
svn.diff
tags