• Know more about me

Mai Omar Desouki

~ Senior Cloud Solution Architect @ Microsoft

Mai Omar Desouki

Monthly Archives: July 2013

To Remove a bad Web Part – SharePoint

31 Wednesday Jul 2013

Posted by Mai Omar Desouki in SharePoint 2013

≈ 2 Comments


When we develop a web part, we definitely face errors, but this error may be prevent you from loading the page and all you can see is an error! Helpful I know!

Anyway the problem is want to remove the web part from the page, but we can’t even edit the page at all.

Solution:

Add to the URL this QueryString ?Contents=1

If this is your URL http://servername/pages/home.aspx then add to it the QueryString to be http://servername/pages/home.aspx?contents=1

You will then see the page as below: now you can close or delete the bad web part.

I haven’t specified the SharePoint version is it works from SharePoint 2007 .. 2010 & 2013 but not sure about more previous versions but who still uses it anyway !

Hope that helps.

Share this:

  • Facebook
  • LinkedIn
  • Twitter
  • Email
  • Print
  • Reddit

Like this:

Like Loading...

SharePoint 2013 Default Team Site Elements

31 Wednesday Jul 2013

Posted by Mai Omar Desouki in SharePoint 2013

≈ Leave a comment


SharePoint 2013 Default Team Site Elements by Veronique Palmer

Views from Veronique

Download the PDF version for printing here.

2013 Team Site Layout

View original post

Share this:

  • Facebook
  • LinkedIn
  • Twitter
  • Email
  • Print
  • Reddit

Like this:

Like Loading...

NOW SP 2 Supports SharePoint 2010 to run on Windows 2012

24 Wednesday Jul 2013

Posted by Mai Omar Desouki in SharePoint 2013

≈ 1 Comment


Actually I knew about Service Pack by luck while talking to a coworker, we just discovered it in the morning J

And while reading this article: http://redmondmag.com/articles/2013/07/23/office-2010-sp2.aspx

Really MS finally Service Pack 2 is here that supports to run SharePoint 2010 on Windows 2012.. OMG finally.. Wow I had an article on blog on 25 September 2012 http://maiomardesouki.com/2012/09/25/windows-server-2012-does-not-support-sharepoint-2010-for-now/ when I was trying to install SharePoint 2010 on Win 2012.

Let me get this straight when I say “Support” means there is a workaround which I posted links for other bloggers who made that workaround to run SP 2010 on Win 2012 but Remember
was not supported so definitely there is no way you can do that workaround in a production environment. That’s the point.

Download SharePoint 2010 SP 2 from here: http://www.microsoft.com/en-us/download/details.aspx?id=39672 which was published on 21 July 2013.

Unfortunately MS haven’t yet did ISO for SharePoint 2010 with SP2 so we need to do the slipstream, the same thing we did for SP1, example here: http://www.mice-ts.com/slipstreaming-the-sharepoint-2010-rtm-iso-with-service-pack-1/

Enjoy SharePointing & SlipStreaming!

Share this:

  • Facebook
  • LinkedIn
  • Twitter
  • Email
  • Print
  • Reddit

Like this:

Like Loading...

SharePoint Newsfeed App for iPhone & iPad

21 Sunday Jul 2013

Posted by Mai Omar Desouki in SharePoint 2013

≈ Leave a comment


image

I just saw this now and I was really excited, SharePoint to going this time sooo much socialing right.. 🙂 sweet times.

Here is the link: https://itunes.apple.com/ae/app/sharepoint-newsfeed/id595847617?mt=8 

Description
SharePoint Newsfeed lets you stay connected to your organization’s social pulse while on the go. You can easily navigate your feeds and interact with the conversations from SharePoint sites you are following. Use this app to:

• Keep up with your colleagues’ latest posts and comments

• Create new posts to share updates or ask questions

• @mention a colleague or include #hashtag in your posts

• Upload pictures

• Discover the profile of anyone from your feed

• Access followed documents.

Note: The SharePoint Newsfeed app works with SharePoint 2013 and the new SharePoint Online. Previous versions of SharePoint are not supported.

When you are signing in, you will need your username, password and the proper SharePoint personal site URL. For example:

• Sample SharePoint Online URL (https://contoso-my.sharepoint.com)

• Sample SharePoint On-Premises URL (http://contoso/my)

If you are having issues signing in, please contact your company’s SharePoint administrator to inquire about the proper URL and credentials.

Below how it looks like in iPhone:

image 

and this is for the iPad:

image

EnjoOOOOoooooy SharePointing!

Share this:

  • Facebook
  • LinkedIn
  • Twitter
  • Email
  • Print
  • Reddit

Like this:

Like Loading...

Automate Variations in SharePoint 2013 using PowerShell & C#

14 Sunday Jul 2013

Posted by Mai Omar Desouki in PowerShell, SharePoint 2013, SharePoint Administration

≈ 20 Comments

Tags

C-sharp, Microsoft, Microsoft SharePoint, Multilingual, Multilingual sites, PowerShell, SharePoint, SharePoint 2013, Variations, Windows PowerShell


“Thanks to Waldek Mastykarz for his post, he posted about it but for SP 2010 and only in C#” but then I was able to convert it to Powershell, also thanks to “Eric Soo” for his reply but I was done already but thank you both.”

Let’s Start.. Automating variations settings and configuration so whenever a deployment is needed, you will be ready with your PowerShell scripts.

Manual deployment is time consuming as it is repetitive task, in this post I will let you know how to automate one of those many tasks when it comes to deployment.

SharePoint Variations has a UI which I will show you its steps now;

The steps in this post is for automation of variation in UI, in C# & finally in PowerShell.

  1. Go to “Site Actions” à“Site settings”;
  2. Under “Site collection administration”, click “Variation Settings”,

  3. The code below is in C# for the page above to change or update the “Variation Settings”;



  4. The same code but this time in PowerShell,


  5. Now we need to create labels; go back to “Site Settings”, under “Site Collection Administration” click “Variation Settings”;

  6. I have 2 labels, currently if this is your first time, it will be empty, click now “New Label” (as if you are telling SharePoint List to create new item) since we will do this in the code 😉


  7. Now same code but PowerShell for creating variation labels;



  8. Now to create hierarchies; you should see the labels added as below, click above them “Create Hierarchies”, before creating hierarchies, the values for the labels are “No”,

  9. After creating hierarchies, the values should be yes under “Hierarchy is Created”,
  10. To create Hierarchies in C#,


  11. Now let’s create hierarchies in PowerShell,


     

    Thank you and please write your comments or in case you have any questions.

Share this:

  • Facebook
  • LinkedIn
  • Twitter
  • Email
  • Print
  • Reddit

Like this:

Like Loading...

Blog Visitors

  • 82,365 Visitors

Categories

  • About me (1)
  • Microsoft Teams (3)
    • SharePoint Online (1)
  • Microsoft Viva (1)
  • Migration (2)
  • OneDrive for Business (1)
  • Parents (1)
  • Power Platform (1)
  • SharePoint 15 (5)
  • SharePoint 2010 (56)
    • Content Types (1)
    • Developer Dashboard (1)
    • Document Set (1)
    • Events I am Speaking In (2)
    • External Lists (1)
    • FAQ (2)
    • FBA (1)
    • Form Based Authentication (1)
    • Integration of CRM 2011 with SharePoint 2010 (1)
    • JQuery (1)
    • Master Page (1)
    • My Site (1)
    • PowerShell (3)
    • SharePoint Administration (5)
    • SharePoint Branding (1)
    • SharePoint Customization (5)
    • SharePoint Designer (4)
    • SharePoint Designer Workflow (1)
    • SharePoint Events (2)
    • SharePoint Online (1)
    • SharePoint Permissions (1)
    • SharePoint Workflow (1)
    • User Profile (2)
    • User Profile Sync (1)
    • Videos (1)
    • WebParts (1)
    • Workflow (1)
  • SharePoint 2013 (91)
    • Cloud App (1)
    • Event Handler (1)
    • iPad (1)
    • IPhone (1)
    • Napa (1)
  • SharePoint Updates (1)
  • Visual Studio 2012 (3)
  • Viva Engage (1)
  • Yammer (1)

Tag Cloud

About me Document Set Events I am Speaking In FAQ FBA Form Based Authentication JQuery Master Page Microsoft Teams Migration My Site PowerShell SharePoint 15 SharePoint 2010 SharePoint 2013 SharePoint Administration SharePoint Branding SharePoint Customization SharePoint Designer SharePoint Designer Workflow SharePoint Events SharePoint Online SharePoint Permissions SharePoint Workflow User Profile User Profile Sync Videos Visual Studio 2012 WebParts Workflow

Calendar

July 2013
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  
« Jun   Aug »

Archive

  • September 2022 (2)
  • August 2022 (2)
  • July 2022 (2)
  • March 2022 (1)
  • August 2021 (2)
  • September 2020 (2)
  • May 2020 (2)
  • April 2020 (6)
  • March 2020 (1)
  • September 2019 (2)
  • July 2015 (1)
  • May 2015 (3)
  • April 2015 (1)
  • March 2015 (1)
  • February 2015 (2)
  • January 2015 (1)
  • October 2014 (1)
  • September 2014 (3)
  • June 2014 (7)
  • May 2014 (5)
  • April 2014 (4)
  • March 2014 (3)
  • February 2014 (1)
  • January 2014 (2)
  • December 2013 (6)
  • November 2013 (5)
  • October 2013 (6)
  • September 2013 (5)
  • August 2013 (5)
  • July 2013 (5)
  • June 2013 (2)
  • May 2013 (2)
  • February 2013 (2)
  • January 2013 (1)
  • October 2012 (2)
  • September 2012 (7)
  • August 2012 (15)
  • July 2012 (5)
  • June 2012 (2)
  • May 2012 (4)
  • April 2012 (2)
  • March 2012 (1)
  • August 2011 (3)
  • July 2011 (15)

Blog at WordPress.com.

  • Follow Following
    • Mai Omar Desouki
    • Join 63 other followers
    • Already have a WordPress.com account? Log in now.
    • Mai Omar Desouki
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
%d bloggers like this: