/images/nasan-avatar.jpeg

Search a specific entry over all GPO

A way to search a specific setting over all GPOs Generate a GPO Report over your Domain You can generate a GPO Report over your Domain either in a XML or HTML file and then search through that file. To generate a XML use this command: Get-GPOReport -All -Domain "domain.com" -Server "DC01" -ReportType XML -Path "C:\GPOReports\GPOReportsAll.xml" To generate a HTML file you can use this command: Get-GPOReport -All -Domain "domain.com" -Server "DC01" -ReportType HTML -Path "C:\GPOReports\GPOReportsAll.

Run a gpresult on a remote computer

How to run a gpresult on a remote computer Use the Invoke-Command You can simply use the Invoke Command to run the gpresult command on a remote computer: Define the ComputerName after the Invoke-Command In the ScriptBlock you can simply run your command here comes the new highlight: 199 200 Invoke-Command -ComputerName 'ComputerName' -ScriptBlock{ gpresult /r /USER 'username' Run gpresult for a specific User in a RDS environment In the following script you just have to define the username + the RDS ConnectionBroker.

Infografik Logik

Die folgende Infografik gibt einen groben Überblick zu den Themen: Was ist Logik? Was ist ein Argument? Was macht ein Argument schlüssig? Beispiele für Logische Fehlschlüsse Zum Thema habe ich auch ein kurzes Video erstellt: https://youtu.be/Tp9WzwUMjDs Preview