Initial commit

This commit is contained in:
Torsten Brendgen
2026-04-13 15:52:15 +02:00
commit a4834f003d
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@{
ModuleVersion = '1.0.0'
GUID = '48649ea8-ac30-430a-a3fd-fac192775c8a'
Author = 'Torsten Brendgen'
Description = 'Microsoft SelfService Portal Environment PowerShell Functions'
RootModule = 'Microsoft.SelfService.Portal.PowerShell.Environment.psm1'
FunctionsToExport = '*'
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
}