Browsing: PowerShell

PowerShell

A new Danish PowerShell User Group is born on Friday, November 16th at 16.30 (CET) in Copenhagen. The agenda is news about PowerShell 3.0 presented by Ed “The Scripting Guy” Wilson and networking opportunities with other Danish PowerShell enthusiasts. If interested, read more on their website and register for the event at: http://www.psug.dk/2012/10/er-du-klar-til-forste-mode-i-psug/ There are limited seating for the event!

Read More

PowerShell 2.0 is installed by default in Windows Server 2008 R2. However, the PowerShell ISE is not… Turns out that the ISE is not installed by default and needs to be added as a Feature. This is different to a manual install of PowerShell 2 on Windows 2008 (or 2003) where the ISE is included as part of the Windows Management Framework Install. You can get this feature installed via the following PowerShell commands: Import-Module ServerManager Add-Windowsfeature PowerShell-ISE

Read More