fix: 🐛 correct typo in 'Blocked Inhertiance' to 'Blocked Inheritance'

* Updated comments in `Example-36-FindBlockedInheritance.ps1` for clarity.
* Fixed spelling error in `Invoke.GPOZaurrBlockedInheritance.ps1`.
This commit is contained in:
Przemysław Kłys
2025-12-04 08:33:11 +01:00
parent 26ecff620c
commit 927ae5cd15
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@
#$Objects = Get-GPOZaurrInheritance #$Objects = Get-GPOZaurrInheritance
#$Objects | Format-Table #$Objects | Format-Table
# Get same output DN, CanonicalName, BlockInheritance (True/False) + Users/Computers + UsersCount/ComputerCount for those with Blocked Inhertiance # Get same output DN, CanonicalName, BlockInheritance (True/False) + Users/Computers + UsersCount/ComputerCount for those with Blocked Inheritance
# This is so you can have a list what machines are affected # This is so you can have a list what machines are affected
$ExcludedOU = @( $ExcludedOU = @(
# Works on OU/ # Works on OU/
@@ -1,5 +1,5 @@
$GPOZaurrBlockedInheritance = [ordered] @{ $GPOZaurrBlockedInheritance = [ordered] @{
Name = 'Group Policy Blocked Inhertiance' Name = 'Group Policy Blocked Inheritance'
Enabled = $true Enabled = $true
ActionRequired = $null ActionRequired = $null
Data = $null Data = $null