Skip to main content

Marwan Tarek's Blog

Go Search
Home
Ayman El-Hattab's Blog
Marwan Tarek's Blog
Mohamed Yehia's Blog
  

SharePoint 4 Arabs - Online SharePoint Training, Video Tutorials and Webcasts in Arabic > Marwan Tarek's Blog
Egypt SharePoint User Group January gathering broadcasting

Currently January gathering is being broadcasting over the internet, Attend now from anywhere

Make sure the Office Live Meeting client is installed before the meeting:

Start Office Live Meeting and join the meeting with the following information:

        Meeting ID:     39052fa12f894a0d9159cebc019e7db7

        Entry Code:     9849

        Location:       meet:sip:kailashk@microsoft.com;gruu;opaque=app:conf:focus:id:39052fa12f894a0d9159cebc019e7db7%3Fconf-key=9849

Enjoy.

Egypt SharePoint User Group January gathering

In this gathering we are having awesome speakers with great topics please Register here

Date: January 30th 2010

Venue: Dar Al Deyafa - Ain Shams University

Speaker: Mohamed Khalil

11:00am – 12:00 pm Approaches and best practices : Deploying SharePoint sites through multiple environments

Speakers Shady Korshed

12:15pm – 1:15 pm How to build Advanced Web Sites using SharePoint 2010

1:15pm- 2:00 pm  Ask the Experts

About the Speakers

Mohamed Khalil (MCSD.Net, MCTS) is Technology Expert at OMS with over 6 years experience working with complex projects on Microsoft technologies. Mohamed is still very much a hands-on developer, and has participated in several large-scale web initiatives including e-commerce, WCM, intranet, back-end integration and workflow projects. Past client engagements include Bank of Scotland Plc, Microsoft Technology Center-UK, Kaplan Financial, AMCOR Artenius , and Bunzel Chemical. With a background in ASP.Net/Content Management Server/Corporate Portals, Mohamed’s current main area of focus is building public websites on MOSS and he continues to learn with every project.
Shady Korshed is a SharePoint MVP who has participated and joined huge successful projects in Microsoft Content Management Server 2002 and MOSS 2007.  Shady is into research, investigation in technologies and he is also ready for a challenging game in chess.

Please Register here

Presenting at SharePoint Saturday EMEA – Live

Next Saturday January 23rd, 2010, SharePoint Saturday will be hosting their first EMEA event.

I will be presenting About Getting Ready to SharePoint 2010.

Waiting for you

Event Home: http://www.sharepointsaturday.org/emea/default.aspx
List of Speakers: http://www.sharepointsaturday.org/emea/Pages/speakers.aspx
List of Sessions: http://www.sharepointsaturday.org/emea/Pages/meetings.aspx

Registration: http://20100123-spsemea.eventbrite.com/

Register now, check the event time at your time zone.

image

MVP for 2010, Third year in a row

It is always a happy new year with my MVP award renewed again.

Thanks for all who contributed to make this happen especially my wife Mai

logo_mvp 

 

Happy new year

PowerShell and SharePoint 2010 Love story – Part 2

In Part 1 of this series we have explored PowerShell basics and how to use it with SharePoint 2010.

Now let’s discover how to write PowerShell script to access SharePoint objects and perform some operations

Create Site collection

The following PowerShell script will Create 10 Site collections under sites managed path from the team site template

image

We used New-SPSite cmdlet inside for loop and passed as parameters the site URL, Site owner, template id and site language

cmdlets used: New-SPSite

Add items to Announcements list

our second script is to add items to announcements list which can be helpful if you want to add a lot of items in a list for demo or development or testing purposes

image

In this script we retrieved the web object then through object properties we retrieved the list by its title and through for loop we added new item in each loop.

cmdlets used: Get-SPSite, Get-SPWeb

Technorati Tags: ,
SharePoint Saturday EMEA

image

SharePoint Saturday EMEA available NOW!

First SharePoint Saturday event to be broadcasts in EMEA time zone (8:00am to 5:00pm London time)

Date: January 23, 2010

Time: 8:00am to 5:00pm London time

Registration is now open

It will online event and for free, you will need headphones or computer speakers. There will be no conference call dial-in phone numbers.

Join Facebook group here

Happy Eid

Happy Eid everybody, Kol sana we ento tayabeen :)

eid

PowerShell and SharePoint 2010 love story – Part 1

I never was a PowerShell or scripting guy, it is known that the scripting and PowerShell is made for Administrators and infrastructure guys.

With the release of SharePoint 2010 I noticed that Microsoft has added great support for PowerShell in SharePoint 2010. Now All SharePoint 2010 administration tasks can be performed with PowerShell.

SharePoint 2010 Management Shell – command prompt with SharePoint cmdlets loaded

image

In SharePoint 2010 PowerShell cmdlets there is 500+ cmdlets which supports all the Administration features through the UI and more.

PowerShell is more powerful than stsadm from functionality and performance perspectives.

For example running a stsadm command to activate feature on 5000 site collection can take more than 12 hours, but if you used the equivalent PowerShell script it will take around 30 minutes to finish the same task.

Also PowerShell supports connecting to a remote server and executing PowerShell cmdlets.

For PowerShell basics check this post PowerShell 2010: Basic Discovery - Zach Rosenfield's SharePoint Blog

Sample SharePoint PowerShell commands

Get-SPSite – this command will return list of all available site collections

image

Piping Get-SPSite cmdlets with Get-SPWeb will return all available webs in all site collections

Following sample gets available webs and shows their URL and template name

Get-spsite | get-spweb | Select url,webtemplate

image

Next sample will show how to get available services on your farm.

$farm = Get-SPFarm

$farm.Services | Select TypeName,Status

image

Note: All SharePoint PowerShell cmdlets their noun starts with SP

You can retrieve available SharePoint cmdlets by executing the following command

Get-command -noun sp*

Hope this post helps you start playing with PowerShell in your SharePoint farm

I will be posting later on sample scripts to create list items and site collections

also About great third party tools helps you in PowerShell scripts development

Free PowerShell books helps you get started

Schweizer IT Professional und TechNet Blog : Free Windows PowerShell workbook: server administration

Master-PowerShell | With Dr. Tobias Weltner - PowerShell.com

See also:

PowerShell and SharePoint 2010 love story – Part 2

PowerShell 2010: Basic Discovery - Zach Rosenfield's SharePoint Blog

PowerShell 2010: Basic SharePoint Cmdlets - Zach Rosenfield's SharePoint Blog

SP 2010: Intro to PowerShell Part 3 - Zach Rosenfield's SharePoint Blog

SP 2010: Intro to PowerShell Part 4 - Zach Rosenfield's SharePoint Blog

SharePoint 2010 Beta: ThreadOptions error - Zach Rosenfield's SharePoint Blog

Schweizer IT Professional und TechNet Blog : Free Windows PowerShell workbook: server administration

Master-PowerShell | With Dr. Tobias Weltner - PowerShell.com

Presenting @ SharePoint Techday by Dotnetwork.org (5 December)

Techdays 5Dec09 Poster

On December 5th Dotnetwork.org will be hosting a full day event for SharePoint, SharePoint Techday, I will be presenting the first session about Getting Ready for SharePoint 2010

Event schedule

10:30 AM – 12:00 PM SharePoint 2010, Getting Ready! Marwan Tarek
12:30 PM – 02:00 PM Developers’ tools for SharePoint 2010 Mohamed Yehia
02:30 PM – 04:00 PM Creating No-Code SharePoint Designer Solutions for SharePoint2010 Ayman ElHattab

Date: Saturday, December 5th 2009
Time: 10:30 AM – 4:00 PM
Place: Dar El Deyafa – Ain Shams University – Isis Hall – first floor, El khaleefa el Mamoon - EL Abbasia– Cairo

Ticket to attend the event is 15 L.E.

Waiting for you all.

egysug-logo1

Technorati claim

7J4D777JM77Z

1 - 10 Next

 RSS Feed

Follow me

 ‭(Hidden)‬ StatCounter

 ‭(Hidden)‬ Google analytics

 ‭(Hidden)‬ Admin Links