PowerShell |
Schedule-ReplicatorMap | |
Purpose |
Schedules Replication Map and its inheriting children for replication. | |
Edition |
All | |
Comment |
Schedules the map at the specified URL, including the child Web Sites. When queuing large amounts of content, we recommend separating the content into batches. For example, you can queue only site structure, then permissions, and then list items. Or you can queue one Site Collection or Web Site at a time.
Schedule-ReplicatorMap is not aware of any list dependencies. If you have a lookup list that is used by other lists, queue the lookup list ahead of any list that depends on it.
Queuing the "Add" events will queue all available entities for that event from the source. If the entity exists on the target, then the entity will be updated, if the entity does not exist on the target, then the entity will be added. | |
|
URL |
Enter a URL to a Web Application, Site Collection, Web Site, List, or Folder. |
|
JobName |
Enter a name for the schedule job. |
|
MapFamily |
Queue using the Replication Map from specified Map Family. (optional) |
IncludeChildTypes |
Determines which child types are to be including when queuing a map. Child types include: 'WebApplication', 'SiteCollection', 'WebSite', 'List', and 'Folder'. | |
Type |
Specify whether the URL is to a Web Application, Site Collection, Web Site, List, or Folder. If you do not specify a type, then the URL will be interpreted as a Web Site. (optional) | |
|
Connection |
Only queue for the specified Connection. (optional) |
|
OnlySiteStructure |
Include only Site Collection and Web Site creation events. (optional) |
|
ExcludeSiteStructure |
Exclude Site Collection and Web Site creation events. (optional) |
|
OnlyPermissions |
Replicate only Web Site permissions. (optional) |
|
OnlyMaps |
Replicate only Replication Maps. (optional) |
|
OnlyListItems |
Replicate only list items and folders. (optional) |
|
ListItemID |
ID of individual list item to queue. (optional) |
|
IgnoreConflicts |
Ignore possible conflicts at the destination. (optional) |
|
OnlyLastDays |
Replicate only list items from the specified last days (excluding folders). (optional) |
|
OnlyAlerts |
Replicate only Alerts. (optional) |
|
OnlyWFI |
Replicate only Workflow associations and instances. (optional) |
|
OnlyLookAndFeel |
Replicate only Look and Feel events. (optional) |
|
ExcludeLookAndFeel |
Does not replicate Look and Feel events. (optional) |
|
QueueVersions |
Include All Versions. This will delete the list item or document specified, and then resend it with all the current versions on the source. (optional) |
|
ClearList |
Clear all items in the list. (optional) |
|
QueueSetName |
Tag all the events queued with the specified name. (optional) |
|
Classification |
Overrides the default Map Family classification. |
|
EventSettingsXML |
Specify the location of the XML with settings to use for the Queueing. This override settings that may be located on the Replication Map. |
|
BackupMode |
Uses the SharePoint site collection backup feature to create a backup of the specified site collection which is then packaged up and replicated to the target where the backup is then restored on the target, without remapping structure, domains, or users. If you do not specify a value, then backup mode is disabled. This option can only be used with Web Application and Site Collection map families. (optional) Caution: Using this option overwrites site collections on the target farm. |
|
IncludeEvents |
Replicate only the specified events. You must specify the events, by number, as a semi-colon delimited list. For the list of event numbers, see "Supported Events". |
|
ExcludeEvents |
Replicate all events specified in the map family, except for the specified events. You must specify the events, by number, as a semi-colon delimited list. For the list of event numbers, see "Supported Events". |
|
ScheduleType |
Specify the type of schedule to be used for this job. |
|
SpecificDateTime |
Specify the specific date and time to perform replication. Use with the SpecificDateTime Schedule Type. |
|
Date |
Specify the date to perform the replication. Use with Monthly Schedule Type. |
|
Day |
Specify the day of the week to perform the replication. Use with Weekly Schedule type. |
|
Hour |
Specify the hour of the day to perform the replication. Use with the Monthly, Weekly, and Daily Schedule Type. |
|
Minute |
Specify how many minutes past the hour to perform the replication. Use with the Monthly, Weekly, and Daily Schedule Types. |
Schedule-ReplicatorMap -URL "http://localwebapplication" -Type Website -IncludeChildTypes List,Folder -JobName "Test"
None
[-Url] <String>
[[-JobName] <String>]
[-IncludeChildTypes <String>]
[-Connection <String>]
[[-MapFamily] <String>]
[-Type <String>]
[-OnlySiteStructure]
[-ExcludeSiteStructure]
[-OnlyPermissions]
[-OnlyListItems]
[-OnlyMaps]
[-OnlyAlerts]
[-OnlyLookAndFeel]
[-ExcludeLookAndFeel]
[-QueueVersions]
[-EventSettingsXML <String>]
[-ClearList]
[-IncludeEvents <String>]
[-ExcludeEvents <String>]
[-OnlyWFI]
[-ListItemID <Int32>]
[-QueueSetName <String>]
[-BackupMode [<Boolean>]]
[-Classification <String>]
[-IgnoreConflicts]
[-OnlyLastDays <Int32>]
[-ScheduleType [<String>]]
[-SpecificDateTime
[<string>]] [-Date [<Int32>]]
[-Day [<String>]]
[-Hour [<Int32>]]
[-Minute [<Int32>]]
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center