Search found 3 matches

by EddieJRainer
08 Aug 2016 14:20
Forum: DOS Batch Forum
Topic: Redirecting Powershell Output
Replies: 7
Views: 4795

[SOLVED] Redirecting Powershell Output

Users have restricted permissions to write in the C:\ root folder. Is there any specific reason why you can't run it in a subfolder? Regards aGerman Yes, running it in a subfolder works, It's just easier to run in the c:\ drive because I don't have to exactly know what the user name is. But, what y...
by EddieJRainer
08 Aug 2016 13:47
Forum: DOS Batch Forum
Topic: Redirecting Powershell Output
Replies: 7
Views: 4795

Re: Redirecting Powershell Output

Works for me. Are you trying to write the output to the root of the system drive? I'm trying to record the name of the AV to the "gettxt.txt" file. In my case, the AV is Windows Defender. When the script executes, I want the output, in this case "Windows Defender", to be written...
by EddieJRainer
08 Aug 2016 11:32
Forum: DOS Batch Forum
Topic: Redirecting Powershell Output
Replies: 7
Views: 4795

Redirecting Powershell Output

Hey all, I found this neat little powershell script, https://gallery.technet.microsoft.com/scriptcenter/Get-The-Name-of-Installed-b10fd073/view/Discussions#content , which basically displays what anti-virus is being used. I'm not gonna show the entire code, it's very long and you can visit the websi...