Files
Microsoft.SelfService.Porta…/Microsoft.SelfService.Portal.PowerShell.Environment.psd1
Torsten Brendgen a4834f003d Initial commit
2026-04-13 15:52:15 +02:00

11 lines
383 B
PowerShell

@{
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 = @()
}