202308s

Exchange Online Custom RBAC Role for AWS

Exchange Online Custom RBAC Role for AWS

Andres Bohren
Hi All, I’ve had an interesting Use Case some Weeks ago. The collegues from the AWS Cloud Team wanted to create a Mailenabled Security List for each Application they create. So they can inform the right People and i guess also assign permissions to these People. I expected, that this will be an easy task. Just a few Microsoft Graph Commands to create a Group and add Members. But i was very wrong.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24009.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24009.12000 released

Andres Bohren
Hi All, A few days ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24009.12000 PowerShell Module to the PowerShell Gallery Microsoft.Online.SharePoint.PowerShell Check the installed Version and what is available from the PowerShell Gallery Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Find-Module Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-Module Microsoft.Online.SharePoint.PowerShell Install-Module Microsoft.Online.SharePoint.PowerShell Get-InstalledModule Microsoft.Online.SharePoint.PowerShell List the Commands of the Module Get-Command -Module Microsoft.Online.SharePoint.PowerShell Connect to Sharepoint Online Connect-SPOService -Url https://icewolfch-admin.sharepoint.com Get some Settings
Azure Storage Explorer 1.31.1

Azure Storage Explorer 1.31.1

Andres Bohren
Hi All, Today i’ve seen the notification, that Azure Storage Explorer 1.31.1 has been released. In Fact i did miss the v1.31.0 that was released two weeks ago during my summer holydays. The Release notes can be found here August 2023 (Version 1.31.0) Version 1.31.1 Fixed Issues Installation Everything went smooth an now i am using Azure Storage Explorer 1.31.1 Regards Andres Bohren Azure Logo
Microsoft.Graph PowerShell Modules 2.4.0 released

Microsoft.Graph PowerShell Modules 2.4.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the Version 2.4.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.4.0 PowerShell Gallery Microsoft.Graph.Beta 2.4.0 Read more in the Release Notes Refreshes the SDK with the latest APIs Adds support for baseSitePage APIs and MTO APIs Updates welcome message to include getting started links Updates examples Fixes Get-MgTeamChannel by disambiguating /allChannels (Get-MgAllTeamChannel) command from /channels Show installed Versions and what’s available in PowerShell Gallery
Git for Windows 2.42.0

Git for Windows 2.42.0

Andres Bohren
Hi All, A few days ago git 2.42 has been released. Read the Blog post here: Highlights from Git 2.42 Git 2.42 Release Notes Let’s have a look at the installed version git -v to update use the command below (cmd must be started “As Administrator”) git update-git-for-windows Let’s check the git version after the update git -v Regards Andres Bohren vscode Logo
Use Managed Identity with Microsoft Teams on Azure Automation

Use Managed Identity with Microsoft Teams on Azure Automation

Andres Bohren
Hi All, Hopefully you already know, that the Run As Accounts in Azure Automation will retire by end of September 2023. Therefore you have to migrate to Managed Identitys. Azure Automation Run As accounts will retire on 30 September 2023 and completely move to Managed Identities. All runbook executions using RunAs accounts, including Classic Run As accounts wouldn’t be supported after this date. Starting 01 April 2023, the creation of new Run As accounts in Azure Automation will not be possible.
MicrosoftTeams PowerShell Module 5.5.1 Preview released

MicrosoftTeams PowerShell Module 5.5.1 Preview released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.5.1-Preview to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.5.1-preview Microsoft Teams PowerShell Release Notes Check what Version of the MicrosoftTeams PowerShell Module is installed and what is available in the PowerShell Gallery. Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams -AllowPreview Install the Preview and use the -Force parameter to install Side by Side with the Current Module Install-Module MicrosoftTeams -AllowPreview -Force Get-InstalledModule MicrosoftTeams -AllVersions Some basic testing
How Exchange Online DMARC Aggregate Reports Change the Game

How Exchange Online DMARC Aggregate Reports Change the Game

Andres Bohren
Hi All, Gain visibility with DMARC In the current digital era, email has become a crucial component of both our personal and professional lives. However, with the sophistication of cyber threats rising, it is more important than ever to ensure the security and legitimacy of email communications. This is where Domain-based Message Authentication, Reporting, and Conformance (DMARC) comes into play. The Mailservers of Recipients that support DMARC, provide feedback to domain owners about the use of their domains; this feedback can provide valuable insights about the use and abuse of your domains.
Get GroupMembers of nested Groups with PowerShell

Get GroupMembers of nested Groups with PowerShell

Andres Bohren
Hi All, I was recently tasked do figure out the GroupMembers of a nested Group. It looks somehow like this: DemoGroupA has three Members DemoGroupB (Group) Simple Contact (Contact) UserA (User) DemoGroupB has one Member Email Contact (Mail Contact) UserB (User) The Get-ADGroupMember noes not return the Contact Object. But you can get it with the Member Property Get-ADGroupMember -Identity DemoGroupA Get-ADGroup -Identity DemoGroupA -Property Members (Get-ADGroup -Identity DemoGroupA -Property Members).
PowerShellGet will be renamed to Microsoft.PowerShell.PSResourceGet

PowerShellGet will be renamed to Microsoft.PowerShell.PSResourceGet

Andres Bohren
Hi All, A few Months ago, Sydney Smith (Microsoft PowerShell PM) has announced that the PowerShellGet will be renamed to Microsoft.PowerShell.PSResourceGet PowerShellGet in PowerShell 7.4 Updates Version 3 previews of PowerShellGet will begin shipping in PowerShell 7.4 previews in June (preview 5) with the following updates. These changes include important plans to address migration and compatibility, and we would like to request feedback. The module name “PowerShellGet” for version 3 (-PSResource cmdlets) will change to “Microsoft.