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