Hi All,
I’ve come across a Domain, where there are a ton of Group Policies. So i was looking for a way to figure out if the Group Policy is still used. One way to figure out is to check if the Group Policy is linked to an Active Directory OU or Site. There might be still some Group Policys that are not Linked that might be used from time to Time to Test things or used for diffrent Szenarios.
Hi All,
A few days ago, Microsoft has released the Version 2.28.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.28.0 PowerShell Gallery Microsoft.Graph.Beta 2.28.0 Release Notes
No Release Notes available 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.Graph.Beta -Scope CurrentUser Find-PSResource -Name Microsoft.Graph Find-PSResource -Name Microsoft.Graph.Beta Uninstalling the old Microsoft.
Hi All,
A day ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 13.5.0 GitHub Release Notes Az Not much to see 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
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26017.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 In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
I’ve released an updated Version of my Conditional Access HTML Export PowerShell Script on my GitHub Repo.
It’s always a Pain to document Conditional Access Policies. So i’ve forked and modified the Script from https://github.com/dougsbaker/CA-Export to match my needs.
Recently i saw the new “Network” Section in the Conditional Access Policies. I Like when the Sections match the HTML Output
Users Target resources Network Conditions Grant Session The Script requires the Microsoft.