mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-30 20:29:06 +00:00
Small improvements to docs
This commit is contained in:
@@ -37,12 +37,12 @@
|
|||||||
Additional information about the forest for GPO customization.
|
Additional information about the forest for GPO customization.
|
||||||
|
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
New-GPOZaurrWMI -Name "TestGPO" -Query "SELECT * FROM Win32_OperatingSystem" -Force
|
New-GPOZaurrWMI -Name "TestWMIFilter1" -Query "SELECT * FROM Win32_OperatingSystem" -Force
|
||||||
Creates a new GPO named "TestGPO" with a WMI filter query targeting all Windows operating systems.
|
Creates a new WMI filter named "TestWMIFilter1" targeting all Windows operating systems.
|
||||||
|
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
New-GPOZaurrWMI -Name "FinanceGPO" -Query "SELECT * FROM Win32_Processor" -Forest "Contoso" -IncludeDomains "FinanceDomain"
|
New-GPOZaurrWMI -Name "TestWMIFilter2" -Query "SELECT * FROM Win32_Processor" -Forest "Contoso" -IncludeDomains "FinanceDomain"
|
||||||
Creates a new GPO named "FinanceGPO" with a WMI filter query targeting all processors in the "FinanceDomain" within the "Contoso" forest.
|
Creates a new WMI filter named "TestWMIFilter2" targeting all processors in the "FinanceDomain" within the "Contoso" forest.
|
||||||
|
|
||||||
#>
|
#>
|
||||||
[cmdletBinding(SupportsShouldProcess)]
|
[cmdletBinding(SupportsShouldProcess)]
|
||||||
|
|||||||
Reference in New Issue
Block a user