I am trying to fetch all servers in my workergroup but the list of servers are in curly braces and not getting all of them.
Get-xaworkergroup| ft -autosize -property workergroupname, servername
I tried using -wrap option with ft but no luck..
↧