August 25, 2012 2:06 AM
Posted by: Richard Siddaway
Network,
PowerShell 3,
Windows 8,
WMIWindows 8 brings PowerShell v3 and a whole bunch of PowerShell modules. One such module is NETTCPIP and as the name suggests is about networking.
PowerShell v3 automatically loads modules for you so as soon as PowerShell opens try
...
August 21, 2012 2:09 PM
Posted by: Richard Siddaway
Windows 8I’ve upgraded two machines to Windows 8
The first is my main working laptop:
- Windows 8 Enterprise can’t do an in place upgrade of Windows 7 Ultimate. So had to re-install all my applications. Took the opportunity to upgrade to Office 2013 and Visual Studio 2012
...
August 19, 2012 2:38 AM
Posted by: Richard Siddaway
PowerShell 3Downloaded and installed PowerShell v3 and its associated new operating system (Windows 8) from MSDN in the week.
One nice new cmdlet is Unblock-File.
Download a bunch of files from the Internet and you have to unblock them. Its now this easy
Get-ChildItem -Filter...