Questo funziona:PowerShell ToUpper() nella stringa
Output "Cluster Group: ""$($Group.Name)"", Current Owner: $($Group.OwnerNode), Current State: $($Group.State)"
Questo non funziona:
Output "Cluster Group: ""$($Group.Name)"", Current Owner: $($Group.OwnerNode.ToUpper()), Current State: $($Group.State)"
Con un errore di questo:
Method invocation failed because [Microsoft.FailoverClusters.PowerShell.ClusterNode] doesn't contain a method named 'ToUpper'.
Tutte le idee su come ottenere questo per stringere dall'output della stringa Get-ClusterGroup in maiuscolo? Grazie!