Powershell script to delete the .bak files older than 30 days in all containers in one single script

后端 未结 0 654
温柔的废话
温柔的废话 2020-12-09 19:19

I am trying to use for loop for selecting all the containers using this script

param($TimerBlob)

$CleanupTime = [DateTime]::UtcNow.AddMinutes(-1) $context = Ne

相关标签:
回答
  • 消灭零回复
提交回复
热议问题