Sleight of Tech
Ramblings about computers, Linux, and security
Thursday, February 9, 2017
Bypass PowerShell Execution Policy to Run Scripts
›
There are a bunch of ways to get around PowerShell's execution policy. My favorite is to use cmd.exe to run powershell.exe with a flag...
Tuesday, December 6, 2016
Disable InsecureRequestWarning When Using Python Requests Module
›
DISCLAIMER: You should NOT send any sensitive traffic to untrusted hosts on the Internet. This is method should only be used for troubleshoo...
Monday, May 23, 2016
Disable Hibernate in Windows
›
Hibernate is a neat feature that is especially useful on laptops. Hibernate is different than sleep/standby in that with sleep/standby, the ...
Monday, May 16, 2016
Install ifconfig in RHEL or CentOS
›
Depending on the OS version and which configuration you selected during installation, you might discover that ifconfig is not installed by ...
Monday, May 9, 2016
List All Domain Controllers for a Given Domain Using PowerShell
›
PowerShell is an awesome way to gather a bunch of useful information about the system you're on or the domains you're connected to. ...
Monday, May 2, 2016
Use PowerShell To Delete Files Older Than
›
So you have a machine with a bunch of old files that are just taking up space and you want to quickly and easily clear them all out? PowerSh...
Monday, April 25, 2016
Determine PowerShell Version
›
PowerShell Cmdlets and syntax will sometimes vary from version to version. Its nice to have an easy way to check what version of PowerShell ...
›
Home
View web version