11 lines
373 B
PowerShell
11 lines
373 B
PowerShell
@{
|
|
ModuleVersion = '1.0.0'
|
|
GUID = '48649ea8-ac30-430a-a3fd-fac192775c8a'
|
|
Author = 'Torsten Brendgen'
|
|
Description = 'Microsoft SelfService Portal Domain PowerShell Functions'
|
|
RootModule = 'Microsoft.SelfService.Portal.PowerShell.Domain.psm1'
|
|
FunctionsToExport = '*'
|
|
CmdletsToExport = @()
|
|
VariablesToExport = @()
|
|
AliasesToExport = @()
|
|
} |