You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An organization has lots of delivery groups (around 300). They want to sync their delivery groups under the root folder.
Today, the -delete option will remove any objects that don't match from the CURootFolder. The idea here is to only delete objects under the root folder.
The reason for this is to prevent the -includeDeliveryGroups parameter from having a 10,000 long line and breaking it out to multiple script calls instead.
The text was updated successfully, but these errors were encountered:
An organization has lots of delivery groups (around 300). They want to sync their delivery groups under the root folder.
Today, the
-delete
option will remove any objects that don't match from the CURootFolder. The idea here is to only delete objects under the root folder.The reason for this is to prevent the -includeDeliveryGroups parameter from having a 10,000 long line and breaking it out to multiple script calls instead.
The text was updated successfully, but these errors were encountered: