+ All Categories
Home > Engineering > aOS canadian tour Toronto - Tame your Office 365

aOS canadian tour Toronto - Tame your Office 365

Date post: 12-Apr-2017
Category:
Upload: ruelle-joelle
View: 61 times
Download: 1 times
Share this document with a friend
24
aOS 2017 Canadian Tour Fueled by Quebec Montreal Ottawa Toronto February 6 February 7 February 8 February 10
Transcript
Page 1: aOS canadian tour Toronto - Tame your Office 365

aOS 2017Canadian Tour

Fueled by

QuebecMontrealOttawaToronto

February 6February 7 February 8February 10

Page 2: aOS canadian tour Toronto - Tame your Office 365

Tame yourOffice 365

A session Office 365, PowerShell, SharePoint and Power BI demos !

Joëlle Ruelle

Office 365 Consultant

Page 3: aOS canadian tour Toronto - Tame your Office 365

Thank you !

Page 4: aOS canadian tour Toronto - Tame your Office 365

Who am I ?

Montpellier smartview.fr

@RuelleJoelle [email protected]

Page 5: aOS canadian tour Toronto - Tame your Office 365

On today's agenda

PowerShell & Office 365:All you need to know

PowerShell & SharePoint DevOps

Démos and again démos !

Page 6: aOS canadian tour Toronto - Tame your Office 365

Manage Office 365

Office 365 Management

APIs

PowerShellfor Office 365

Office 365

Admin

Center

Office 365

Admin App

Develop.Manage Office 365.

Example: reporting and audit.

Automate and personalize.Save effort and time.Example: provisioning

« Ready to use » solution.Simple but expandable.

Example : license management.

« On the go » solution.Perform routine admin tasks.

Example: reset password.

Page 7: aOS canadian tour Toronto - Tame your Office 365

Provisioning.Manage all server

products.

Display additional informations not visible from the admin center.

Acces features that we can only

configure using Office 365

powershell.

Make bulk operations and data

migrations.

Extract and save data easily.

The power of the Office 365 and PowerShell duo

Page 8: aOS canadian tour Toronto - Tame your Office 365

Set of samples, scenarios and guides…

A little boost

http://powershell.office.com/

Page 9: aOS canadian tour Toronto - Tame your Office 365

Toolbox

An tenant

Administrator privileges on our tenant (or our farm)

Administrator privileges on machine

Install modules

MS Online Services Sign-in Assistant

Azure Active Directory

SharePoint Online

Skype for Business Online

© Gokan Ozcifci

Page 10: aOS canadian tour Toronto - Tame your Office 365
Page 11: aOS canadian tour Toronto - Tame your Office 365

Office 365 services$Session =New-PSSession -ConfigurationNameMicrosoft.Exchange -ConnectionUrihttps://outlook.office365.com/powershell-liveid/-Credential $credential-Authentication Basic -AllowRedirection

Import-PSSession $Session -AllowClobber

Import-Module Microsoft.Online.Sharepoint.PowerShellConnect-SPOService -Url https://tenant-admin.sharepoint.com/ -Credential $c

Import-Module LyncOnlineConnector$session =New-CsOnlineSession -Credential $credential

Import-PSSession $session -AllowClobber

Module Azure Active Directory (MSOnline)

© Etienne Bailly

Page 12: aOS canadian tour Toronto - Tame your Office 365
Page 13: aOS canadian tour Toronto - Tame your Office 365

Analyze to optimize

Detectingmisuse.

Measureadoption.

Betterallocate

resources.To secure.

Page 14: aOS canadian tour Toronto - Tame your Office 365

https://github.com/DevScope/powerbi-powershell-modules

A little boost

Page 15: aOS canadian tour Toronto - Tame your Office 365

Toolbox

An tenant

Administrator privileges

An Authentication Token

PowerBIPS modules

Create script

Import modules

Create DataSet

Add data in

Page 16: aOS canadian tour Toronto - Tame your Office 365
Page 17: aOS canadian tour Toronto - Tame your Office 365

Tame SharePoint Online

With the SharePoint

Online module.

With the SharePoint Client side

Object Model (CSOM).

With the OfficeDev PnP

PowerShell commands.

With the SharePoint REST APIs.

With the classical

development solutions.

Page 18: aOS canadian tour Toronto - Tame your Office 365

Tip and Trick: Organize your scripts

Project deployment Folder

Application Files Folder

Launcher

Page 19: aOS canadian tour Toronto - Tame your Office 365

Tip and Trick: Think SharePoint

SPSite

SPWeb

SPList

SPListItem

Page 20: aOS canadian tour Toronto - Tame your Office 365

964

33

SharePoint On-Prem

SharePoint Online

THE GAP WIDENS BETWEEN SP ONLINE AND ON-PREM

Number of available CmdLets

The CmdLets

Page 21: aOS canadian tour Toronto - Tame your Office 365

Go further: SharePoint / Office 365 Dev PnP PowerShell CmdLets

Page 22: aOS canadian tour Toronto - Tame your Office 365

Where can we find OfficeDevPnp?

Page 23: aOS canadian tour Toronto - Tame your Office 365
Page 24: aOS canadian tour Toronto - Tame your Office 365

Recommended