11 lines
371 B
PowerShell
11 lines
371 B
PowerShell
@{
|
|
ModuleVersion = '1.0.0'
|
|
GUID = '57f3262e-9730-47dc-b9ae-314799bef88e'
|
|
Author = 'Torsten Brendgen'
|
|
Description = 'Microsoft SelfService Portal Domain PowerShell Functions'
|
|
RootModule = 'Microsoft.SelfService.Portal.PowerShell.Core.psm1'
|
|
FunctionsToExport = '*'
|
|
CmdletsToExport = @()
|
|
VariablesToExport = @()
|
|
AliasesToExport = @()
|
|
} |