Setup: Microsoft Active Directory DNS Problem: You want to update some DNS records via PowerShell as part of a script, useful for failover situations. Solution: Use the following PowerShell script
Monthly Archives: April 2021
Disable welcome message when new member is added to O365 group
Setup: O365 tenant Problem: Whenever a user is added to a O365 group the user will receive a standard notification. There are case when you do not want to send this message. Solution: Prerequsite : Microsoft.Exchange.Management.ExoPowershellModule Run the following PowerShell commands:
Export a list with all videos from Microsoft Stream
Setup: Tenant in O365 with Stream Problem: How to export a list with all the videos from Microsoft Stream into a CSV. Microsoft does not provide an API for this. Solution: Fort this task you need to use a combination of tools: PowerShell and Chrome. Step1. Load in Chrome the Stream admin https://web.microsoftstream.com/admin?view=Administrators . Inspect […]