Files
Microsoft.SelfService.Porta…/Microsoft.SelfService.Portal.PowerShell.Template.psd1
Torsten Brendgen eb7a07c027 Initial commit
2026-04-13 15:55:12 +02:00

11 lines
375 B
PowerShell

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