Lindsay · Owner ·

Comments

  • To monitor file age from your Windows node "NYC123" and alert if it's older than 10 minutes, you can use PowerShell with a script that accesses the Linux-mounted file. Use Get-Item to check the file's LastWriteTime and compare it to the current time. You could set this up as a scheduled task on the Windows machine. If…