Initial commit

This commit is contained in:
Torsten Brendgen
2026-04-13 15:55:12 +02:00
commit eb7a07c027
2 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@{
ModuleVersion = '1.0.0'
GUID = 'fc5bd1d1-c958-46e2-a9a6-00eb047b4e9f'
Author = 'Torsten Brendgen'
Description = 'Microsoft SelfService Portal Domain PowerShell Functions'
RootModule = 'Microsoft.SelfService.Portal.PowerShell.Template.psm1'
FunctionsToExport = '*'
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
}