In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article introduces you to Windows PowerShell hands-on experiment is how, the content is very detailed, interested friends can refer to, I hope to help you.
Mission 1:
Create a one-time background job to find all Powershell scripts in the C: drive.
Answer:
Start-Job -ScriptBlock {dir *.ps1 -Recurse}
Mission 2:
How do I run the same command in Task 1 on a set of remote computers?
Answer:
Invoke-Command -Command {dir *.ps1 -Recurse} -ComputerName (Get-Content allservers.txt) -AsJob
Mission 3:
Create a background job to get the last 25 error records in the computer system time log, and then export the records as CliXML. You expect to run every Monday through Friday at 6:00.
Answer:
Register-ScheduledJob -Name eventlog2 -ScriptBlock { Start-Job -ScriptBlock { Get-EventLog -LogName System -EntryType Error -Newest 25} } -Trigger (New-JobTrigger -Weekly -DaysOfWeek Monday,Thursday,Tuesday,Wednesday,Friday -At 6am) -ScheduledJobOption (New-ScheduledJobOption -WakeToRun -RunElevated)
Mission 4:
What Cmdlet do you use to get the results of a job and how do you store them in the job queue?
Answer:
receive-job -id xxx | our-file -filepath d:/job.txt
Do not understand the last paragraph of the question "how to store these results in the job queue."
About Windows PowerShell hands-on experiment is how to share here, I hope the above content can be of some help to everyone, you can learn more knowledge. If you think the article is good, you can share it so that more people can see it.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.