Server Management - Remote Server Management
1825789 Members
2253 Online
109687 Solutions
New Discussion

Send-HPEiLORemoteSupportDataCollectionInfo and MessageID

 
rgb99
Trusted Contributor

Send-HPEiLORemoteSupportDataCollectionInfo and MessageID

When using the Send-HPEiLORemoteSupportDataCollectionInfo cmdlet, how do I retreive the MessageID, as it is a needed parameter? The description from the man page does not make sense to me.

 -MessageID <String[]>
     A unique message identifier in UUID format used to match the test Service Event with this request. It is returned in the submission package SOAP envelope header.

I would like to use the cmdlet to send an inital collection to our Insight Remote Support server.

Thanks.

2 REPLIES 2
KBSingh
HPE Pro

Re: Send-HPEiLORemoteSupportDataCollectionInfo and MessageID

Hi 

The parameter is ILO UUID:

Syntax is:  HPEiLORemoteSupportDataCollectionInfo -MessageID <UUID of ILO>  

Thank you

Regard

Kulwinder


Accept or Kudo
rgb99
Trusted Contributor

Re: Send-HPEiLORemoteSupportDataCollectionInfo and MessageID

I understand the syntax. What I am asking is how do I find out the value of said -MessageID. How does one know how to get the "UUID of iLO"?

Thanks.