Files
Backup/_NDGOV_WindowsTeam/ITD.Infra-Servers-PowerShellUniversal.Test/ZM-Test/New-ITDDummyFile.ps1
T
Zack Meier 1d304511b8 update
2026-04-15 15:45:50 -05:00

4 lines
186 B
PowerShell

# It all starts with a single line of powershell code.
$DateTime = Get-Date -UFormat "%Y%m%d%H%M%S"
New-Item -Name "Dummy$DateTime" -Path "C:\ITD\DummyFiles\"
Start-Sleep -Seconds 360