Forum Discussion
Lexandrul
May 13, 2019Copper Contributor
Working with tenants in Powershell
Hello, I want to start learning Powershell for Office 365,i have 2 questions... 1. How do you go about working within different tenants in powershell? Can you log into that tenant as an ad...
- May 13, 2019Hi Lexandrul
1.) You can log into multiple Office 365 Tenants with Powershell. For the full functionality you would need a set of Global Admin credentials of each tenant.
2.) Here are some resources for you
There should be lots of resources online including Books, Videos and Articles. There are courses on Pluralsight, YouTube, LinkedIn Learning, GitHub and others
https://github.com/PowerShell/PowerShell/tree/master/docs/learning-powershell
https://absolute-sharepoint.com/2018/03/resources-to-learn-powershell-for-office-365.html
https://www.pluralsight.com/courses/powershell-office-365
https://docs.microsoft.com/en-us/office365/enterprise/powershell/getting-started-with-office-365-powershell
https://www.linkedin.com/learning/microsoft-office-365-deployment/configure-powershell-for-office-365
https://blog.udemy.com/powershell-tutorial/
Unfortunately, there is no certification in Powershell (many argue there should be), so it is a case of working with the existing materials out there.
Would also recommend user groups such as Powershell UG
https://twitter.com/powershell_ug
And Powershell.org
https://powershell.org/summit/
You would also find other user conferences around such as https://psday.uk/
Hope that helps to answer your questions!
Best, Chris
May 13, 2019
Hi Lexandrul
1.) You can log into multiple Office 365 Tenants with Powershell. For the full functionality you would need a set of Global Admin credentials of each tenant.
2.) Here are some resources for you
There should be lots of resources online including Books, Videos and Articles. There are courses on Pluralsight, YouTube, LinkedIn Learning, GitHub and others
https://github.com/PowerShell/PowerShell/tree/master/docs/learning-powershell
https://absolute-sharepoint.com/2018/03/resources-to-learn-powershell-for-office-365.html
https://www.pluralsight.com/courses/powershell-office-365
https://docs.microsoft.com/en-us/office365/enterprise/powershell/getting-started-with-office-365-powershell
https://www.linkedin.com/learning/microsoft-office-365-deployment/configure-powershell-for-office-365
https://blog.udemy.com/powershell-tutorial/
Unfortunately, there is no certification in Powershell (many argue there should be), so it is a case of working with the existing materials out there.
Would also recommend user groups such as Powershell UG
https://twitter.com/powershell_ug
And Powershell.org
https://powershell.org/summit/
You would also find other user conferences around such as https://psday.uk/
Hope that helps to answer your questions!
Best, Chris
1.) You can log into multiple Office 365 Tenants with Powershell. For the full functionality you would need a set of Global Admin credentials of each tenant.
2.) Here are some resources for you
There should be lots of resources online including Books, Videos and Articles. There are courses on Pluralsight, YouTube, LinkedIn Learning, GitHub and others
https://github.com/PowerShell/PowerShell/tree/master/docs/learning-powershell
https://absolute-sharepoint.com/2018/03/resources-to-learn-powershell-for-office-365.html
https://www.pluralsight.com/courses/powershell-office-365
https://docs.microsoft.com/en-us/office365/enterprise/powershell/getting-started-with-office-365-powershell
https://www.linkedin.com/learning/microsoft-office-365-deployment/configure-powershell-for-office-365
https://blog.udemy.com/powershell-tutorial/
Unfortunately, there is no certification in Powershell (many argue there should be), so it is a case of working with the existing materials out there.
Would also recommend user groups such as Powershell UG
https://twitter.com/powershell_ug
And Powershell.org
https://powershell.org/summit/
You would also find other user conferences around such as https://psday.uk/
Hope that helps to answer your questions!
Best, Chris
- LexandrulMay 13, 2019Copper Contributor
ChrisHoardMVPExcellent response! Thank you for your time! il be busy for a while.