Implement Get/New/Remove-PersonUser

This commit is contained in:
dmilov
2020-09-29 14:39:30 +03:00
parent bac4cf704c
commit 48df3710fd
8 changed files with 657 additions and 35 deletions

View File

@@ -34,7 +34,7 @@ RequiredModules = @(
)
# Functions to export from this module
FunctionsToExport = @('Connect-SsoAdminServer', 'Disconnect-SsoAdminServer')
FunctionsToExport = @('Connect-SsoAdminServer', 'Disconnect-SsoAdminServer', 'New-PersonUser', 'Get-PersonUser', 'Remove-PersonUser')
# Cmdlets to export from this module
CmdletsToExport = @()