- Mastering Windows Group Policy
- Jordan Krause
- 228字
- 2021-06-10 18:48:01
Checking GPResult data from a remote machine
In keeping with our centralized administration mindset, let's cover an example of looking up this information remotely. Today, I am logged in to my DC1 server, but I am going to utilize GPResult with a few switches in order to query the Group Policy data that is sitting on my LAPTOP1 workstation. I also want it to display GPO information for my primary user account on that system, which is called Jordan. Here is a command that will tell GPResult to reach out to LAPTOP1 and pull not only its computer information, but also the information related to the user Jordan:
GPResult /s LAPTOP1 /user JORDAN /r > JordanLaptop1.txt
As you can see, I appended yet one more way to send the resultant data out to a file, this time a text document. This is no different than reading the data inside Command Prompt, but it is now saved so that I can store it and reference it later.
If you open up that text document, you will see the output of the GPResult command. It shows me information about both computer policies as well as user policies applied to the Jordan account. Scrolling down to the user information, we can see confirmation that my Set Desktop Wallpaper to Blue 1 GPO is still being applied to this user account:
- Hands-On Internet of Things with MQTT
- JavaScript實例自學手冊
- Photoshop CS4經(jīng)典380例
- 數(shù)據(jù)運營之路:掘金數(shù)據(jù)化時代
- Matplotlib 3.0 Cookbook
- 工業(yè)機器人入門實用教程(KUKA機器人)
- 塊數(shù)據(jù)5.0:數(shù)據(jù)社會學的理論與方法
- 計算機網(wǎng)絡(luò)原理與技術(shù)
- MATLAB/Simulink權(quán)威指南:開發(fā)環(huán)境、程序設(shè)計、系統(tǒng)仿真與案例實戰(zhàn)
- Statistics for Data Science
- TensorFlow Reinforcement Learning Quick Start Guide
- RedHat Linux用戶基礎(chǔ)
- SQL Server數(shù)據(jù)庫應(yīng)用基礎(chǔ)(第2版)
- JRuby語言實戰(zhàn)技術(shù)
- Unreal Development Kit Game Design Cookbook