Last active
July 19, 2018 20:24
-
-
Save weirdpattern/0096fe1bc8fe8db1eaa52599758b4830 to your computer and use it in GitHub Desktop.
.2016.11.01.remove-access-key-container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016.11.01.remove-access-key-container |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd "$env.WINDIR/Microsoft.NET/Framework64/v4.0.30319" | |
$ .\aspnet_regiis -pr MyKeyContainer MyDomain\MyServiceAccount | |
Microsoft (R) ASP.NET RegIIS version 4.0.30319.18408 | |
Administration utility to install and uninstall ASP.NET on the local machine. | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Removing ACL for access to the RSA Key Container... | |
Succeedded! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aspnet_regiis -pr <container> <account> [-pku] [-csp <provider>] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment