Files
Microsoft.SelfService.Porta…/Microsoft.SelfService.Portal.PowerShell.Domain.psd1
Torste Brendgen a45781c66e Initial commit
2025-08-18 21:30:35 +02:00

11 lines
373 B
PowerShell

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