Guest User

Untitled

a guest
Jan 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "schemaVersion": "1.2",
  3. "description": "List information about the .NET Framework version. We recommend exporting results to an Amazon S3 bucket. Output can exceed the maximum.",
  4. "runtimeConfig": {
  5. "aws:runPowerShellScript": {
  6. "properties": [
  7. {
  8. "id": "0.aws:runPowerShellScript",
  9. "runCommand": [
  10. " Get-ChildItem –Path 'c:inetpub* -Recurse -Filter *.log' | Where-Object {($_.LastWriteTime -lt (Get-Date).AddDays(-15))} | Remove-Item"
  11. ]
  12. }
  13. ]
  14. }
  15. }
Add Comment
Please, Sign In to add comment