SlideShare a Scribd company logo
The power of powershell in Office 365 - TechDays 2015
The Power of Powershell in
Office 365
Mike Platvoet
About me…
@mikeplatvoet mikep@delta-n.nl nl.linkedin.com/in/mikeplatvoet
1988
Kleine enquête…
• Wie gebruikt PowerShell?
• Wie gebruikt PowerShell met Office 365?
300
Getting Started
• PowerShell activeren bij Windows Features 
• Installeer de Sign In Assistant for IT professionals
RTW
• Installeer Azure Active Directory Module for Windows
PowerShell
Voor de ‘100’
Nog niet bekend met
Powershell? Gebruik de
Command Builder!
http://www.microsoft.com
/resources/TechNet/en-
us/Office/media/Windows
PowerShell/WindowsPo
werShellCommandBuilde
r.html
… (Nog) niet voor Exchange

Alles in 1 sessie!
1. Plaats de credentials in een variabele:
$O365Cred = Get-Credential <User>
2. Connect met je O365 services:
$O365Session = New-PSSession –ConfigurationName
Microsoft.Exchange …. –Credential $O365Cred
Import-PSSession $O365Session
$LyncSession = New-CSOnlineSession -Credential $O365Cred
Import-PSSession $LyncSession
Connect-MsolService –Credential $O365Cred
Connect-SpoService -Url <SPO URL> -Credential $O365Cred
… en vergeet niet af te sluiten als je klaar bent…
Get-PSSession | Remove-PSSession
$profile
• De autoexec.bat voor Powershell
• Locatie: %UserProfile%DocumentsWindowsPowerShellMicrosoft.PowerShell_profile.ps1
Dir $profile
Tip: Gebruik $profile om te verbinden met Office 365
Tip: Gebruik $profile om een standaard folder op je PC in te
stellen
Demo
Verbinden met O365 via $profile
200: Gebruikers automatisch
aanmaken en verwijderen
• Handig voor grote organisaties en scholen met veel
veranderingen in gebruikerspopulatie
• Gebruik een .CSV bestand met (minimaal) een email
adres kolom
• Kan worden gescheduled om periodiek te draaien
• … of triggeren vanuit een andere bron (database, XML
etc.)
Demo
Autoprovision and deprovision users
Meerdere Adres Lijsten
• Nuttig voor grotere organisaties en
onderwijsinstellingen
• Gebaseerd op distributie Groep(en)
• Kan alleen via Powershell worden ingericht
• Prerequisite: Beveiligingsrol (en toewijzing) voor
Addres Lijsten.
Demo
Meerdere adreslijsten
Download de voorbeeld scripts
Ga naar http://1drv.ms/1ArhPO3
300
Bezoek de Delta-N stand op
de begane grond en ontvang
een vlieger!
Your feedback is important!
Scan the QR Code and let us know via the TechDays App.
Laat ons weten wat u van de sessie vindt via de TechDays App!
Scan the QR Code.
Bent u al lid van de Microsot Virtual Academy?! Op MVA kunt u altijd iets
nieuws leren over de laatste technologie van Microsoft. Meld u vandaag aan
op de MVA Stand. MVA biedt 7/24 gratis online training on-demand voor IT-
Professionals en Ontwikkelaars.
About Delta-N
Microsoft Partner
Delta-N BV Volg ons:
Laan van Waalhaven 450 Twitter: https://twitter.com/DeltaNBV
2497 GR Den Haag Facebook: www.facebook.com/pages/Delta-N-BV
085 – 487 52 00 Blogs: www.delta-n.nl/blogs-medewerkers
info@delta-n.nl Linkedin: www.linkedin.com/company/delta-n
www.delta-n.nl Slideshare: www.slideshare.net/deltanbv
The power of powershell in Office 365 - TechDays 2015
The power of powershell in Office 365 - TechDays 2015

More Related Content

PPTX
SharePoint: nieuwe mogelijkheden en best practices
PPT
Flex In De Praktijk
PDF
Webinar VSTS migratie
PDF
De gevaren van WordPress plugins
PPT
3 software architectuur
PDF
IT- Presentatie.Net 2011 05
PDF
Azure DevOps Update Juni 2025: news en best practices
PDF
Techorama Event Based Architecture Chris van Zadel.pdf
SharePoint: nieuwe mogelijkheden en best practices
Flex In De Praktijk
Webinar VSTS migratie
De gevaren van WordPress plugins
3 software architectuur
IT- Presentatie.Net 2011 05
Azure DevOps Update Juni 2025: news en best practices
Techorama Event Based Architecture Chris van Zadel.pdf

More from Delta-N (20)

PDF
Webinar Azure DevOps Update Slides mei 2024.pdf
PDF
Azure DevOps Update: nieuws en best practices - februari 2024.pdf
PDF
Webinar overstap van DevOps naar GitHub.pdf
PDF
Techorama Healthcare & AI Roderick Schoon2.pdf
PDF
Nieuw in Azure DevOps.pdf
PDF
Webinar Github Workitem management.pdf
PDF
Webinar Microsoft Teams Phone - december 2022
PPTX
Webinar Praktische stappen om je release frequentie te verhogen
PPTX
Webinar - Digitaal Samenwerken op een hybride manier.pptx
PPTX
Microsoft 365 journaal November 2022
PDF
Practical steps to increase deployment frequency
PPTX
Nieuw In Azure DevOps webinar - 7-10-2022.pptx
PPTX
Webinars TOPdesk - AzureDevOps UK.pptx
PPTX
Microsoft 365 journaal juni 2022.pptx
PDF
Webinar product backlog management.pdf
PPTX
Starten met Azure 20 mei 2022.pptx
PDF
Nieuw in Azure DevOps - 8 april 2022pdf
PDF
TOPdesk - Azure DevOps webinar maart2022.pdf
PDF
Microsoft 365 journaal december 2021
PPTX
Webinar Nieuw in Azure DevOps juli 2021
Webinar Azure DevOps Update Slides mei 2024.pdf
Azure DevOps Update: nieuws en best practices - februari 2024.pdf
Webinar overstap van DevOps naar GitHub.pdf
Techorama Healthcare & AI Roderick Schoon2.pdf
Nieuw in Azure DevOps.pdf
Webinar Github Workitem management.pdf
Webinar Microsoft Teams Phone - december 2022
Webinar Praktische stappen om je release frequentie te verhogen
Webinar - Digitaal Samenwerken op een hybride manier.pptx
Microsoft 365 journaal November 2022
Practical steps to increase deployment frequency
Nieuw In Azure DevOps webinar - 7-10-2022.pptx
Webinars TOPdesk - AzureDevOps UK.pptx
Microsoft 365 journaal juni 2022.pptx
Webinar product backlog management.pdf
Starten met Azure 20 mei 2022.pptx
Nieuw in Azure DevOps - 8 april 2022pdf
TOPdesk - Azure DevOps webinar maart2022.pdf
Microsoft 365 journaal december 2021
Webinar Nieuw in Azure DevOps juli 2021
Ad

The power of powershell in Office 365 - TechDays 2015

  • 2. The Power of Powershell in Office 365 Mike Platvoet
  • 3. About me… @mikeplatvoet mikep@delta-n.nl nl.linkedin.com/in/mikeplatvoet
  • 5. Kleine enquête… • Wie gebruikt PowerShell? • Wie gebruikt PowerShell met Office 365?
  • 6. 300
  • 7. Getting Started • PowerShell activeren bij Windows Features  • Installeer de Sign In Assistant for IT professionals RTW • Installeer Azure Active Directory Module for Windows PowerShell
  • 8. Voor de ‘100’ Nog niet bekend met Powershell? Gebruik de Command Builder! http://www.microsoft.com /resources/TechNet/en- us/Office/media/Windows PowerShell/WindowsPo werShellCommandBuilde r.html … (Nog) niet voor Exchange 
  • 9. Alles in 1 sessie! 1. Plaats de credentials in een variabele: $O365Cred = Get-Credential <User> 2. Connect met je O365 services: $O365Session = New-PSSession –ConfigurationName Microsoft.Exchange …. –Credential $O365Cred Import-PSSession $O365Session $LyncSession = New-CSOnlineSession -Credential $O365Cred Import-PSSession $LyncSession Connect-MsolService –Credential $O365Cred Connect-SpoService -Url <SPO URL> -Credential $O365Cred
  • 10. … en vergeet niet af te sluiten als je klaar bent… Get-PSSession | Remove-PSSession
  • 11. $profile • De autoexec.bat voor Powershell • Locatie: %UserProfile%DocumentsWindowsPowerShellMicrosoft.PowerShell_profile.ps1 Dir $profile Tip: Gebruik $profile om te verbinden met Office 365 Tip: Gebruik $profile om een standaard folder op je PC in te stellen
  • 12. Demo Verbinden met O365 via $profile
  • 13. 200: Gebruikers automatisch aanmaken en verwijderen • Handig voor grote organisaties en scholen met veel veranderingen in gebruikerspopulatie • Gebruik een .CSV bestand met (minimaal) een email adres kolom • Kan worden gescheduled om periodiek te draaien • … of triggeren vanuit een andere bron (database, XML etc.)
  • 15. Meerdere Adres Lijsten • Nuttig voor grotere organisaties en onderwijsinstellingen • Gebaseerd op distributie Groep(en) • Kan alleen via Powershell worden ingericht • Prerequisite: Beveiligingsrol (en toewijzing) voor Addres Lijsten.
  • 17. Download de voorbeeld scripts Ga naar http://1drv.ms/1ArhPO3
  • 18. 300
  • 19. Bezoek de Delta-N stand op de begane grond en ontvang een vlieger!
  • 20. Your feedback is important! Scan the QR Code and let us know via the TechDays App. Laat ons weten wat u van de sessie vindt via de TechDays App! Scan the QR Code. Bent u al lid van de Microsot Virtual Academy?! Op MVA kunt u altijd iets nieuws leren over de laatste technologie van Microsoft. Meld u vandaag aan op de MVA Stand. MVA biedt 7/24 gratis online training on-demand voor IT- Professionals en Ontwikkelaars.
  • 21. About Delta-N Microsoft Partner Delta-N BV Volg ons: Laan van Waalhaven 450 Twitter: https://twitter.com/DeltaNBV 2497 GR Den Haag Facebook: www.facebook.com/pages/Delta-N-BV 085 – 487 52 00 Blogs: www.delta-n.nl/blogs-medewerkers info@delta-n.nl Linkedin: www.linkedin.com/company/delta-n www.delta-n.nl Slideshare: www.slideshare.net/deltanbv