grafana docker
This commit is contained in:
7
Scripts/powershell/Get-GPO.ps1
Normal file
7
Scripts/powershell/Get-GPO.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
# Az összes GPO végigfésülése az "SMTP" kulcsszóra
|
||||
Get-GPO -All | ForEach-Object {
|
||||
$report = Get-GPOReport -Guid $_.Id -ReportType Xml
|
||||
if ($report -like "*SMTP*") {
|
||||
Write-Host "Találat: $($_.DisplayName)" -ForegroundColor Green
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user