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"
@noelruault
noelruault / zoostats-config.json
Last active May 4, 2026 14:43
Launch-time HTTP settings for the ZooStats App
{
"live": false,
"alpha": true,
"min_version": "0.0.1",
"message": "ZooStats alpha has been released.",
"link_url": "",
"link_label": "",
"author": "contact@noel.engineer"
}