You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scripts that can be can be used in a schduled task or monitoring
1
+
# SCRIPT: Detect-USBStatus.ps1
2
+
3
+
# GOAL:
4
+
Have a script running in the background monitoring a USB key. If USB is pulled shut system down.
5
+
6
+
# USAGE:
7
+
I use it to monitor a USB key that contains all bitlocker key files for my system. If It gets remvoed the system shutsdown and will not boot back into Windows without the key.
0 commit comments