Hi All,
A few hours ago, Microsoft has released the ExchangeOnlineManagement 3.9.0 PowerShell Module. I don’t know what magic they used, but it was not there yesterday.
PowerShell Gallery ExchangeOnlineManagement 3.9.0 v3.9.0:
Introduce -EnableSearchOnlySession switch in Connect-IPPSSession cmdlet, which enables certain eDiscovery and related cmdlets that connect to other M365 services I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery.
Hi All,
A few Hors ago, Microsoft has released the Version 2.30.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.30.0 PowerShell Gallery Microsoft.Graph.Beta 2.30.0 Release Notes
[v2] Manually update openApi docs [v2] Examples Update [v2] TokenLifetimePolicies are now referenceable through ServicePrinciples I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser Get-InstalledPSResource -Name Microsoft.
Hi All,
A day ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.3.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 7.3.0 Read more details in the Release Notes
Adds Notify parameter to [Set|Remove]-CsPhoneNumberAssignment cmdlets. Releases [New|Set|Remove|Get|Grant]-CsTeamsPersonalAttendantPolicy cmdlets. Adds OCDIRedirect parameter to [Set|Remove]-CsTeamsUpdateManagementPolicy. Adds AppName output attribute to Get-M365TeamsApp and Get-AllM365TeamsApps cmdlets. Contains a new implementation of [Get|Set]-CsTeamsAcsFederationConfiguration. Functionality remains the same as previous implementation. Adds HideBannerForAllowedAcsUsers and LabelForAllowedAcsUsers parameters to Set-CsTeamsAcsFederationConfiguration cmdlet.
Hi All,
I have already written a few Articles about Entra Verified ID
Microsoft Entra Verified ID Verified ID Advanced Setup Entra Verifiable credentials Admin API with PowerShell Overview Today we want to dig deeper into Face Check.
Prerequisits:
Microsoft Entra Verified ID setup completed before using Face Check Azure Subscription / Resource Group User that sets up Face Check has Contributor role for the Azure subscription / Resource Group Costs:
Hi All,
Just a few days ago, my fellow PowerShell MVP Fabien Tschanz has released the first Versions of PS2EXE.Core to the PowerShell Gallery.
PowerShell Gallery PS2EXE.Core The Project is hosted in GitHub - feel free to participate and improve this young Project.
Find Module in PowerShell Gallery and install it
Find-PSResource -Name PS2EXE.Core Install-PSResource -Name PS2EXE.Core -Scope CurrentUser List Commands of the Module
Get-Command -Module PS2EXE.Core I’ve created a very simple PowerShell Script
Hi All,
Recently a collegue at work made me aware of the following Article, that describes how you can prevent Guest Users to M365/Teams. You can configure that on Tenant Level or on individual M365 Group Level.
Prevent guests from being added to a specific Microsoft 365 group or Microsoft Teams team Group Settings PowerShell Let’s check out these Settings with PowerShell
############################################################################### # Connect Microsoft Graph ############################################################################### Connect-MgGraph -Scopes GroupSettings.
Hi All,
Just a few hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 14.3.0 GitHub Release Notes Az There are a number of changes described here
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name AZ -Scope CurrentUser Find-PSResource -Name AZ Uninstall the old Modules
Hi All,
Just a few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26309.12000 PowerShell Module.
PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource -Name Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module
Uninstall-PSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
A few days ago, Microsoft has released the ExchangeOnlineManagement 3.9.0-Preview1 PowerShell Module.
PowerShell Gallery ExchangeOnlineManagement 3.9.0-Preview1 v3.9.0-Preview1:
Introduce -EnableSearchOnlySession switch in Connect-IPPSSession cmdlet, which enables certain eDiscovery and related cmdlets that connect to other M365 services I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery. You need to use the -Prerelease Parameter to show Preview Versions of a Module
Hi All,
I’ve found an Issue in my Get-Mailprotection Script and fixed it. The updated Version has been released.
PowerShell Gallery Get-Mailprotection 1.17 Release Notes 1.17
Fixed Bug Autodiscover A Record I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name Get-Mailprotection -Scope CurrentUser Find-PSResource -Name Get-Mailprotection Uninstall old Version and install new Version
Uninstall-PSResource -Name Get-Mailprotection -Scope CurrentUser Install-PSResource -Name Get-Mailprotection -Scope CurrentUser Get-InstalledPSResource -Name Get-Mailprotection -Scope CurrentUser Use the Script