Skip to content

Instantly share code, notes, and snippets.

View Froosh's full-sized avatar

Robin Frousheger Froosh

View GitHub Profile
@Froosh
Froosh / Add-MIMAdministrator.ps1
Last active February 4, 2019 03:15 — forked from ryannewington/Add-AdministratorToFimService.ps1
Creates an administrator in the FIM/MIM service from an existing AD account
#Requires -Version 3
#Requires -Modules LithnetRMA
[CmdletBinding()]
Param (
# Username of the user to add
[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[string]