11 lines
373 B
PowerShell
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 = @()
|
|
} |