filmov
tv
Hướng dẫn lấy Danh sách CSV của Windows Update từ dòng lệnh Power Shell
Показать описание
If you need to view all of the Windows updates on your computer in an easy to read format, you can use PowerShell to view them all along with their details such as the install date and KB number. You can also use PowerShell to export the results to a CSV file that you can then open with Microsoft Excel so you can format it as needed.
The main command
Get-WUHistory | Select-Object -First 25
If it can't find the command, you will need to run
Install-Module PSWindowsUpdate
And then most likely
Import-Module PSWindowsUpdate
If you get an error that says
Module cannot be loaded because running scripts is disabled on this system
You will need to run
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Here is the command to export your updates to a CSV file. Just be sure to change the path and file name as needed.
Time Stamps: ▼:
0:00 Intro
0:28 Enable POP setting
1:56 Import Mail & Contact
10:00 Enjoy result
10:55 Time to Press Subscibe now
-----------------------------------------------------------------
Get a Cheap Win 10 pro OEM key (make sure you use code for a 30% discount)
===============================
How to Upgrade Windows 11: A Step-by-Step Guide (2021)
===============================
===============================
👉 Theo dõi Group kín của MajinBoo Channel tại đây:
===============================
© Bản quyền thuộc về Majin Boo
© Copyright by MajinBoo Channel ☞ Do not Reup
#powershell #powershellscripting #export #csv #windowsupdates #Tips&Tricks
The main command
Get-WUHistory | Select-Object -First 25
If it can't find the command, you will need to run
Install-Module PSWindowsUpdate
And then most likely
Import-Module PSWindowsUpdate
If you get an error that says
Module cannot be loaded because running scripts is disabled on this system
You will need to run
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Here is the command to export your updates to a CSV file. Just be sure to change the path and file name as needed.
Time Stamps: ▼:
0:00 Intro
0:28 Enable POP setting
1:56 Import Mail & Contact
10:00 Enjoy result
10:55 Time to Press Subscibe now
-----------------------------------------------------------------
Get a Cheap Win 10 pro OEM key (make sure you use code for a 30% discount)
===============================
How to Upgrade Windows 11: A Step-by-Step Guide (2021)
===============================
===============================
👉 Theo dõi Group kín của MajinBoo Channel tại đây:
===============================
© Bản quyền thuộc về Majin Boo
© Copyright by MajinBoo Channel ☞ Do not Reup
#powershell #powershellscripting #export #csv #windowsupdates #Tips&Tricks