From aea5cbc4d46882a841e9a15a7f663d6f815541a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Benouarets?= Date: Wed, 16 Jul 2025 09:37:46 +0200 Subject: [PATCH] feat: Add powershell documentation --- powershell/POWERSHELL.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 powershell/POWERSHELL.md diff --git a/powershell/POWERSHELL.md b/powershell/POWERSHELL.md new file mode 100644 index 0000000..d5b9252 --- /dev/null +++ b/powershell/POWERSHELL.md @@ -0,0 +1,22 @@ +# Powershell + +## `add-usertogroupwithlicense.ps1` + +This script is used to add a user to a license group and an application group in the local active directory. + +### Usage + +```powershell +.\add-usertogroupwithlicense.ps1 +``` + +### Variables + +- `dn`: The domain name of the local active directory. +- `license_group`: The name of the license group. +- `application_group`: The name of the application group. +- `user`: The name of the user to add to the groups. + +## `add-usertogroupwithlicense.ps1` + +This script is used to add a user to a license group and an application group in the local active directory.