Hi All, A few hours ago, Microsoft has released a new Version of the MSIdentity Tools PowerShell Module. MSIdentityTools
https://www.powershellgallery.com/packages/msidentityTools/2.0.14
Search the PowerShell Gallery and install the PowerShell Module
Find-Module MSIdentityTools Install-Module MSIdentityTools
To view the Commands of the Module use the command below
Get-Command -Module MSIdentityTools
You need to connect with Microsoft Graph first. For instance you can check if an emailadress has a MicrosoftAccount
Connect-MgGraph Get-MsIdHasMicrosoftAccount -Mail a.bohren@outlook.com
Hi All, A few days ago, git 2.37 has been released. I just came across that news today.
Highlights from Git 2.37
https://github.blog/2022-06-27-highlights-from-git-2-37/
Release Notes
https://github.com/git/git/blob/v2.37.0/Documentation/RelNotes/2.37.0.txt
I have git 2.35.3 installed git --version
I've downloaded the 64 Bit exe Installer Download for Windows
https://git-scm.com/download/win After the Installation i checked the version again git --version Regards Andres Bohren
Hi All, A few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.22615.12000 PowerShell Module
Microsoft.Online.SharePoint.PowerShell 16.0.22615.12000
https://www.powershellgallery.com/packages/Microsoft.Online.SharePoint.PowerShell/16.0.22615.12000
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 Connect to Sharepoint Online Connect-SPOService -Url https://icewolfch-admin.sharepoint.com Get some Settings
Get-SPOTenant | fl Regards Andres Bohren
Hi All, In Microsoft 365 Defender "Restricted Users" now called "Restricted Entities", because it can also detect and create an alarm for a compromised Connector
https://security.microsoft.com/restrictedentities Respond to a compromised connector
https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/respond-compromised-connector?view=o365-worldwide
Regards Andres Bohren
Hi All, In the Microsoft Teams Preview the Feature "Chat with Self" is now rolling out. It's possible to send Messages, Notes, Files, Images and Videos to yourself to capture something and most likely to remind you to do something. As you previously did with send an Email to yourself. Soon that will be possible for everybody.
Regards Andres Bohren
Hi All, There are some News in Microsoft Teams regarding Voicemail. In Teams Admin Center you can set the Call answering Rules
That's also possible with the get/set-CsUserCallingSettings Get-CsUserCallingSettings -Identity a.bohren@icewolf.ch
The User can control these Settings in the Teams Client under Settings > Calls
If the user clicks on "Voicemail" another Screen appears with some settings
There is a new Website, where the user can control these Settings. By the way do you spot the diffrence of the Language for Greeting in Teams Client.
Good Morning, I've had a customer that encountered the Error below during Exchange 2016 CU23 installation.
Error:
The following error was generated when "$error.Clear();
Install-ExchangeCertificate -services IIS -DomainController $RoleDomainController
if ($RoleIsDatacenter -ne $true -And $RoleIsPartnerHosted -ne $true)
{
Install-AuthCertificate -DomainController $RoleDomainController
}
" was run: "System.Security.Cryptography.CryptographicException: The certificate is expired.
at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
at Microsoft.Exchange.Management.SystemConfigurationTasks.InstallExchangeCertificate.InternalProcessRecord()
at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__91_1()
at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
Hi All, A few hours ago, Microsoft has released a new Version of the Microsoft.Graph PowerShell Modules.
Microsoft.Graph 1.10.0
https://www.powershellgallery.com/packages/Microsoft.Graph/1.10.0
1.10.0 Release Notes
https://github.com/microsoftgraph/msgraph-sdk-powershell/releases
Check the installed Version and what's on the PowerShell Gallery Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph But remember, it's not one Module, it is a collection of Modules Get-InstalledModule Microsoft.Graph* I've published a PowerShell Script on my GitHub Account that uninstalls the old Modules and installs the newest one
Hi All, A few days ago, Microsoft has Released PowerShell v7.2.5 Download https://github.com/PowerShell/PowerShell PowerShell 7 Release Notes
https://github.com/PowerShell/powershell/releases
I always activate "Enable PowerShell remoting"
Get-Host
Regards Andres Bohren
Hi all, A few Hours ago the PowerShell Module for the M365 Whiteboard has been released. I guess it fixes some errors, as WhiteboardAdmin 1.8.0 was released only two weeks ago. But i could not find any Release notes or so.
WhiteboardAdmin 1.9.0
https://www.powershellgallery.com/packages/WhiteboardAdmin/1.9.0
Get-InstalledModule WhiteboardAdmin Find-Module WhiteboardAdmin Uninstall-Module WhiteboardAdmin Install-Module WhiteboardAdmin
Get-Command -Module WhiteboardAdmin
Regards Andres Bohren