Interesting commands around networksetup -setairportpower en0
: power off and on your WiFi.
–jeroen
via: [Wayback/Archive] Quick Tip: Automating your Mac’s wifi power – BrettTerpstra.com.
Posted by jpluimers on 2014/03/04
Interesting commands around networksetup -setairportpower en0
: power off and on your WiFi.
–jeroen
via: [Wayback/Archive] Quick Tip: Automating your Mac’s wifi power – BrettTerpstra.com.
Posted in Apple, Hardware, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, Network-and-equipment, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, WiFi | Leave a Comment »
Posted by jpluimers on 2014/03/04
Interesting:
–jeroen
via:
Posted in Android Devices, Power User | Leave a Comment »
Posted by jpluimers on 2014/03/04
You can check out which PowerShell you have by executing the $Host.Version or $PSVersionTable.PSVersion on a line. You can even switch versions by applying the PowerShell -version switch on the command-line and they will both change.
One of the great features of the new PowerShell 3.0 features (besides New and Improved PowerShell 3.0 Cmdlets) is a simplified Where Filter Syntax.
So: this is how I get the PowerShell version information the easy way from a command prompt:
PowerShell $PSVersionTable.PSVersion
–jeroen
via:
Posted in .NET, CommandLine, Development, PowerShell, Software Development | Leave a Comment »