SlideShare une entreprise Scribd logo
1  sur  45
Télécharger pour lire hors ligne
sharepointmaven.com @gregoryzelfond
SHAREPOINT TUTORIAL
INTRODUCTION TO SHAREPOINT
GREGORY ZELFOND
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
About Me
 Gregory Zelfond
 10+ years of experience with SharePoint
 SharePoint advocate, blogger
 Love to solve business problems using code-free, out of
the box SharePoint configurations
 Owner of SharePoint Maven (sharepointmaven.com)
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
About SharePoint Maven
I HELP ORGANIZATIONS TO UNLOCK
THE POWER OF SHAREPOINT
MIGRATION CONSULTING TRAINING
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Did You…
 Just acquire Office 365 / SharePoint Online?
 Want to start using SharePoint, but don’t
know where to start?
 Can’t find any relevant or concise training
materials on the web?
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
YOU ARE IN LUCK!!!
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
This FREE SharePoint Tutorial will…
 Explain SharePoint in basic and non-
technical terms
 Give you an overall idea of SharePoint key
concepts
 Provide you with enough information to
start configuring your own SharePoint Site
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
It is super easy…
Tutorial so easy to understand...
…You’ll feel like a king at the end
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
This Guide will cover…
 Sites
 Pages
 Web Parts
 Views
 Security
 Navigation
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
LET’S START!!!
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
What is SharePoint?
It is many different things. Any of these apply
 Collaboration Platform
 Information Management System
 Document Repository
 Company Intranet
 Team Sites
 Business Portal
 Framework for developing business applications
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Evolution of SharePoint
 Born in 2001
 Historically, evolved as collaboration platform
adopted by many large organizations
 Required extensive server infrastructure for on-
premise installations
 Major versions: 2001, 2002, 2003, 2007, 2010,
2013 (current) and 2016 (planned)
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
SharePoint & Office 365
 Since 2011, SharePoint got bundled with Office
365 Subscription Service
 Can still be acquired as an on-premise solution or
new “cloud” solution (SharePoint Online)
 Cloud (SharePoint Online) version does not
require Infrastructure investments by
organizations
 SharePoint Online is very affordable as a result
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Basic SharePoint Elements
 Sites
– Used to organize content by function or purpose
 Pages
– Displays/separates content on a site
 Web Parts (Apps)
– Building blocks of a page/site
 Views
– Control what information is displayed
 Security
– Controls who sees the information displayed
 Navigation
– Logical roadmap users follow to find the information
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
SITES
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
SharePoint Sites
 All Sites you create sit under Top-Level (home)
Site (which you get by default out of the box)
– For example, https://yourcompanyname.sharepoint.com is
the top level site you get by default
– Every new site you create will sit under it
 Deep hierarchies can be built if required
 Best practice: Stay as flat as possible
– No more then 1-2 sub-sites deep, otherwise becomes
a headache to manage
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Example of a SharePoint Site Hierarchy
Level 2 Subsites
Level 1 Subsites
Top-Level Site Homepage
PMO
Project
Site 1
Project
Site 2
Finance
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Concept of a Site Collection
 All sites sit in a Site Collection
 By default, you get 1 Site Collection
(https://yourcompanyname.sharepoint.com)
 Additional Site Collections can be created if
necessary (each with its own top-level site and
subsites)
 Best Practice
– If you have only few sites – stay with just 1 (one) site
collection
– If you plan to have many sites/ expansive intranet – need
to have multiple site collections
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Example - List of Site Collections
DEFAULT SITE COLLECTION
NEW SITE COLLECTION
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
What? Why do I need multiple Site Collections?
 A great way to separate Administrative
functions
– i.e. multiple business units within same organization
 Improves performance
 Best Practice: If you plan to share externally –
those sites need to go into separate site
collection (helps prevent accidental sharing of
internal information)
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Example: Multiple Site Collections Hierarchy
Site Collection 1
Site Collection 2
Project
Sites
Department
Sites
External
Sites
HOMEPAGE
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
PAGES
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
SharePoint Pages
 Multiple pages per site can be
created
 Pages used to separate and
present content
 Determines look & feel of a
site/page
 Different (default) page layouts
available
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Default look of a site/page
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
WEB
PARTS
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Web Parts
 Definition: Web Part is a
modular and reusable
component that can be placed
into SharePoint Page to display
certain content
 Think of iPhone® “Apps” for
SharePoint
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Most Common Web Parts
 Document Library
 Calendar
 Contact List
 Issues Tracking
 Tasks
 Announcements
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Example Web Part: Document Library
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Example Web Part: Tasks
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
VIEWS
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Views
 Definition: Views allow user to
control how information from a
certain web-part is displayed
 Very powerful, but pointless if
proper metadata is not setup
 Some of the things views
control:
– Which columns to display
– Order of Columns
– How information is sorted
– How information is filtered
– How information is grouped
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Example of a Document Library View
View Name
Grouping Sorting & Filtering
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
SECURITY
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Security/Permissions
 Controls who sees information
 Can be set at the following levels:
– Site
– Web Part
– Folder
– Document/Item
 Permissions can be assigned to a user or
SharePoint Security Group
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Default Permission Levels
Permission Level Description
Full Control Has full control
Design Can view, add, update, delete, approve, and customize
Edit
Can add, edit and delete lists; can view, add, update and
delete list items and documents
Contribute Can view, add, update, and delete list items and documents
Read Can view pages and list items and download documents
Limited Access
Can view specific lists, document libraries, list items, folders,
or documents when given permissions
View Only
Can view pages, list items, and documents. Document types
with server-side file handlers can be viewed in the browser
but not downloaded
Courtesy: microsoft.com
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Security Best Practices
 Best Practice: Stay at the site level security, do not
control security at Web Part, Folder or
Document/Item Level
 Unless you want to manage security on a full-time basis. It is a
headache to manage
 Breaking security inheritance negatively impacts performance
 Best Practice: Control permissions at the group level,
do not assign permissions to individuals
 Easier to manage. Once Security Groups are created, just
add/remove users from it
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
NAVIGATION
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Navigation
 Logical roadmap users follow to find the information
 2 types of navigation: Global & Current
 Global Navigation
– Meant for “global” site navigation. Typically stays the same
from site to site (i.e. links to Home, Department Sites, etc.)
– Appears horizontally at the top of the site/page
 Current Navigation:
– Meant for “local” navigation within a site (i.e. links to sub-sites
underneath or web parts present on a site)
– Appears on the left hand—side of a site/page
– Called Quick Launch in SharePoint
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Navigation Example
Global Navigation
Current Navigation (Quick Launch)
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Tell me more about SharePoint
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
More to come…
 This was Part I of SharePoint Tutorial/Training
 Future Parts will cover more intermediate &
advanced features of SharePoint
 No matter how many SharePoint tutorials and user
guides you read or videos you watch, you will not
really learn SharePoint
 You need to start using it to “understand” it
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
That should
be You!
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Additional reading
 Did you enjoy this presentation?
 Help spread the word by sharing a link to it with your
friends and colleagues by email or social media
 Here are links to additional content you might find useful
– 12 reasons folders in SharePoint are a bad idea
– Introduction to SharePoint Metadata
– Top 5 reasons why SharePoint is great for nonprofits
– 5 ways to manage documents in SharePoint
– 10 reasons why SharePoint training matters
– 10 practical tips to boost SharePoint user adoption
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Acknowledgements
I used the following materials and websites while
preparing this tutorial:
 My own knowledge and expertise in SharePoint
 Images used in this presentation under Creative
Commons License
– clker.com
– clipartpanda.com
– wallpaper-kid.com
– clipartpal.com
 Logos of the following organizations
– Microsoft
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
Need help with SharePoint?
 SharePoint Site Configuration and Customization
 Document Migration to SharePoint
 SharePoint Implementation Strategy
 SharePoint Training
 SharePoint User Adoption
 SharePoint Governance
 SharePoint Project Management
sharepointmaven.com @gregoryzelfondsharepointmaven.com @gregoryzelfond
THANK YOU!
Visit: sharepointmaven.com
Email: greg@sharepointmaven.com
Follow: @gregoryzelfond
Connect: linkedin.com/company/sharepoint-maven
View: www.slideshare.net/gzelfond
Get in touch if you have questions

Contenu connexe

Tendances

Microsoft SharePoint
Microsoft SharePointMicrosoft SharePoint
Microsoft SharePoint
David J Rosenthal
 
Introduction to Microsoft SharePoint Online Capabilities, Security, Deploymen...
Introduction to Microsoft SharePoint Online Capabilities, Security, Deploymen...Introduction to Microsoft SharePoint Online Capabilities, Security, Deploymen...
Introduction to Microsoft SharePoint Online Capabilities, Security, Deploymen...
Microsoft Private Cloud
 

Tendances (20)

Advantages of SharePoint Online
Advantages of SharePoint OnlineAdvantages of SharePoint Online
Advantages of SharePoint Online
 
Top 10 New SharePoint Online Features
Top 10 New SharePoint Online FeaturesTop 10 New SharePoint Online Features
Top 10 New SharePoint Online Features
 
Sharepoint Overview
Sharepoint OverviewSharepoint Overview
Sharepoint Overview
 
Sharepoint Basics
Sharepoint BasicsSharepoint Basics
Sharepoint Basics
 
Microsoft SharePoint
Microsoft SharePointMicrosoft SharePoint
Microsoft SharePoint
 
SharePoint Out of the Box
SharePoint Out of the BoxSharePoint Out of the Box
SharePoint Out of the Box
 
Introduction to SharePoint Information Architecture
Introduction to SharePoint Information ArchitectureIntroduction to SharePoint Information Architecture
Introduction to SharePoint Information Architecture
 
Utilizing SharePoint for Project Management
Utilizing SharePoint for Project ManagementUtilizing SharePoint for Project Management
Utilizing SharePoint for Project Management
 
How to build an Intranet portal in SharePoint using out of the box features
How to build an Intranet portal in SharePoint using out of the box featuresHow to build an Intranet portal in SharePoint using out of the box features
How to build an Intranet portal in SharePoint using out of the box features
 
Introduction to Microsoft SharePoint Online Capabilities, Security, Deploymen...
Introduction to Microsoft SharePoint Online Capabilities, Security, Deploymen...Introduction to Microsoft SharePoint Online Capabilities, Security, Deploymen...
Introduction to Microsoft SharePoint Online Capabilities, Security, Deploymen...
 
SharePoint 2016 Overview
SharePoint 2016 OverviewSharePoint 2016 Overview
SharePoint 2016 Overview
 
Sharepoint 2019 Training
Sharepoint 2019 TrainingSharepoint 2019 Training
Sharepoint 2019 Training
 
How to Manage Migration to SharePoint
How to Manage Migration to SharePointHow to Manage Migration to SharePoint
How to Manage Migration to SharePoint
 
OneDrive & SharePoint Better Together
OneDrive & SharePoint Better TogetherOneDrive & SharePoint Better Together
OneDrive & SharePoint Better Together
 
How to implement SharePoint in your organization
How to implement SharePoint in your organizationHow to implement SharePoint in your organization
How to implement SharePoint in your organization
 
Understanding SharePoint Online
Understanding SharePoint Online Understanding SharePoint Online
Understanding SharePoint Online
 
SharePoint Tips and Tricks you cannot live without
SharePoint Tips and Tricks you cannot live withoutSharePoint Tips and Tricks you cannot live without
SharePoint Tips and Tricks you cannot live without
 
Collab 365 building business solutions on Office 365 and SharePoint Online
Collab 365 building business solutions on Office 365 and SharePoint OnlineCollab 365 building business solutions on Office 365 and SharePoint Online
Collab 365 building business solutions on Office 365 and SharePoint Online
 
SharePoint Online (365) vs SharePoint On-Premises
SharePoint Online (365) vs SharePoint On-PremisesSharePoint Online (365) vs SharePoint On-Premises
SharePoint Online (365) vs SharePoint On-Premises
 
5 Ways to Manage Documents in SharePoint & Office 365
5 Ways to Manage Documents in SharePoint & Office 3655 Ways to Manage Documents in SharePoint & Office 365
5 Ways to Manage Documents in SharePoint & Office 365
 

Similaire à SharePoint Tutorial and SharePoint Training - Introduction

Sharepoint tips and tricks
Sharepoint tips and tricksSharepoint tips and tricks
Sharepoint tips and tricks
Jeff Wisniewski
 

Similaire à SharePoint Tutorial and SharePoint Training - Introduction (20)

How to Manage Projects in SharePoint Using Out of the Box Features
How to Manage Projects in SharePoint Using Out of the Box FeaturesHow to Manage Projects in SharePoint Using Out of the Box Features
How to Manage Projects in SharePoint Using Out of the Box Features
 
SharePoint External Sharing
SharePoint External SharingSharePoint External Sharing
SharePoint External Sharing
 
Top 10 SharePoint Terms and Acronyms Explained
Top 10 SharePoint Terms and Acronyms ExplainedTop 10 SharePoint Terms and Acronyms Explained
Top 10 SharePoint Terms and Acronyms Explained
 
Business Case for SharePoint and Office 365
Business Case for SharePoint and Office 365Business Case for SharePoint and Office 365
Business Case for SharePoint and Office 365
 
Document Management in SharePoint without folders - Introduction to Metadata
Document Management in SharePoint without folders - Introduction to MetadataDocument Management in SharePoint without folders - Introduction to Metadata
Document Management in SharePoint without folders - Introduction to Metadata
 
SharePoint Document Types
SharePoint Document TypesSharePoint Document Types
SharePoint Document Types
 
Project and Portfolio Management with Project Online
Project and Portfolio Management with Project OnlineProject and Portfolio Management with Project Online
Project and Portfolio Management with Project Online
 
How to Improve SharePoint User Adoption
How to Improve SharePoint User AdoptionHow to Improve SharePoint User Adoption
How to Improve SharePoint User Adoption
 
SharePoint Publishing 101
SharePoint Publishing 101SharePoint Publishing 101
SharePoint Publishing 101
 
Give Your SharePoint Site a Physical
Give Your SharePoint Site a PhysicalGive Your SharePoint Site a Physical
Give Your SharePoint Site a Physical
 
SharePoint 2013 Site Administration Guide
SharePoint 2013 Site Administration GuideSharePoint 2013 Site Administration Guide
SharePoint 2013 Site Administration Guide
 
Discover SharePoint 2013
Discover SharePoint 2013Discover SharePoint 2013
Discover SharePoint 2013
 
Grow your Magento store: going multilingual and setting up a marketplace
Grow your Magento store: going multilingual and setting up a marketplaceGrow your Magento store: going multilingual and setting up a marketplace
Grow your Magento store: going multilingual and setting up a marketplace
 
Should you migrate to SharePoint 2013?
Should you migrate to SharePoint 2013?Should you migrate to SharePoint 2013?
Should you migrate to SharePoint 2013?
 
Kick-Ass Project Collaboration with Office 365 Groups
Kick-Ass Project Collaboration with Office 365 GroupsKick-Ass Project Collaboration with Office 365 Groups
Kick-Ass Project Collaboration with Office 365 Groups
 
SharePoint 2016 Hybrid Overview
SharePoint 2016 Hybrid OverviewSharePoint 2016 Hybrid Overview
SharePoint 2016 Hybrid Overview
 
SPS Ottawa 2019: From the field: Modernize your SharePoint Intranet with Shar...
SPS Ottawa 2019: From the field: Modernize your SharePoint Intranet with Shar...SPS Ottawa 2019: From the field: Modernize your SharePoint Intranet with Shar...
SPS Ottawa 2019: From the field: Modernize your SharePoint Intranet with Shar...
 
SharePoint Governance: From Chaos to Success in 10 Steps
SharePoint Governance: From Chaos to Success in 10 StepsSharePoint Governance: From Chaos to Success in 10 Steps
SharePoint Governance: From Chaos to Success in 10 Steps
 
Sharepoint tips and tricks
Sharepoint tips and tricksSharepoint tips and tricks
Sharepoint tips and tricks
 
Vdomainhosting wordpress-seo-checklist20151016e
Vdomainhosting wordpress-seo-checklist20151016eVdomainhosting wordpress-seo-checklist20151016e
Vdomainhosting wordpress-seo-checklist20151016e
 

Dernier

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Dernier (20)

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 

SharePoint Tutorial and SharePoint Training - Introduction