Saturday 25 November 2017

Cannot create KDS Root Key - “Request is not supported”

When trying to run the powershell command Add-KDSRootKey –EffectiveImmediately you get the error "Request is not supported" if the powershell console isn't running elevated as administrator.

Just right click on the powershell icon and run as administrator and rerun the command.

Add-KdsRootKey –EffectiveTime (Get-Date).AddHours(-10)

No comments:

Post a Comment

Recent Post

Parallel Task in .Net 4.0