Hi All, Just a few Hours ago, Microsoft has release a new Version of the AIPService PowerShell Module to the PowerShell Gallery.
AIPService 2.0.0.3
https://www.powershellgallery.com/packages/AIPService/2.0.0.3 AIPService on Microsoft Learn
https://learn.microsoft.com/en-us/powershell/module/aipservice/?view=azureipps
Let's check the installed Version and what's available on the PowerShell GalleryGet-InstalledModule AIPService
Find-Module AIPService
Uninstall the old PowerShell Module and install the newest one
Uninstall-Module AIPService Install-Module AIPService Get-Installed Module AIPService
Hi All, Yesterday Microsoft has released a new Version of Microsoft.Graph PowerShell Modules to the PowerShell Gallery. Microsoft.Graph 1.27.0
https://www.powershellgallery.com/packages/Microsoft.Graph/1.27.0
Release Notes
https://github.com/microsoftgraph/msgraph-sdk-powershell/releases
Let's check the installed Version and what's available on the PowerShell GalleryGet-InstalledModule Microsoft.Graph
Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script.
Hi All, Just a few Hours ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery. Az 9.7.0
https://www.powershellgallery.com/packages/AZ/9.7.0
AZ Release Notes
https://github.com/Azure/azure-powershell/releases/tag/v9.7.0-May2023
Show Installed AZ Module and what's available in the PowerShell Gallery
Get-InstalledModule AZ
Find-Module AZ #Run Script directly from GitHub$ScriptFromGitHub = Invoke-WebRequest "
Hi All, You might already know, that i am a big Fan of Defender for Office 365 Advanced Hunting. It's easy and fast to analyze the last 30 Days of your Messaging Logs.
Defender for Office 365 Advanced Hunting
https://blog.icewolf.ch/archive/2021/08/23/defender-for-office-365-advanced-hunting.aspx I've published some of the KQL Querys in my GitHub Rpo
https://github.com/BohrenAn/GitHub_PowerShellScripts/blob/main/ExchangeOnline/EOPAdvancedHunting/AdvancedHunting.kql You can find Advanced Hunting it in de Microsoft 365 Defender Portal
Hi All, Yesterday Microsoft has released a new Version of Microsoft.Graph PowerShell Modules to the PowerShell Gallery. Microsoft.Graph 1.26.0
https://www.powershellgallery.com/packages/Microsoft.Graph/1.26.0
Microsoft Graph PowerShell Release Notes
https://github.com/microsoftgraph/msgraph-sdk-powershell/releases
Let's check the installed Version and what's available on the PowerShell GalleryGet-InstalledModule Microsoft.Graph
Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script.
Hi All, Today Microsoft has released the Version 5.1.1-Preview of the MicrosoftTeams PowerShell Module to PowerShell Gallery.
MicrosoftTeams 5.1.1-preview
https://www.powershellgallery.com/packages/MicrosoftTeams/5.1.1-preview
The official Link for the Release Notes is not yet up to date
https://learn.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes
Check installed Module and what's available in the PowerShell Gallery
Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams -AllowPrerelease
I'll install the Prerelease Module Side by Side with the current Module therefore i need to use the -Force Parameter Install-Module MicrosoftTeams -AllowPrerelease -Force Get-InstalledModule MicrosoftTeams -AllVersions
Hi All, Today i've seen that there is a new PowerShell 7 Version available. Time to Upgrade!
v7.3.4 Release of PowerShell
https://github.com/PowerShell/PowerShell/releases/tag/v7.3.4
I have downloaded the x64 *.msi and these are the Screenshots from the Installation. I always enable "Enable PowerShell remoting" which is not enabled by default. Use this command to check the Versiondetails
Hi All, A long awaited Feature has become to Teams Preview (Early Access). Now Authorized Users of a Call Queue or Auto Attendand can change Greetings and Anoucements. Not quite there where the "CsResponseGroupManager" from Skype for Business but a big improvement anyway
https://learn.microsoft.com/en-us/skypeforbusiness/deploy/deploy-enterprise-voice/deployment-process-for-response-group In my Opinion still missing is: add / remove Members to a Call Queue (The Manager should be able to add new Teammenbers himself)
Hi All, Just a few Hours ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery. Az 9.6.0
https://www.powershellgallery.com/packages/AZ/9.6.0
Change Log
https://github.com/Azure/azure-powershell/blob/main/ChangeLog.md
Show Installed AZ Module and what's available in the PowerShell Gallery
Get-InstalledModule AZ
Find-Module AZ #Run Script directly from GitHub$ScriptFromGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/BohrenAn/GitHub_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1"Invoke-Expression $($ScriptFromGitHub.
Hi All, Just a few Hours ago, a new Version of PnP.PowerShell has been released to the PowerShell Gallery. There has been a bump to Version 2 since the last Version 1.12 in November 2022.
PnP.PowerShell 2.1.1
https://www.powershellgallery.com/packages/PnP.PowerShell/2.1.1 Release Notes
https://github.com/pnp/powershell/releases
To check what version is installed and what's available from the PowerShell Gallery use the following Commands Get-InstalledModule PnP.