Intro To PowerShell Jack Fruh Sharepointjack.com.

Slides:



Advertisements
Similar presentations
LAS : Destiny and Web Path Express. How Do I Login? All students at LAS are able to use the Destiny Library System to search for books and publications.
Advertisements

Using SD K12 SharePoint ®. What is SharePoint? Microsoft SharePoint Components Web Browser Collaboration functions Process management modules Search modules.
Using SD K12 SharePoint®.
Major Sponsors Minor Sponsors. Overview What is a Search Driven Site?
Managing Search Results and Using the Marked List In the Web of Knowledge.
Developing for SharePoint with Visual Studio Jason Keicher
Painless PowerShell for SharePoint Admins Rick Taylor.
@SharePointJack #SPFestChi
2009 ONTARIO COLLEGE APPLICATION SERVICE. Plan The “Plan” section helps you prepare for your college education. Here you will find information about the.
Non-displaying slide…. SharePoint 2010 and 2013 Auditing and Site Content Administration using PowerShell 55095AC.
How to make SharePoint 2010 not look like SharePoint Branding for Developers By Matt Huber.
SharePoint 2010 Administration using PowerShell Brian Caauwe Senior Consultant – SharePoint – MCTS March 20, 2010.
Microsoft ® Official Course Working with SharePoint Objects Microsoft SharePoint 2013 SharePoint Practice.
10 PowerShell Commands Every Admin Should Know David Price.
Windows SharePoint Services 3.0 (WSS v3) Browser Clients MS Word Clients MS Outlook Clients Microsoft Office SharePoint Server 2007 (MOSS) Windows.
The "Big6™" is copyright © (1987) Michael B. Eisenberg and Robert E. Berkowitz. For more information, visit:
New School Websites Teacher Pages. Visit the SCUSD Website for videos tutorials: For more information.
Deferred Site Collection Upgrade Self-Service Site Collection Upgrades.
English 3 Research Paper Mrs. Theobald. Step 1 If you haven’t yet determined a career to research, go to the following website and do some career exploring.
FEB 2014 SHAREPOINT PUG USER COMMUNITY ACTIVE SINCE 2006 Hosting Sites In SharePoint.
Copyright © Allyn & Bacon 2008 POWER PRACTICE Chapter 8 Using the Web for Teaching and Learning START This multimedia product and its contents are protected.
Using SD K12 SharePoint ®. What is SharePoint? Microsoft SharePoint Components Web Browser Collaboration functions Process management modules Search modules.
SharePoint 2010 Development Environment A Guide to Setup SharePoint 2010 Development Environment on Windows 7 Machine.
Do You Have a Web Site?. Everyone does, don’t they?
Plan The “Plan” section helps you prepare for your college education. Here you will find information about the individual colleges, a map of their campus.
Analyzing your web site John Powell Director of Web Development.
Module 3 Administering and Automating SharePoint.
HOW SHAREPOINT WORKS By Gary Newman. Root Folder Virtual Directories SP Farm DNS Iterative Forward DNS query for A host record HTTP request HTML & JS.
Managing System Center 2012 Configuration Manager with Windows PowerShell MEMUG August 23 rd 2013.
Fixed Assets Campus Operations Portal SAISD Data Warehouse What is the Fixed Assets portal? The purpose of the Fixed Assets portal is to give campus and.
What’s New in SharePoint 2010 SharePoint 2010 Development Primer New Developer Tools for SharePoint 2010 SharePoint 2010 Integration with PowerShell.
Module 8 : Configuration II Jong S. Bok
Media Center Essential Question How can I be an effective user of information?
PS SharePoSH:\> SPSite & SPWebs SharePoint + PowerShell User Group November 21, 2012.
Microsoft SharePoint Server 2007 Technical Overview Romeo Pruno nonaka.eu.
The Basics of Managing Your Department Website March 8, 2012.
USING SHAREPOINT TO CREATE YOUR PUBLIC WEBSITE JUNE 13, 2:45 PRESENTED BY: MARK GEROW & CHARLES FARAMARZI-RAD, FENWICK & WEST LLP MICHAEL P. KOLB,
Automating SharePoint 2010 administration tasks with Power Shell Toni Frankola SharePoint MVP, Croatia
Example of Science Fair Report This example will show what each student needs to have in the report and in what order. There will be explanations at the.
 All Spanish 1 classes will turn in work on the table directly in front of the teacher’s desk. Spanish for Sp. Speakers students will turn in work.
The Martian PG-13 Movie. Ask your parent to take you to see this movie. Hold on to the movie ticket stub, attach it to the report you will write.
Is This Website A Useful Resource? Helpful Tips. A Useful Website Has... Quality, depth and usefulness of content clear statement of the content, including.
7 th Grade Big6 Project Assignment: Make a children’s informational book (It can be in graphic novel format or regular picture-book format)
SharePoint PowerShell Time Machine Jack Fruh Chicago, USA, GMT-6 (CST) Session SP24 S006 April 16 th /17 th, 2014.
CCS Information and Support Center Introduction. What is the information center for? Not only does our web-based.
Sourceforge clone script, php script directory website, hotscripts software, Php clone script directory
Entrepreneur News Portal, News Management Script - phpscriptsmall
SharePoint 2016/2013: Plan for SharePoint Services Farm
Start-SPPowerShell – Introduction to PowerShell for SharePoint Admins and Developers Paul BAker.
PowerShell 101 sharepoint on-premise
Set Sail in Your Interactive Elementary Classroom
Saturday January 30th, 2010 Woody Windischman, Stud of the year, and Rob Bogue. If you recall the name, Rob’s the author of The SharePoint Sheppard's.
How to Access and USE the AISC Library
Introducing the Internet
What is SharePoint and why you should care
Microsoft
Library skills Search the catalogue. library skills Search the catalogue.
Migration to SharePoint 2013
GUMTREE SCRIPT | HOOBLY SCRIPT | GUMTREE CLONE
Dailymail Script | NBC News clone |The Guardian Clone.
Groupon Clone | Mydala Clone from I-Netsolution
SharePoint Saturday Omaha April 2016
Louisiana: Our History.
Library skills Search the catalogue. library skills Search the catalogue.
Is it a Good Web Site to use?
How to Maintain Your ARS Websites
Tech Ed North America /27/ :04 AM Required Slide
Find your school and click on it.
PowerShell + SharePoint Online – An Admins Guide to Administration in the O365 Cloud Marrell Sanders – Sr. SharePoint Administrator SharePoint Saturday.
Lesson 2: Gathering and Organizing Information Using ICT KEY QUESTION: HOW DO YOU GATHER AND ORGANIZE INFORMATION USING THE COMPUTER AND INTERNET?
Presentation transcript:

Intro To PowerShell Jack Fruh Sharepointjack.com

And now a word from our Sponsors

Thank you #SPSTC sponsors!

About

SharePointJack.com Last year was a milestone year, as the site crossed the 5 unique visitors milestone. I’m pretty sure my Mom and Dad were two of them, I can only guess that my uncle Hershel and aunt Mildred were also enticed to visit the site after the yearly family Christmas newsletter went out. People still do those right?

Demo How to start PowerShell, The difference between “Plain” and “SharePoint” PowerShell Your first PS command: Get-Command Your first PS Program: $a = get-command $a.count()

Demo (cont) Turn “plain” PowerShell into “SharePoint” PowerShell with this command: Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue

What you should do to learn PowerShell 1)Download the PowerShell Cheat Sheet 2)Print it 3)Tape it on your desk

What you should do to learn PowerShell & SharePoint 1)Download the SharePoint PS Cheat Sheet 2)Print it 3)Tape it on your desk 4)Look over the SP Object Model

Understanding SharePoint’s internals will help greatly! Knowing the “Object Model” will go a long, long, long, long, long way towards knowing what to look for in PowerShell or what to search for on the internet when seeking help

SharePoint Object Model Compared to a School System SharePoint Object Model Compared to a School System SPFarm  Farm is the top level in the object model.  Managed via Central Admin  A farm will have one or more Web Applications SPFarm  Farm is the top level in the object model.  Managed via Central Admin  A farm will have one or more Web Applications SPWebApplication  Found in IIS as an IIS website  Determines the Base URL of the site  Contains 1 ore more Site Collections SPWebApplication  Found in IIS as an IIS website  Determines the Base URL of the site  Contains 1 ore more Site Collections SPSite  Same as “Site Collection”  An Organizational unit  Can easily move a whole SPSite between Databases  Each SPSite contains 1 ore more SPWEB’s SPSite  Same as “Site Collection”  An Organizational unit  Can easily move a whole SPSite between Databases  Each SPSite contains 1 ore more SPWEB’s SPWeb  Where real work happens  Contains Lists, libraries, Pages, etc.. SPWeb  Where real work happens  Contains Lists, libraries, Pages, etc.. School District  School District oversees all schools in the district.  Address of Office ≠ Address of School(s)  A School District will have 1 or more Schools School District  School District oversees all schools in the district.  Address of Office ≠ Address of School(s)  A School District will have 1 or more Schools School  Found within the physical boundaries of the taxing school districts geographical area  Has a physical address people go to.  Has 1 or more Departments School  Found within the physical boundaries of the taxing school districts geographical area  Has a physical address people go to.  Has 1 or more Departments Department  A way to organize teachers and classes by purpose  Math Department  Athletic Department etc. Department  A way to organize teachers and classes by purpose  Math Department  Athletic Department etc. Classroom  Where learning happens  Contains books, supplies, whiteboards, etc. Classroom  Where learning happens  Contains books, supplies, whiteboards, etc.

Exploring SharePoint PowerShell Get-Command *-SP* Get-help Get-Help (command) Get-help get-spweb Get-help get-spweb –detailed Get-help get-spweb –examples

Understanding Help Output Understanding the “Syntax” part…

“Pipe” output from one command to the Input of another

The most Common “Pipe Targets” Some-Command | Sort name, date Some-Command | Format-Table Some-Command | Select name Some-Command | Select –last 3 Some-Command | Where {$_.name –like “Jack*”}

Graduating from one line commands: Scripts & the “ISE” (Integrated Scripting Environment)

ISE Scripting Since the ISE opens “Plain”, be sure to add in the SharePoint PowerShell Snapin with Add-PSSnapin Microsoft.SharePoint.PowerShell

Demos & Q&A Contact info: Jack Fruh

Example/Demo’s and Questions: Save all the WSP’s on your farm….

Example/Demo See how big your Content Databases Are…