This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Hi guys,
I am using HPC 2016. I saw a Web API that can get the node group list, https://docs.microsoft.com/en-us/previous-versions/windows/desktop/hh770493(v=vs.85)
I am wondering if there's a command line that can return similar result.
Thank you!
Hi Jack,
You may use HPC PowerShell for the cmdlet Get-HpcGroup. Simply run 'add-pssnapin microsoft.hpc' to load it.
Regards,
Yutong Sun
Hi Yutong,
Thanks for your reply! Your solution works!