Changes between Initial Version and Version 1 of Ticket #10317, comment 8
- Timestamp:
- Oct 27, 2012 4:30:43 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10317, comment 8
initial v1 2 2 3 3 == Workaround/Bandaid/Hack == 4 I created a powershell script that automates this process on a schedule. The trick was to comb the '''System''' Event Log for '''Informational event ID 1''' where the source is '''Power-Troubleshooter'''. Once I found that, I right-clicked and added a task. When the event is fired, the my script is triggered which disables all physical, enabled nics and then re-enablesthem.4 I created a powershell script that automates this process on a schedule. The trick was to comb the '''System''' Event Log for '''Informational event ID 1''' where the source is '''Power-Troubleshooter'''. Once I found that, I right-clicked and added a task. When the event is fired, my script is triggered and disables all physical, enabled nics before re-enabling them. 5 5 6 6 == Script ==