mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-14 01:53:21 +00:00
3.0 KiB
3.0 KiB
title, description, author, ms.author, manager, ms.service, ms.subservice, ms.topic, ms.date, appliesto
title | description | author | ms.author | manager | ms.service | ms.subservice | ms.topic | ms.date | appliesto | ||
---|---|---|---|---|---|---|---|---|---|---|---|
Deploy MCCE cache software to a Windows host machine | Details on how to deploy Microsoft Connected Cache for Enterprise and Education (MCCE) cache software to a Windows host machine. | chrisjlin | lichris | naengler | windows-client | itpro-updates | how-to | 09/27/2024 |
|
Deploy MCCE cache node to a Windows host machine
This article describes how to deploy Microsoft Connected Cache for Enterprise and Education (MCCE) caching software to a Windows host machine.
Deploying MCCE to a Windows host machine requires designating a Group Managed Service Account (gMSA) or a Local User Account as the MCCE runtime account. This prevents tampering with the MCC container and the cached content on the host machine.
Before deploying MCCE to a Windows host machine, ensure that the host machine meets all requirements, and that you have created and configured your MCC Azure resource.
Steps to deploy MCCE cache node to Windows
- Within the Azure portal, navigate to the "Provisioning" tab of your cache node and copy the provisioning command.
- Download the provisioning package using the button at the top of the Cache Node Configuration page and extract the package onto the host machine.
- Open a PowerShell windows as administrator on the host machine, then change directory to the extracted provisioning package.
- Set the Execution Policy to "Unrestricted" to allow the provisioning scripts to run.
- 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 MCCE runtime account, you'll also need to create a PSCredential Object named
$myLocalAccountCredential
.
- If you're using a Local User account as the MCCE runtime account, you'll also need to create a PSCredential Object named
- Run the provisioning command on the host machine.
Next step
[!div class="nextstepaction"] Verify cache node functionality