< Back

Get-ePoUser

Sat Jan 18, 2020 7:48 pm

NAME Get-ePoUser



SYNOPSIS

Gets users from ePo API.





SYNTAX

Get-ePoUser [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Gets users from ePo API using the core.listUsers API command.





PARAMETERS

-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Gets users using the core.listUsers API Command. Requires Global Administration access on ePoServer.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-ePoUser



Gets all of the users returned by the core.listUsers API command.











RELATED LINKS

https://github.com/Kreloc