Forum Discussion

Jeff Woolslayer's avatar
Jan 22, 2019

Windows Admin Center Preview 1812 is now available!

In this release of Windows Admin Center Preview, we've added power configuration to server settings, BMC info (for IPMI-compatible BMCs), Dark UI theme (preview, work in progress), and the ability to manage your connection list and extensions with PowerShell.

 

Read the official announcement here: https://aka.ms/wac1812

  • MarcVDH's avatar
    MarcVDH
    Iron Contributor

    Hello,

    Can you tell me how the IPMI/BMC should show up ?

    I have HP physical servers where IPMI is functional (I tested this with IPMIPing), the iLOs are fully configured and working as desired but in WAC on the overview tab it doesn't show up.

    The client from where I access WAC and the server running WAC can do the IPMIPing successfully.

     

    Thanks in advance for your help

    • daniel-lee's avatar
      daniel-lee
      Icon for Microsoft rankMicrosoft

      Hi Marc!

      Can you run the following PS script on the HP server and let me know what results you get? Thanks!

       

      $bmcInfo = Get-PcsvDevice
      $result = New-Object -TypeName PSObject
      $result | Add-Member -MemberType NoteProperty -Name "Ip" $bmcInfo.IPv4Address
      $result | Add-Member -MemberType NoteProperty -Name "Serial" $bmcInfo.SerialNumber
      $result
      • MarcVDH's avatar
        MarcVDH
        Iron Contributor

        Hello Daniel,

        Thanks for your answer.

        I tried Get-PcsvDevice -TargetAddress X.X.X.X -ManagementProtocol IPMI -Credential $mycred

        where X.X.X.X is the IP of the iLO but it gives me an error :

        Get-PcsvDevice : The operation failed. The device returned the following RMCP+ status code: 9.

         

        I tried that on mutliple servers with always the same result and I can't find information about this error.

        I will have to investigate this issue.

         

         

  • Jeff Woolslayer 

    Just a quick question, is ther a reason why certain characters cannot be typed when using the rdp in browser? characters like : and - just aren't typed in and ignored leaving me to have to use the osk for them. not a huge deal but just wondering. Also, Is there any way to keep connections persistent? Sometimes when i open wac from a new place i lose all of my connections, and just today i had them all disappear from a pc i use frequently for wac

Resources