Search found 61 matches
- Thu May 03, 2018 6:50 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Need to Test if Windows Firewall is on/off win 2008 / 2012r2
- Replies: 7
- Views: 16766
I am testing against Windows server 2012R2 I need to verify that Firewall state for all 3 profiles is Off, if any of the 3 profiles is on I need it to return a bad. I have been testing this against a test box and no matter what the firewall state is set to the test still returns an OK. What I am loo...
- Wed May 02, 2018 1:44 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Need to Test if Windows Firewall is on/off win 2008 / 2012r2
- Replies: 7
- Views: 16766
I have the test setup to call the shell script but its not working correctly. I need to test if any occurrence of the windows firewall is on. I need to know if any one of the 3 firewall states are on to return a bad result. I tested the script you provided to me but it always returns a status of OK....
- Wed Apr 25, 2018 12:31 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Need to Test if Windows Firewall is on/off win 2008 / 2012r2
- Replies: 7
- Views: 16766
- Wed Apr 25, 2018 9:29 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Need to Test if Windows Firewall is on/off win 2008 / 2012r2
- Replies: 7
- Views: 16766
Need to Test if Windows Firewall is on/off win 2008 / 2012r2
I am looking to test all of my servers to verify that the Windows Firewall is turned off. I see that there are 3 different registry keys to check (HKLM\System\CurrentControlset\Services\SharedAccess\Parameters\FirewallPolicy\ and then the three firewall profile keys "DomainProfile" , "...
- Fri Nov 10, 2017 9:11 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Registry testing for HKCU
- Replies: 1
- Views: 8609
Registry testing for HKCU
Hello, We are trying to test a for a registry setting on a few computers under HKCU but it appears that i isn't reporting correctly for the user that is logged in We are trying to test for the following key: HKCU\Control Panel\International\sShortDate is=to m/d/yyyy and does not report correctly for...
- Wed Jul 23, 2014 9:04 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Free Disk Sapce and action to delete oldest files recursive
- Replies: 1
- Views: 7531
Free Disk Sapce and action to delete oldest files recursive
Hello I currently have a process that writes out a massive amount of files to a dedicated storage device and we have a test in Host Monitor setup to alert us when the free space on the Volume is below 500GB. At that point we use another tool to show the path and sub directory of where the files resi...
- Thu Nov 21, 2013 10:29 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: check for a specific user logged in to terminal server
- Replies: 8
- Views: 23712
Thanks for the updated script. I may have failed to mention that I want to check for a certain user that is logged in but it dosen't need to be active, in fact for the most part the account will be disconnected. The script in its current form only checks to see if there is an RDP session active and ...
- Wed Nov 20, 2013 7:59 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: check for a specific user logged in to terminal server
- Replies: 8
- Views: 23712
- Tue Nov 19, 2013 10:04 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: check for a specific user logged in to terminal server
- Replies: 8
- Views: 23712
Script
Thanks for the script. I set it up and I tested it by logging in the remote desktop session with the user I wanted to check and it did return the correct response. When I logged out and ran the script again against the same account it also came back as good. I ran the script manually from my desktop...
- Mon Nov 18, 2013 2:08 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: check for a specific user logged in to terminal server
- Replies: 8
- Views: 23712
check for a specific user logged in to terminal server
I need to create a test that will do a check and return good and bad results for a specific user logged in on a terminal server. The server is Windows 2008. I need to be alerted when a particular user is no longer logged on to a particular terminal server. anyone have any good way to test this ? Tha...
- Fri Sep 13, 2013 10:51 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: sub tests using a variable?
- Replies: 2
- Views: 9146
sub tests using a variable?
I was wondering if there is a way to simplify the following tests I have 3 tests that I need to do on several different Citrix servers. I need to test for 3 services running and have created them individually. Each test has a master test to ping that particular server and make sure its alivie before...
- Tue Aug 09, 2011 10:43 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: log Event Description
- Replies: 8
- Views: 18901
- Tue Aug 09, 2011 9:29 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: log Event Description
- Replies: 8
- Views: 18901
- Tue Aug 09, 2011 8:55 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: log Event Description
- Replies: 8
- Views: 18901
- Tue Aug 09, 2011 7:49 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: log Event Description
- Replies: 8
- Views: 18901
RE: log Event Description
So I tried what you suggested by setting up a private log but I dont see the event Description that contains the information i need to parse. How do I get the Event "description" information to be displayed?