mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-09-04 14:45:23 +00:00
Update
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
function Skip-GroupPolicy {
|
||||
[cmdletBinding()]
|
||||
param(
|
||||
[ValidateSet('GPOList')][string] $Type,
|
||||
[string] $Name,
|
||||
[string] $DomaiName
|
||||
)
|
||||
@{
|
||||
Type = 'Exclusion'
|
||||
ReportType = $Type
|
||||
Name = $Name
|
||||
DomainName = $DomaiName
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user