Download presentation
Presentation is loading. Please wait.
Published byChristina Strickland Modified over 9 years ago
1
Office 365: SharePoint Online 31 May 2014
2
2 | SharePoint Saturday Calgary – 31 MAY 2014 About Me – Jason Kaczor jason@kaczor.ca http://jason.kaczor.ca +1(403)827-7276
3
3 | SharePoint Saturday Calgary – 31 MAY 2014 Session Agenda
6
6 | SharePoint Saturday Calgary – 31 MAY 2014 High-level Office 365 Architecture Customer Premises AD MS Online Directory Sync Lync Online Lync Online SharePoint Online SharePoint Online Exchange Online Exchange Online Active Directory Federation Server 2.0 Trust IdP
7
7 | SharePoint Saturday Calgary – 31 MAY 2014 SharePoint Online Administration Customer Does Governance Site Collection Admin Site Admin User Profiles Apps, Extensibility Microsoft Does Server Admin SQL Admin Central Admin External Access Backup, Restore
9
SPO PowerShell Tooling Client/Desktop Operating System Windows Server 2012, Windows Server 2008 R2 SP1, Windows 8, Windows 7 SP1 Client/Desktop Operating System Windows Server 2012, Windows Server 2008 R2 SP1, Windows 8, Windows 7 SP1 Microsoft Online Services Sign-in Assistant for IT Professionals RTW Microsoft Online Services Sign-in Assistant for IT Professionals RTW All Latest OS Updates Windows Azure AD Module for Windows PowerShell 32-bit Windows Azure AD Module for Windows PowerShell 32-bit SharePoint Online Management Shell SharePoint Online Management Shell Windows Azure AD Module for Windows PowerShell 64-bit Windows Azure AD Module for Windows PowerShell 64-bit
10
10 | SharePoint Saturday Calgary – 31 MAY 2014 SPO PowerShell Configuration
11
11 | SharePoint Saturday Calgary – 31 MAY 2014 SPO PowerShell ISE Configuration
13
13 | SharePoint Saturday Calgary – 31 MAY 2014 Connecting to SPO Connect-SPOService –Url https://mytenant-admin.sharepoint.com –Credential admin@mytenant.onmicrosoft.com
14
14 | SharePoint Saturday Calgary – 31 MAY 2014 Available SPO commands
15
15 | SharePoint Saturday Calgary – 31 MAY 2014 Available SPO commands
17
17 | SharePoint Saturday Calgary – 31 MAY 2014 Working with Site Collections Get-SPOSite Get-SPOSite -Detailed Get-SPOSite –Identity https://mytenant.sharepoint.com Get-SPOSite –Filter {Url -like “*term*}
18
18 | SharePoint Saturday Calgary – 31 MAY 2014 Creating new Site Collections New-SPOSite -Url https://mytenant.sharepoint.com/sites/mynewsite -Owner user@domain.com -StorageQuota 1000 -Title "My new site collection“ –Template STS#0
19
19 | SharePoint Saturday Calgary – 31 MAY 2014 Deleting Site Collections Remove-SPOSite –Identity http://mytenant.sharepoint.com/sites/sitename - NoWait
20
20 | SharePoint Saturday Calgary – 31 MAY 2014 Restoring Site Collections Restore-SPODeletedSite –Identity http://mytenant.sharepoint.com/sites/sitename -NoWait
21
21 | SharePoint Saturday Calgary – 31 MAY 2014 Modifying Site Collections Set-SPOSite –Identity http://mytenant.sharepoint.com/sites/sitename -NoWait
22
22 | SharePoint Saturday Calgary – 31 MAY 2014 Upgrading Site Collections Test-SPOSite -Identity http://mytenant.sharepoint.com/sites/sitename Upgrade-SPOSite -Identity http://mytenant.sharepoint.com/sites/sitename -V2VUpgrade
23
23 | SharePoint Saturday Calgary – 31 MAY 2014 Working with Users Get-SPOUser -Site https://mytenant.sharepoint.com -LoginName user@domain.com Add-SPOUser -Site https://mytenant.sharepoint.com -LoginName user@domain.com -Group "Team Site Members“
24
24 | SharePoint Saturday Calgary – 31 MAY 2014 Working with External Users $user = Get-SPOExternalUser -Filter user@domain.com Remove-SPOExternalUser -UniqueIDs @($user.UniqueId)
25
25 | SharePoint Saturday Calgary – 31 MAY 2014 Logs
28
28 | SharePoint Saturday Calgary – 31 MAY 2014 Missing functionality…
30
30 | SharePoint Saturday Calgary – 31 MAY 2014 Extensions – Gary LaPointe
31
31 | SharePoint Saturday Calgary – 31 MAY 2014 Extensions – SPO Automation
32
32 | SharePoint Saturday Calgary – 31 MAY 2014 Resources
33
{Something to say?}
34
34 | SharePoint Saturday Calgary – 31 MAY 2014 Thanks to Our Sponsors
35
35 | SharePoint Saturday Calgary – 31 MAY 2014 Special Thanks
36
36 | SharePoint Saturday Calgary – 31 MAY 2014 Housekeeping
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.