Windows PowerShell

Windows PowerShell

Tối ưu công việc, tạo các task tự động, thực thi công việc và xử lý ở mức độ lớn, hàng loạt bằng Windows PowerShell cho tất cả các tác vụ trên môi trường Microsoft Windows.

6  articles in this collection
Written by thuongvt 

Script to modify registry value on multiple computers

To create a PowerShell script that iterates over a list of computer names from a text file and modifies a specific registry key value on...

Written by thuongvt
March 22, 2024

Enabling the RemoteRegistry service on multiple desktop clients

To iterate over a list of machine names or IP addresses from a text file and execute the provided PowerShell command on each, I crafted...

Written by thuongvt
March 22, 2024

How to Automate PowerShell Scripts with Task Scheduler

PowerShell script for doing the following tasks as below: – Copy file from it own to another place (can be network share). – It required...

Written by thuongvt
March 21, 2024

Modify hosts file using PowerShell

PowerShell script to show content of hosts file or remote Windows. # Prompt the user to input the hostname or IP of the remote host...

Written by thuongvt
March 20, 2024

How to get detailed info for VMware ESXi host into CSV file

1. Install VMware PowerCLI: If not already installed, you need to install VMware’s PowerCLI. This can be done by running the following command in an...

Written by thuongvt
March 20, 2024

Intel Rapid Storage Technology (Pre-OS Install) Driver

Pre-Installation of INTEL(R) RST driver using the “Load Driver” Method https://www.intel.com/content/www/us/en/download/19512/intel-rapid-storage-technology-driver-installation-software-with-intel-optane-memory-10th-and-11th-gen-platforms.html a.  Extract driver files from SetupRST.exe:     – Open terminal in the directory...

Written by thuongvt
May 3, 2022