Initial commit

This commit is contained in:
Torsten Brendgen
2026-04-13 16:03:26 +02:00
commit b3e98da62b
2 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@{
ModuleVersion = '1.0.0'
GUID = '7760faec-afd1-4ecc-8353-23249ac6e024'
Author = 'Torsten Brendgen'
Description = 'Microsoft SelfService Portal Domain PowerShell Functions'
RootModule = 'Microsoft.SelfService.Portal.PowerShell.Service.psm1'
FunctionsToExport = '*'
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
}