11 lines
375 B
PowerShell
11 lines
375 B
PowerShell
@{
|
|
ModuleVersion = '1.0.0'
|
|
GUID = 'fc5bd1d1-c958-46e2-a9a6-00eb047b4e9f'
|
|
Author = 'Torsten Brendgen'
|
|
Description = 'Microsoft SelfService Portal Domain PowerShell Functions'
|
|
RootModule = 'Microsoft.SelfService.Portal.PowerShell.Template.psm1'
|
|
FunctionsToExport = '*'
|
|
CmdletsToExport = @()
|
|
VariablesToExport = @()
|
|
AliasesToExport = @()
|
|
} |