From 8cca40681bbc2ba79b990bccb70b09e984ca4c98 Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:59:40 -0600 Subject: [PATCH] Update mcc-ent-deploy-to-windows.md --- windows/deployment/do/mcc-ent-deploy-to-windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deployment/do/mcc-ent-deploy-to-windows.md b/windows/deployment/do/mcc-ent-deploy-to-windows.md index ddbc940eb7..31ce8840c6 100644 --- a/windows/deployment/do/mcc-ent-deploy-to-windows.md +++ b/windows/deployment/do/mcc-ent-deploy-to-windows.md @@ -46,7 +46,7 @@ To deploy a cache node programmatically, you'll need to use Azure CLI to get the 1. Open a PowerShell window *as administrator* on the host machine, then change directory to the extracted provisioning package. 1. Set the Execution Policy to "Unrestricted" to allow the provisioning scripts to run. 1. Create a `$User` environment variable containing the username of the account you intend to designate as the MCC runtime account. For gMSAs, the value should be formatted as `"Domain\Username$"`. For Local User accounts, `$User` should be formatted as `"LocalMachineName\Username"`. - - If you're using a Local User account as the MCC runtime account, you'll also need to create a [PSCredential Object](https://learn.microsoft.com/dotnet/api/system.management.automation.pscredential?view=powershellsdk-7.4.0&preserve-view=true) named `$myLocalAccountCredential`. + - If you're using a Local User account as the MCC runtime account, you'll also need to create a [PSCredential Object](/dotnet/api/system.management.automation.pscredential) named `$myLocalAccountCredential`. 1. Replace the values in the following provisioning command before running it on the host machine. Note that `-mccLocalAccountCredential $myLocalAccountCredential` is only needed if you are using a Local User account as the MCC runtime account. ```powershell-interactive @@ -61,4 +61,4 @@ To deploy a cache node programmatically, you'll need to use Azure CLI to get the ## Related content - [Deploy to a Linux host machine](mcc-ent-deploy-to-linux.md) -- [Uninstall MCC](mcc-ent-uninstall-cache-node.md) \ No newline at end of file +- [Uninstall MCC](mcc-ent-uninstall-cache-node.md)