As usually, the same opening statement. “I recently bumped into this issue” where my Search Service Application services is throwing “service implementation object was not […]
Exception calling “Update” with “0” argument(s): “Invalid look-up value
Had this error when trying to update SharePoint SPFieldLookupValueCollection using PowerShell. Just to share a small part of my PowerShell that DID NOT Work $valueCol […]
Bulk Import User Profile Photo using PowerShell
Bulk importing user profile photo can be a pain in the arse, imaging you have few thousand of employee photos to be imported into your SharePoint. […]
Create a Page in SharePoint sub site is not adding to the sub site but the Root site
I hope the post title did not confuse you. I hit this weird behaviour in SharePoint when I was in “www.sharepoint.com/subsite” trying to create a […]
PowerShell script to disable Limited Access Lock Down mode for all Site Collections
I always like to make use of PowerShell to do stuff. When dealing with a lot of Site Collection, it is advisable to script your […]
Changing Default HomePage for Document Center to a Document Library
As stated in the Title, it is easier said than done to change the default landing page of a Document Center. If you have done publishing […]
Do you know? CTRL + SHIFT powerful keys
Do you know that if you hold CTRL + SHIFT and Left click on any program such as “cmd.exe”. You are actually running the program as Administrator? […]
SharePoint Search Content Source Crawl Log Access Denied
I have the following issue when setting up SharePoint 2013 Search Service Application. Whenever I started full crawling my content sources, after certain time (usually […]
How to check my CPU Temperature using PowerShell Remotely
Thought it would be helpful to share how to remotely check your Computer temperature especially when you have a computer at home and you want […]
SharePoint Permission Back Up and Restore in PowerShell
Hi SharePoint Admins! I’ve recently worked on a module to enhance SharePoint Backup experience. If you haven’t known SharePoint Native Backup enough, please read this. SharePoint Native […]