Files
Microsoft.SelfService.Porta…/Microsoft.SelfService.Portal.PowerShell.Deployment.psd1
Torsten Brendgen 5de9ab325d Initial Commit
2026-02-08 14:54:46 +01:00

11 lines
377 B
PowerShell

@{
ModuleVersion = '1.0.0'
GUID = 'bb381d89-f5f3-42a9-b3a3-488fa230479a'
Author = 'Torsten Brendgen'
Description = 'Microsoft SelfService Portal Domain PowerShell Functions'
RootModule = 'Microsoft.SelfService.Portal.PowerShell.Deployment.psm1'
FunctionsToExport = '*'
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
}