In the about_server_authentication help page, the authentication process is described.
The order:
- User-Password/Credential
- A single CredentialStoreItem
- SSPI
It's the last one (SSPI) that requires RC4-HMAC (see RFC 4757).
And that is a Microsoft thing afaik, not something specific to PowerCLI.