Hi All,
Somehow i did miss, that there was an Update for Entra Connect Sync (Azure Active Directory Connect) from July and September. It’s for download only, so no Automatic Update.
I am running currently Entra Connect Sync 2.3.20.0
Microsoft Entra Connect: Version release history Download Microsoft Entra Connect It’s still a bit a mess with the Product Names. The Product Name is “Microsoft Entra Connect Sync” but the Title ist “Microsoft Entra Connect” and you download “AzureADConnect.
Hi All,
Today i’ve noticed, that there is a new PowerShell 7 Version available. Currently i have PowerShell 7.4.5 installed
You can Download it from here: v7.4.6 Release of PowerShell
Release notes:
Copy to static site instead of making blob public (#24269) Add ability to capture MSBuild Binary logs when restore fails Keep the roff file when gzipping it. Update PowerShell-Coordinated_Packages-Official.yml Update and add new NuGet package sources for different environments.
Hi All,
A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.25409.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 Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module
Uninstall-PSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser List the Commands of the Module
Hi All,
Recently i was working together with one of my fellows (shout out to Raul Ruta) to figure out how Register Passkeys with the new Microsoft Graph Beta API’s.
The only thing we found was the Article of Jan Bakker, that uses the Yubico Sample scripts based on Phyton.
Register Yubikeys on behalf of your users with Microsoft Entra ID FIDO2 provisioning APIs I was looking if there is a better way that does not require Phyton and found this PowerShell Module
Hi All,
There is a new Option in SharePoint Online Version History called “Automatic”
MS Learn Overview of version history limits for document libraries and OneDrive
Automatic hast the following Rules
As versions are created, users have access to the following versions:
All versions created within 500 count limit in first 30 days. Hourly versions (versions created at the top of the hour) between 30 to 60 day period. Daily versions (versions created at the beginning of each day) between 60 to 180 day period.
Hi All,
I’ve recently had this Problem in PowerShell 7 on two diffrent Computers. It seems that PSRepository is not set and even the PackageProviders List is empty.
PowerShellGet is Version 1.1.0.0
Get-PackageProvider -ListAvailable Get-PSRepository Get-Module PowershellGet I can find some newer PowerShellGet Versions in PowerShell 5 Directories
Get-Module PowershellGet -ListAvailable When trying to install PowerShellGallery in the PSRepository it fails, because there is an Error installing NuGet.
Register-PSRepository -Default I’ve downloaded the *.
Hi All,
A day ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 12.4.0 The Release Notes contains a lot of updates
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource AZ -Scope CurrentUser Find-PSResource AZ Uninstall the old Modules and install the current Modules
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck -ErrorAction SilentlyContinue Get-InstalledPSResource AZ.
Hi All,
I was stumbling over a Azure Automation Account with a Linked workspace. I did get errors when trying to unlink the Workspace or delete the Azure Automation Account.
Unlink Workspace in the Azure Portal
Error Message:
An error occurred while unlinking the workspace. WorkspaceId: /subscriptions/42ecead4-eae9-4456-997c-1580c58b54ba/resourcegroups/loganalytics/providers/microsoft.operationalinsights/workspaces/aadloganalytics-icewolf. Error details: The link cannot be updated or deleted because it is linked to Update Management and/or ChangeTracking Solutions. Operation Id: '5a45c6618d8988953c1f15911857cbb6'. Error code: Linked Service is used by a solution.
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.6.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 6.6.0
Read more details in the Release Notes
Releases [Get|Set|Remove|Grant|New]-CsTeamsAIPolicy cmdlets. Releases [Get|Set]-CsTeamsEducationAssignmentsAppPolicy cmdlets. Adds EnablePayAsYouGoSpendingLimits and PayAsYouGoSpendingUserLimit parameters to [New|Set]-CsTeamsCallingPolicy cmdlets. Remove CreateBy attribute, update CreateAt and DownloadLinkExpiry Datetime format to UTC in Get-CsExportAcquiredPhoneNumberStatus cmdlet response. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
A few Hors ago, Microsoft has released the Version 2.24.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.24.0 PowerShell Gallery Microsoft.Graph.Beta 2.24.0 Release Notes
[v2] Weekly OpenApI Docs Refresh [v2] Examples Update Corrected example 5 title by @msewaweru Adds AutoRest directives to remove over generated cmdlets Fixes subsequent failures after first successful Invoke-MgGraphRequest run when using national cloud environments Updated example to remove mentions of Global admin by @msewaweru I am using the new PSResourceGet here instead of the PowerShellGet commands.