PowerShell |
Update-ReplicatorMap | |
Purpose |
Update an existing Replication Map with the specified settings. | |
Edition |
Standard, Enterprise, and Runtime only | |
Comment |
| |
|
URL |
Enter a URL to a Web Application, Site Collection, Web Site, List, or Folder. |
|
MapFamily |
Enter a name for the Map Family. |
|
Type |
Specify whether the URL is to a Web Application, Site Collection, Web Site, List, or Folder. |
|
Enabled |
Enable or disable the Replication Map when created. |
|
Inherit |
Enable or disable inheritance on the Replication Map when created. |
|
ChildInherit |
Enable or disable inheriting child maps. |
|
BreakInheritance |
Explicitly breaks inheritance for use with event modifications. |
|
AddEventsByName |
Specify the event names that you want to capture with this map family. The event names are listed under Supported Events for the Queue Map command in this guide. Separate multiple event names with a semi-colon. For example, "List Add;List Item Add". |
|
RemoveEventsByName |
Specify the event names that you do not want to capture with this map family. The event names are listed under Supported Events for the Queue Map command in this guide. Separate multiple event names with a semi-colon. For example, "List Add;List Item Add". |
|
AddEventsByGroupName |
Specify the event group names that you want to capture with this map family. All events in that group will be captured. Valid values are Web Application, Site Collection, Web Site, List, List Item, Workflow, and Look and Feel. Separate multiple group names with a semi-colon. For example "List;List Item". |
|
RemoveEventsByGroupName |
Specify the event group names that you do want to capture with this map family. No events in that group will be captured. Valid values are Web Application, Site Collection, Web Site, List, List Item, Workflow, and Look and Feel. Separate multiple group names with a semi-colon. For example "List;List Item". |
|
AddAllEvents |
Adds all events in the current event pool to the selected events list for this map. |
|
RemoveAllEvents |
Removes all events in the selected events list for this map. |
|
InputReplicationMap |
Enter the map family name. |
Update-ReplicatorMap -URL "http://corporateoffice" -MapFamily "Portal Map Family" -Type WebSite -RemoveEventsByGroupName "Workflow:Look and Feel"
None
[[-URL] <String>]
[[-MapFamily] <String>]
[-Type <String>]
[-Enabled [<SwitchParameter>]]
[-Inherit [<SwitchParameter>]]
[-ChildInherit [<SwitchParameter>]]
[-AddEventsByName <String>]
[-RemoveEventsByName <String>]
[-AddEventsByGroupName <String>]
[-RemoveEventsByGroupName <String>]
[-AddAllEvents [<SwitchParameter>]]
[-RemoveAllEvents [<SwitchParameter>]]
[-BreakInheritance [<SwitchParameter>]]
[-InputReplicationMap <ReplicationMap>]
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center