Files
Microsoft.SelfService.Porta…/Microsoft.SelfService.Portal.PowerShell.Option.psd1
Torste Brendgen 45a8b1ac4e Initial commit
2025-08-18 21:31:22 +02:00

11 lines
373 B
PowerShell

@{
ModuleVersion = '1.0.0'
GUID = '26095a51-7cd2-49df-846e-44b0b7c49098'
Author = 'Torsten Brendgen'
Description = 'Microsoft SelfService Portal Domain PowerShell Functions'
RootModule = 'Microsoft.SelfService.Portal.PowerShell.Option.psm1'
FunctionsToExport = '*'
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
}