Hi All, Microsoft has released the Version 2.0.19 of the MSIdentityTools PowerShell Module.
MSIdentityTools 2.0.19
https://www.powershellgallery.com/packages/MSIdentityTools/2.0.19
Check installed PowerShell Module Version and what is available in the PowerShell Gallery (Needs to run "As Administrator")
Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall the old PowerShell Module and install the new one
Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools I would recommend to use PowerShell 7 with this Module
Connect-MgGraph -Scopes Application.Read.All Get-MsIdApplicationIdByAppId -AppId b1fe3302-d057-4fe3-84ac-c507ecdb6d0d
Hi All, Microsoft PowerToys Release v0.62.0
https://github.com/microsoft/PowerToys/releases/tag/v0.62.0
New is the "Screen Ruler" where you can measure the Pixels
Regards Andres Bohren
Hi All, A few days ago, Microsoft has released a new Version of the Microsoft Azure Information Protection labeling client.
Microsoft Azure Information Protection 2.14.90.0
https://www.microsoft.com/en-us/download/details.aspx?id=53018
After the Restart of Outlook i had to sign in to Microsoft Azure Information Protection (AIP)
A new version of Azure Information Protection Viewer is also installed
Regards Andres Bohren
Hi All, Recently i came across an interessting Project. Now i had some Time to check it out.
Microsoft Azure AD Assessment
https://github.com/AzureAD/AzureADAssessment ## Install Module
Install-Module AzureADAssessment
## Authenticate using a Global Admin or Global Reader account.
Connect-AADAssessment
## Export data to "C:\AzureADAssessment" into a single output package.
Invoke-AADAssessmentDataCollection
It's important to say, that you have to use PowerShell 7. Seems to be that you need to have an Azure Active Directory P2 License to gather all the Logs.
Hi All, I've seen some Posts about the new Microsoft Authenticator settings in AzureAD. Here is how you get there. Go to the Azure Active Directory Portal https://aad.portal.azure.com and select "Security"
On the Security Page open "Authentication methods"
On Authentication methods select "Microsoft Authenticator"
On Microsoft Authenticator Settings select "Configure"
Here you can change some settings that are already available quite for a while, but now you have a GUI to it.
Hi All, A few hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 4.7.0 as GA (Generally Available) in the PowerShell Gallery.
MicrosoftTeams 4.7.0
https://www.powershellgallery.com/packages/MicrosoftTeams/4.7.0 Release Notes
https://docs.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes Find the PowerShell Module in the PowerShell Gallery and install it
Find-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Uninstall the old Module and install the new Module Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Testing Connect-MicrosoftTeams Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* Regards Andres Bohren
Hi All,
As anounced the Microsoft common attachment filter has been updated with 53 default File Extensions and 219 File Extensions that can be selected. That’s a huge improvement to what was available end of last Year.
Exchange Online Protection Common Attachment Filter Update Anti-malware protection in EOP I want to remind you - it’s your responsability to define the Policy. Be aware that blocking *.bin Files can cause unintended affects
Hi All,
A few hours ago, Microsoft has released a new version of the Microsoft.Online.SharePoint.PowerShell Module.
Microsoft.Online.SharePoint.PowerShell 16.0.22810.12000 Check the installed Version and what is available on PowerShell Gallery
Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Find-Module Microsoft.Online.SharePoint.PowerShell Uninstall the old PowerShell Module and install the new one
Uninstall-Module Microsoft.Online.SharePoint.PowerShell Install-Module Microsoft.Online.SharePoint.PowerShell Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Connect to Sharepoint Online
Connect-SPOService -Url https://icewolfch-admin.sharepoint.com List the SharePoint Online tenant settings
Get-SPOTenant | fl Regards
Andres Bohren
Hi All,
Switch the Swiss Registrar for .ch and .li Domains has published the Domains on a Open Data Policy.
You can download the top 1'000 Domains or use a Zone Transfer
[Switch Open Data]](https://www.switch.ch/open-data/#tab-c5442a19-67cf-11e8-9cf6-5254009dc73c-3) You need to create the TSIG Key
# filename ch_zonedata.key key tsig-zonedata-ch-public-21-01 { algorithm hmac-sha512; secret "stZwEGApYumtXkh73qMLPqfbIDozWKZLkqRvcjKSpRnsor6A6MxixRL6C2HeSVBQNfMW4wer+qjS0ZSfiWiJ3Q=="; }; then use dig to initiate the Zone Transfer
dig -k ch_zonedata.key @zonedata.switch.ch +noall +answer +noidnout +onesoa AXFR ch.
Hi All,
On beginning of August, Microsoft had released AAD Connect 2.1.16.0.
I was exited, because that is the first 2.x version that did support “auto-upgrade”
Azure AD Connect: Version release history
Microsoft Azure Active Directory Connect Download
I’ve checked the Version of AAD Connect on the Server with Powershell
Import-Module ADSync (Get-Item "C:\Program Files\Microsoft Azure AD Sync\Bin\miiserver.exe").VersionInfo Set-ADSyncAutoUpgrade -AutoUpgradeState Enabled Get-ADSyncAutoUpgrade After a while i’ve realized that the AutoUpgrade was reseted to suspended.