Bir çok sistem yöneticisinin en büyük sorunlarından birisi de ağ üzerindeki makinelerin restart yapmasıdır. Peki bu bilgiye nasıl ulaşacağız ve bu bilgi bizim ne işimize yarayabilir?
Makinenin restart için beklediğini aşağıdaki PowerShell komutu ile basit bir şekilde öğrenebilirsiniz.
Find files easily with simple batch file
Knowing the files on computers is one of the issues that every system administrator usually deals with. You can easily learn it by creating a simple batch command with the following commands.
open Notepad and copy following commands and paste in this note file. Continue reading “Find files easily with simple batch file”
Useful 10 WQLs Query for SCCM Collections #2
Let’s continue with handy WQLs. I continue to share WQLs that many companies have used in their SCCM project and consulting. Do not hesitate to contact me if you have WQLs that you have in mind, or if you need them.
Enjoy!
Continue reading “Useful 10 WQLs Query for SCCM Collections #2”
Useful 10 WQLs Query for SCCM Collections #1
Collections are basement of SCCM administration. I want to share some useful WQL for get more detailed environment.
Enjoy!
Continue reading “Useful 10 WQLs Query for SCCM Collections #1”
Get windows registry value from remote computer
If you manage a large domain network. Your manager may ask you for information about the applications that are installed on the systems at certain intervals. This program can be more important for this company if it is an expensive application.
In the following example, we try to determine which machines have visual studio by collecting registry key information
Goal: Read registry value from remote machine
Source: Read remote machine names from .txt file
Result: Get results in .csv format
Continue reading “Get windows registry value from remote computer”