< Back

Get-ePoPermissionSet

Sat Jan 18, 2020 7:48 pm

NAME Get-ePoPermissionSet



SYNOPSIS

Gets users from ePo API.





SYNTAX

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





DESCRIPTION

Gets users from ePo API using the core.exportPermissionSets 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.exportPermissionSetes API Command. Requires Global Administration access on

ePoServer.

Still need to figure out how to parse <roles> infor in innerXml



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



PS C:\\>Get-ePoPermissionSet



Gets all of the permission sets returned by the core.exportPermissionSets API command.











RELATED LINKS

https://github.com/Kreloc