Configure Web.Config for use with PowerShell DSC v5 Configuration Names and RegistrationKey
Jun 8, 2015
One of the new features of PowerShell v5 DSC, is that you now can use ConfigurationNames in “clear-text” not GUID, meaning that you can now have human readable names for your configurations.
...
➦
New in WMF 5 April release
May 6, 2015
2889dbbb-0389-4b50-a741-eb4ab7e20210
If you need to copy and paste the GUID into a configuration, you can do something like this:
(New-Guid).ToString() | clip or
New-Guid | select -ExpandProperty Guid | clip
Domain requirement for ORK
May 2, 2015
I was playing around with Microsoft ORK (Operational Readiness Kit), which is a frontend for the PowerShell deployment toolkit, aimed at hosters.
I wanted to try to do a greenfield install, using a clean Server 2012R2 machine, which had not been joined to any domain, and run everything off that machine.
...
➦
New version of PowerShell v5 (April release)
Apr 30, 2015
There is a new version of PowerShell v5 out…. Get it while its hot :)
Here is the blog post
http://blogs.msdn.com/b/powershell/archive/2015/04/29/windows-management-framework-5-0-preview-april-2015-is-now-available.aspx
Here is the direct link
http://www.microsoft.com/en-us/download/details.aspx?id=46889
Been a little slow lately ;)
Apr 21, 2015
It has been a little slow here for a while, between being very busy at work, and then starting a new job, I haven’t had enough time to blog that much.
...
➦
Adding Applications to EMET
Sep 8, 2014
If you have been using EMET (Enhanced Mitigation Experience Toolkit ) toolkit from Microsoft you probably have had to need to add custom application, one of the main “culprits” is Flash Player with its ever changing name (filename contains it’s version number)
...
➦
PowerShell v5 COM improvements
Sep 6, 2014
When I saw that Lee Holmes twittered about COM had been improved in WMF 5 September release, I just had to try it right away..
I have several scripts that does some auditing of computers in AD, and populates an Excel spreadsheet, where different properties get highlighted depending on its value.
...
➦
Are you going ? I am..
Aug 12, 2014
The European PowerShell Summit, organised by PowerShell.org, will be in Amsterdam September 29 - October 1 2014 at the Park Hotel. Details at http://powershell.org/wp/community-events/summit/
The Summit will feature 3 days of PowerShell sessions from PowerShell team members, PowerShell MVPs and other PowerShell experts.
...
➦
Så er det tid til at sætte X i kalenderen igen. ( 26 Juni)
May 30, 2014
XXXX 26 Juni XXXX
Denne gang er det med ret kort varsel i forhold til hvad vi plejer, vi
har ligget i “forhandlinger” med Aleksandar Nikolic ( en af de førende specialister inden for PowerShell remoting, restrained endpoints etc.
...
➦
Updating UPN names in Active Directory
Feb 22, 2014
We are in the process of testing out Office 365, to see if it will be useful for us, so initially we are just going to use DirSync for some specific users, instead of setting up the complete ADFS solution.
...
➦