Skip to main content

[Powershell]: Get system information with systeminfo command

Get system information with systeminfo command

1. Create get-systeminfo.ps1 file

Use notepad or any text editor to create get-systeminfo.ps1

# Description: powershell script to get computer's system information
# get computer name
$computername = gc env:computername
# get year month date hour minute
$today = (get-date).ToString("yyyyMMddHHMM")
# get computer's system information
systeminfo >> $computername-$today.txt
# end of script

2. Create scheduled task to run get-systeminfo.ps1


Popular posts from this blog

Fedora Workstation: Install snapd

[tuyen@g73jh ~]$ sudo dnf -y install snapd Last metadata expiration check: 0:20:17 ago on Tue 01 Oct 2019 11:31:30 AM +07. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: snapd x86_64 2.41-1.fc30 updates 17 M Installing dependencies: snap-confine x86_64 2.41-1.fc30 updates 2.8 M snapd-glib x86_64 1.49-1.fc30 updates 133 k snapd-selinux noarch 2.41-1.fc30 updates 234 k Installing weak dependencies: gnome-software-snap x86_64 3.32.4-2.fc30 updates 86 k Transaction Summary ================================================================================ Install 5 Packages Total download size...

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.

[MicrosoftExcel]: Dùng tính năng Flash Fill để tách họ và tên

Trong tuần rồi, công việc đòi hỏi phải tách họ và tên cho khoảng 10.000 dòng trong một file Excel. Đang tìm lại macro đã viết năm 2006 thì chợt nghĩ "thử tìm xem có gì mới không". Không bõ công! Cám ơn tác giả và chia sẻ lại cho những ai chưa biết. Tách họ đệm và tên bằng Flash fill trong Microsoft Excel 2013