Profiledeletehandler: Stsadm operation (Office SharePoint Server)
Applies To: Office SharePoint Server 2007
This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.
Topic Last Modified: 2016-11-14
Operation name: Profiledeletehandler
Gives an administrator a chance to run a workflow when a user is about to be deleted, for example, when an employee leaves a company.
When this operation is run, the default profile handler assigns the deleted user's My Site to that person's manager. This will give the manager time to recover any documents from the user's My Site.
For more information about deleting a user's profile, see EventInterface (https://go.microsoft.com/fwlink/?LinkId=110305&clcid=0x409) and MySiteProfileHandler (https://go.microsoft.com/fwlink/?LinkID=110306&clcid=0x409).
Syntax
stsadm -o profiledeletehandler
** -type <full assembly path>**
Parameters
Parameter name |
Value |
Required? |
Description |
type |
A valid assembly path, such as CustomAssembly.CustomProfileDeleteHandler, CustomAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 |
Yes |
An assembly-qualified name of a type consists of the type name, including its namespace, followed by a comma, followed by the display name of the assembly. For additional information about how to create an assembly path, see the GetType method (https://go.microsoft.com/fwlink/?LinkId=110304&clcid=0x409). |