I need to recreate the Powershell virtual directory on one of my CAS nodes, because it was accidentally removed.
Normally this would by new-powershellvirtualdirectory, but for some reason this command is not recognised.
The term 'new-powershellvirtualdirectory' is not recognized as the name of a cmdlet
same for:
The term 'remove-powershellvirtualdirectory' is not recognized as the name of a cmdlet
I'm trying this using an account with the Organization Management role. All other virtualdirectory commands seem to work fine. Any clue what I'm missing?