Files
Microsoft.SelfService.Porta…/Microsoft.SelfService.Portal.PowerShell.Service.psd1
Torsten Brendgen b3e98da62b Initial commit
2026-04-13 16:03:26 +02:00

11 lines
374 B
PowerShell

@{
ModuleVersion = '1.0.0'
GUID = '7760faec-afd1-4ecc-8353-23249ac6e024'
Author = 'Torsten Brendgen'
Description = 'Microsoft SelfService Portal Domain PowerShell Functions'
RootModule = 'Microsoft.SelfService.Portal.PowerShell.Service.psm1'
FunctionsToExport = '*'
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
}