Initial commit

This commit is contained in:
Torste Brendgen
2025-08-18 21:28:12 +02:00
commit 49e0ffea6b
2 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@{
ModuleVersion = '1.0.0'
GUID = '57f3262e-9730-47dc-b9ae-314799bef88e'
Author = 'Torsten Brendgen'
Description = 'Microsoft SelfService Portal Domain PowerShell Functions'
RootModule = 'Microsoft.SelfService.Portal.PowerShell.Core.psm1'
FunctionsToExport = '*'
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
}