Skip to content

Instantly share code, notes, and snippets.

View noelruault's full-sized avatar
💭
Let's Go into details.

Noël Ruault noelruault

💭
Let's Go into details.
View GitHub Profile
$excludedUsers = @("Admin", "Administrator")
Function Remove-LocalUser {
<#
.Synopsis
This function deletes a local user
.Description
This function deletes a local user
.Example
Remove-LocalUser -userName "ed"