remove document and test (#805)

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
Andrew Beers
2020-01-27 12:45:33 -08:00
committed by Carrie Roberts
parent ce9b9ba456
commit 6ea5be5e96
2 changed files with 0 additions and 10 deletions
-10
View File
@@ -25,13 +25,3 @@ atomic_tests:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
($wc.DownloadString("$url")) | Out-File $fileName
}
- name: Word spawned a command shell and used an IP address in the command line
description: |
Opens a word document that will run powershell and perform an nslookup on the IP 192.168.1.1 and a sleep command
supported_platforms:
- windows
executor:
name: powershell
command: |
Start-Process $PathToAtomicsFolder\T1193\bin\PowerShell_IP_Doc.doc
Binary file not shown.