winrm enumerate "cimv2/root/dcim/DCIM_SystemView" -r:https://$IDRACIPADDRESS/wsman -u:$USERNAME -p:$PASSWORD -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic -format:pretty
Make sure $IDRACIPADDRESS, $USERNAME, $PASSWORD has actual values.
Example:
winrm enumerate "cimv2/root/dcim/DCIM_SystemView" -r:https://10.1.1.1/wsman -u:john_doe -p:john_doe123 -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic -format:pretty
Thanks,
Raj Shresta