I am having an issue changing the volume language on a volume with the Set-NaVolLanguage Cmdlet when appending UTF-8. The command fails stating "Cannot make this change from rsh or via ZAPI." If I do not append the language locale with UTF-8 the command succeeds. Is there a way to get the command to work when appending .UTF-8?
Set-NaVolLanguage -Name $volume -Language "en_US.UTF-8" -WarningAction SilentlyContinue