1,544 questions
Hi,
Yes, it is possible to set up a clustering configuration for Microsoft Deployment Toolkit to ensure high availability.
Here are the steps you can follow:
- Set Up a Windows Server Failover Cluster :
- Ensure you have at least two servers to form the cluster.
- Install the Failover Clustering feature on each server.
- Create the cluster and add the nodes.
- Configure the File Server Role:
- Install the File Server role on each cluster node.
- Configure a clustered file server role to host the deployment share.
- Host the Deployment Share on the Clustered File Share:
- Create the MDT deployment share on the clustered file share.
- Ensure the deployment share is accessible from all nodes in the cluster.