Hi,
It sounds like you’re dealing with some complex deployment issues. Here are a few areas you might want to investigate to help speed up your deployments:
- Content Replication:
- Check the status of content replication between your central administration site (CAS) and primary sites. Delays in replication can significantly impact deployment times.
- Network Latency:
- Since your setup spans multiple regions, network latency could be a factor. Use tools to measure and monitor network performance between your sites.
- Logs:
- Check the logs on both the server and client sides. Logs like
CAS.log
,distmgr.log
, andlocationservices.log
can provide insights into where the delays are occurring.
- Check the logs on both the server and client sides. Logs like
- Database Performance:
- Sometimes, slow database performance can cause delays. Ensure your SQL Server is optimized and not experiencing any performance bottlenecks.
Given that changes to an already published task sequence (TS) show up quickly, it suggests that the issue might be more related to initial content distribution rather than policy application.