VMware Cloud Community
RajuVCP
Hot Shot
Hot Shot

Script to check if iDRAC is a member of Domain or not

Hi All,

is there a script where we can know if a iDRAC  is a domain member or not.

It is important to have idrac in domain so as to login the idrac with AD account with proper track.

Thanks a ton

Raju Gunnal VCP 4, VCP 5, VTSP 4, VTSP 5, ITIL V3 http://www.techtosolution.com
Reply
0 Kudos
4 Replies
LucD
Leadership
Leadership

You can use the DellPEPowerShellTools to find the iDRAC.

Once you have that info, you should be able to use Get-ADUser to find out if it is a domain member or not.


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos
Zsoldier
Expert
Expert

So iDRAC can be integrated in two ways.  One where the schema is extended so that your iDRAC's join the domain as an object or whether they are simply integrated via LDAP methods to allow domain authentication w/o domain schema extension.

The question is what info do you have to work with to figure out whether an iDRAC is a domain member or not.

Chris Nakagaki (中垣浩一)
Blog: https://tech.zsoldier.com
Twitter: @zsoldier
Reply
0 Kudos
RajuVCP
Hot Shot
Hot Shot

Thanks LUcD, I will these feature and check if I get what was looking Smiley Happy

Raju Gunnal VCP 4, VCP 5, VTSP 4, VTSP 5, ITIL V3 http://www.techtosolution.com
Reply
0 Kudos
RajuVCP
Hot Shot
Hot Shot

All of my idrac is AD configured with Schema extended option.

I have all the lists of idrac fqdn , I just want to get the details of idrac which are still part of domain or not.

Raju Gunnal VCP 4, VCP 5, VTSP 4, VTSP 5, ITIL V3 http://www.techtosolution.com
Reply
0 Kudos