Get users in oneview with powershell #671
Unanswered
AutomateIT1979
asked this question in
Q&A
Replies: 1 comment 1 reply
-
In OneView you have local users and directory users. You can get local users with Get-OVUser, that will give you the name, role and scope (in the Permissions property). For directory users, OneView only has a mapping between a directory group and permissions (role and scope) that you can get with Get-OVLdapGroup. OneView does not have a list of individual directory users, for that you need to query the directory server directly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to get all users details with their group details configured in HPE oneview using powershell unfortunately not able to get what's required.
Is there a specific way to get these details?
Need name, directory, type, role and scope
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions