| bio | website | shufler.net |
|---|---|---|
| location | Toronto, Canada | |
| age | 30 | |
| visits | member for | 2 years |
| seen | 23 hours ago | |
| stats | profile views | 60 |
By day, I'm a mild-mannered SharePoint infrastructure consultant for a Microsoft Gold partner. By night, I sleep. I've been working with SharePoint since 2006.
I have taken the time to write a few Microsoft exams and in turn Microsoft has graciously granted me the following certifications:
|
Nov 17 |
answered | Automated Sharepoint Task Creation with Powershell |
|
Nov 17 |
answered | Active directory distribution group and user permission? |
|
Nov 17 |
answered | Should i have the “Microsoft SharePoint Foundation Web Application” role active on all servers in a large farm? |
|
Nov 17 |
comment |
People Picker doesn't show disabled accounts, what should i do to make people picker show disabled accounts I haven't tested it, but I think to get both your filter will look like: (&(objectCategory=person)(objectClass=user)(|(userAccountControl:1.2.840.113556.1.4.803:=2)(!userAccountControl:1.2.840.113556.1.4.803:=2))) |
|
Nov 17 |
comment |
What does Microsoft mean when they say “built-in type”? I'm not too familiar with Content Types from a development perspective, but the description you've quoted sounds the opposite of what you would expect. If inherits = false, then it shouldn't inherit properties. If it's true, then it should. I don't know for sure but I know what the dictionary says about the word inherit. |
|
Nov 17 |
answered | Sharepoint 2010 web front end servers and services configuration |
|
Nov 16 |
comment |
How do I fix the error “Your personal site does not contain a picture library named 'Pictures'” on user profile pages? You can't roll back updates, so it if really is an issue introduced by the CU (it's not listed on the KB) you'll have to wait. |
|
Nov 16 |
comment |
Edit SharePoint 2007 Profile PersonalSite by code? What is your goal -- are you moving the user's My Site? Microsoft.Office.Server.UserProfiles.PersonalSite gets the value, it can't change it. If you're moving the site, you can follow this procedure (or use it as a starting point): blogs.msdn.com/b/webtamer/archive/2008/03/28/… |
|
Nov 16 |
awarded | Teacher |
|
Nov 16 |
answered | Backup Plan for a VM based sharepoint website |
|
Nov 16 |
comment |
Differential backup failed, “perform a full database backup” Gavin, I noticed the first error you pasted is a SQL Exception on the configuration DB, but in your edit the failure message is "Object Search_Service_Applic..." -- are there different errors happening with the backups? |
|
Nov 16 |
comment |
Moving large document libraries to new site collections My assumption is stsadm wraps SPExport. Obviously that doesn't mean SPExport can't handle SPLists, but I'm not seeing anything other than SPSites mentioned in the MSDN for either v3 or v4. |
|
Nov 15 |
comment |
How do I fix the error “Your personal site does not contain a picture library named 'Pictures'” on user profile pages? This may be an issue caused by the October 2011 CU (I haven't confirmed this link so I'm not using it as an answer): sharepoint.nauplius.net/2011/11/… |
|
Nov 15 |
awarded | Autobiographer |
|
Nov 15 |
comment |
Database Attache Upgrade Fail? You can try attaching with the addcontentdb stsadm operation, sometimes this works when Mount-SPContentDatabase does not? See technet.microsoft.com/en-us/library/cc287634.aspx for use. |
|
Nov 15 |
comment |
updating credentials using powershell +1 managed accounts |
|
Nov 15 |
comment |
Sharepoint 2010 powershell add-spsolution access denied Here is the reference for permissions needed to deploy solutions: technet.microsoft.com/en-us/library/cc262995.aspx "You must be a member of the Administrators group on any computer on which you run Windows PowerShell." |
|
Nov 14 |
awarded | Commentator |
|
Nov 14 |
comment |
Moving large document libraries to new site collections Exporting lists and libraries is was added in SP2010 and is not possible with the export stsadm operation in 2007. Upgrading first to 2010 and then exporting is a good solution provided Patricker can wait. SharePoint upgrades are also tricky in their own right. |
|
Nov 14 |
comment |
Backing Up SharePoint It looks like this script was authored by Rabi Achrafi: pingtalk.net/2008/05/sharepoint-backup-script.html |