Initial commit

This commit is contained in:
Torste Brendgen
2025-08-18 21:31:22 +02:00
commit 45a8b1ac4e
2 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@{
ModuleVersion = '1.0.0'
GUID = '26095a51-7cd2-49df-846e-44b0b7c49098'
Author = 'Torsten Brendgen'
Description = 'Microsoft SelfService Portal Domain PowerShell Functions'
RootModule = 'Microsoft.SelfService.Portal.PowerShell.Option.psm1'
FunctionsToExport = '*'
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
}