Parameter | Required | Type | Description |
---|
UserProfileServiceApplication | True | SPServiceApplicationPipeBind | Specifies the service application that contains the user profile manager to retrieve. The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name of a service application (for example, ServiceApp1); or an instance of a valid SPServiceApplication object. |
SiteSubscription | False | SPSiteSubscriptionPipeBind | Specifies the site subscription containing the user profile manager to retrieve. The type must be a valid URL, in the form http://server_name; a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name of a site subscription (for example, SiteSubscription1); or an instance of a valid SiteSubscription object. |
Interval | False | Int32 | The interval, in minutes, to retrieve changes from. |
IncludeSingleValuePropertyChanges | False | SwitchParameter | Include single-value property changes. |
IncludeMultiValuePropertyChanges | False | SwitchParameter | Include multi-value property changes. |
IncludeAnniversaryChanges | False | SwitchParameter | Include anniversary property changes. |
IncludeColleagueChanges | False | SwitchParameter | Include colleague property changes. |
IncludeOrganizationMembershipChanges | False | SwitchParameter | Include organization membership property changes. |
IncludeDistributionListMembershipChanges | False | SwitchParameter | Include distribution list membership property changes. |
IncludePersonalizationSiteChanges | False | SwitchParameter | Include personalization site property changes. |
IncludeSiteMembershipChanges | False | SwitchParameter | Include site membership property changes. |
AssignmentCollection | False | SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used. When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur. |
Parameter | Required | Type | Description |
---|
ContextSite | True | SPSitePipeBind | Specifies the URL or GUID of the Site to use for retrieving the service context. Use this parameter when the service application is not associated with the default proxy group or more than one custom proxy groups. The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid URL, in the form http://server_name; or an instance of a valid SPSite object. |
Interval | False | Int32 | The interval, in minutes, to retrieve changes from. |
IncludeSingleValuePropertyChanges | False | SwitchParameter | Include single-value property changes. |
IncludeMultiValuePropertyChanges | False | SwitchParameter | Include multi-value property changes. |
IncludeAnniversaryChanges | False | SwitchParameter | Include anniversary property changes. |
IncludeColleagueChanges | False | SwitchParameter | Include colleague property changes. |
IncludeOrganizationMembershipChanges | False | SwitchParameter | Include organization membership property changes. |
IncludeDistributionListMembershipChanges | False | SwitchParameter | Include distribution list membership property changes. |
IncludePersonalizationSiteChanges | False | SwitchParameter | Include personalization site property changes. |
IncludeSiteMembershipChanges | False | SwitchParameter | Include site membership property changes. |
AssignmentCollection | False | SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used. When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur. |