Presentation is loading. Please wait.

Presentation is loading. Please wait.

PowerShell + SharePoint Online – An Admins Guide to Administration in the O365 Cloud Marrell Sanders – Sr. SharePoint Administrator NACS Branson, MO.

Similar presentations


Presentation on theme: "PowerShell + SharePoint Online – An Admins Guide to Administration in the O365 Cloud Marrell Sanders – Sr. SharePoint Administrator NACS Branson, MO."— Presentation transcript:

1 PowerShell + SharePoint Online – An Admins Guide to Administration in the O365 Cloud
Marrell Sanders – Sr. SharePoint Administrator NACS Branson, MO | March 14, 2019

2 Who Am I Marrell Sanders, MCTS Senior Level Techie Contact
Blog: Who Am I

3 Be Sure To Thank Our Sponsors!

4 Get Drink Tickets and Wristband During Closing Session Thursday

5 Win a Surface Book courtesy of Microsoft!
Play Vendor Bingo, Winner drawn during closing session on Friday

6 Key Takeaways What’s new with PoSh for SPO
How to manage sites, users, groups with O365 PowerShell Automate Business Scenarios with PowerShell Scheduling Tasks using Azure VM Security with Automated and Remote Scripting

7 SharePoint Admin Role What happened to it?
Remember the good old days of SharePoint Administration? MOSS 2007 SharePoint 2010 or 2013? Huge Server Farms

8 Todd Klindt and Shane Young predicted the collapse of the “old ways” of the SharePoint Administrators. “The Old Admin Ways Must End”

9 Microsoft said a long time ago, ya know who can run a SharePoint farm better than us?

10 And so they do.

11 Business Productivity Online Standard Suite (BPOS)

12 Time to become a Developer….. Sort of, but not really, but kinda.
Learn a new skill Time to become a Developer….. Sort of, but not really, but kinda.

13 What is PowerShell? #POSH #PowerShell
PowerShell is an object-oriented programming language and interactive command line shell for Microsoft Windows. #POSH #PowerShell

14 Oh Wait… I can’t logon to an o365 tenant server
Use the Force Oh Wait… I can’t logon to an o365 tenant server

15 Well Thanks for Coming! Just Kidding There’s More!

16 SPO Service Connect-PNP And a bunch of others
What tools do we have? SPO Service Connect-PNP And a bunch of others

17 PnP PowerShell SharePoint Patterns and Practices (PnP) contains a library of PowerShell commands (PnP PowerShell) that allows you to perform complex provisioning and artifact management actions towards SharePoint. The commands use CSOM and can work against both SharePoint Online as SharePoint On-Premises.

18 PnP VS SPO? PnP PowerShell Cmdlets contains additional parameters to each command, which is used to achieve more tasks when compared to equivalent SPO command.  PnP PowerShell Cmdlets  managed by Patterns and Practices team and it gets updated every month. Where as SPO cmdlets are windows PowerShell module to manage the SharePoint Online and this also get frequent updates. PnP PowerShell Cmdlets works in the context of the current user, where as SPO command runs with the Tenant Admin rights. PnP PowerShell Cmdlets connects to the Site Collection level, where as SPO has the commands to target Tenant level.

19 Context Switching Connect-PnPOnline -Url $siteAurl -Credentials $credentials $ctx = Get-PnPContext Get-PnPList # returns the lists from site specified with $siteAurl Connect-PnPOnline -Url $siteBurl -Credentials $credentials Get-PnPList # returns the lists from the site specified with $siteBurl Set-PnPContext -Context $ctx # switch back to site A Get-PnPList # returns the lists from site A

20 Demos:

21 Shameless Plug for Vlad

22 Resource Links


Download ppt "PowerShell + SharePoint Online – An Admins Guide to Administration in the O365 Cloud Marrell Sanders – Sr. SharePoint Administrator NACS Branson, MO."

Similar presentations


Ads by Google