From time to time, I teach the Microsoft 10747D Administering System Center Configuration Manager class. Many of the students don’t have much experience with writing PowerShell scripts, and one of the labs allways create a lot of noise and frustration. So to make this task easier for some of the students, I decided to publish the script here, so they can copy it, if they don’t want to write the code. The script can be downloaded here: https://gallery.technet.microsoft.com/Class-10747D-Lab-13-0ef106a8 /Enjoy.
Browsing: 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!
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