If you're using cDOT you can use the "Get-NcServiceProcessor" cmdlet. There are a number of SP related commands for cDOT...use this command to see them
Get-NcCommand -Category "Service Processor"
Hope that helps!
Andrew
If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
This is really strange that how this important cmdlet has not given by DOT PSTK for 7-Mode. personally I believe that its a SP cmdlet is really improtant.
is there any way to retrieve SP IP address by using other cmdlets?
There is no ZAPI to address the SP/RLM/BMC in 7-mode, so consequentially there is no cmdlet. You could use "Invoke-NaSsh" to execute the command, you'd have to parse out the result though.
Andrew
If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.