Azure Stack Hub: Accessing the Privileged Endpoint (PEP)
As a Cloud Operator responsible for managing an Azure Stack Hub system you need to be familiar with how to use the Privileged Endpoint (PEP). The Microsoft Documentation is a great place to get started, but there are a couple additional tips that I’ve gathered that aren’t covered in the documentation.
Tip 1: You don’t need Get-Credential
Instead of taking the step if acquiring the credential and storing it in a variable, just pass the CloudAdmin user name to the New-PSSession cmdlet in the -Credential parameter. When the command runs it will prompt you for the password.