Hiển thị các bài đăng có nhãn Powershell. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn Powershell. Hiển thị tất cả bài đăng
Thứ Hai, 9 tháng 7, 2018
Compare Windows Features between Servers
Get-WindowsFeature > C:\features.txt
Thứ Hai, 13 tháng 2, 2017
Some useful powershell commands
get-command
ex: get-command *msmq*
get-verb
ex: get-verb
get-help
ex: get-help get-service
help
ex: help get-service
select
ex: get-command *msmq* | select Name, Version
get-member
ex: get-command *msmq* | get-member
out-file
ex: get-command *msmq* | out-file c:\abc.txt | notepad c:\abc.txt
ex: get-command *msmq*
get-verb
ex: get-verb
get-help
ex: get-help get-service
help
ex: help get-service
select
ex: get-command *msmq* | select Name, Version
get-member
ex: get-command *msmq* | get-member
out-file
ex: get-command *msmq* | out-file c:\abc.txt | notepad c:\abc.txt
Đăng ký:
Bài đăng
(
Atom
)