11 lines
374 B
PowerShell
11 lines
374 B
PowerShell
@{
|
|
ModuleVersion = '1.0.0'
|
|
GUID = '7760faec-afd1-4ecc-8353-23249ac6e024'
|
|
Author = 'Torsten Brendgen'
|
|
Description = 'Microsoft SelfService Portal Domain PowerShell Functions'
|
|
RootModule = 'Microsoft.SelfService.Portal.PowerShell.Service.psm1'
|
|
FunctionsToExport = '*'
|
|
CmdletsToExport = @()
|
|
VariablesToExport = @()
|
|
AliasesToExport = @()
|
|
} |