Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Delete data under each subfile on a regular basis

2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Recently, I met a customer who has a need to automatically delete data under each user folder every day without deleting the root folder and each user's parent folder.

Register-ScheduledJob-Name Remove-InternetDataFiles-ScriptBlock {$root = "E:\ Internet-Data" $dirs = Get-ChildItem $root-Directory foreach ($dir in $dirs) {Get-ChildItem $dir.PSPath | Remove-Item-Force-Recurse}} $trigger = New-JobTrigger-At "16:48:00"-Daily$job = Get-ScheduledJob-Name Remove-InternetDataFiles | Add-JobTrigger-Trigger $trigger

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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report