Sadly, they know it can be done. Actually though, page 7 of Google has shown me what to do, using PowerShell. I'm sending this to the list for archive purposes, in case someone needs to do the same thing somewhere down the line.
1) Create the "Getting Properties from Server" function<http://sharepointdevwiki.com/display/public/Getting+User+Profile+Properties+from+SharePoint+SSP+using+PowerShell> in PowerShell (ensure that you change the $siteUrl to your sites URL - just the default portal URL is fine, it works out the SSP data by itself) 2) Create the "Updating User Profile Property Display Order" function<http://sharepointdevwiki.com/display/public/Creating+and+Updating+User+Profile+Properties+in+SharePoint+SSP+using+PowerShell> in PowerShell 3) Run the function: Update-UserProfilePropertyDisplayOrder YourSiteURL PropertyFieldName PositionToMoveTo e.g. Update-UserProfilePropertyDisplayOrder http://newprodserver WorkPhone 28 Simple as that. N From: [email protected] [mailto:[email protected]] On Behalf Of Paul Noone Sent: Tuesday, 23 November 2010 12:54 PM To: ozMOSS Subject: RE: Re-ordering user profile properties The easy way is to explain that they cannot be reordered. Worked for me. :) From: [email protected] [mailto:[email protected]] On Behalf Of Nigel Hertz Sent: Tuesday, 23 November 2010 12:37 PM To: ozMOSS Subject: Re-ordering user profile properties Hi all Please, please, please tell me someone has an easy way to re-order the user profile properties in the SSP, that doesn't involve manually clicking the 'up/down' arrow, scrolling back up from the bottom of the page, and click the 'up/down' arrow again. 59 properties left to re-order, and most need to move around 20 positions in the list :( N [cid:[email protected]] ---------------------------------------------------------------- Nigel Hertz Software Developer | Information Technology Stockland Level 25 | 133 Castlereagh Street | Sydney NSW 2000 T: 02 9035 2617 | F: 02 8988 2617 ________________________________ Stockland Notice: If this communication has been sent to you by mistake, please delete and notify us. If it has been sent to you by mistake, legal privilege is not waived or lost and you are not entitled to use it in any way. Stockland and its subsidiaries reserve the right to monitor e-mail communication through its networks. _____________________________________________________________________________________________________________________________________________________________ Stockland Notice: If this communication has been sent to you by mistake, please delete and notify us. If it has been sent to you by mistake, legal privilege is not waived or lost and you are not entitled to use it in any way. Stockland and its subsidiaries reserve the right to monitor e-mail communication through its networks.
<<inline: image001.png>>
_______________________________________________ ozmoss mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
