Hey there, time for a new blogpost Today I want to talk about an event the PowerShell Usergroup southern germany organizes to bridge the gap betwenn PowerShell Conference EU 2016 and PowerShell Conference EU 2017 (I hope there is one!) The event is called PowerShell Monday and will take place in Munich on August…
Tag: Powershell
PowerShell Conference Europe 2016 #PSConfEU
Today I want to share where I will be April 20th – 22nd 2016: In Hannover, Germany, at the PowerShell Conference Europe 2016. Why will I go there? I was attending the PowerShell Summit Europe this year and found it amazing to speak with all those genius people attending the Summit. I mean, I´m reading content and…
Installing Novell ZEN-Works Client in SCCM OSD Tasksequence
Hi there, I know, I know, why would you install the ZENworks Client when you got SCCM? Well, sometimes that´s just the way it is… Installting the ZENwork Clients is not as easy as it may seem. There is an installer that brings everything needed and so I started by just running that installer during…
#Powershell – Compare a list of values against a list of values #PoSh
Hi everyone, recently I had to solve the following problem: I had to split up a list of costcenters and names in a csv-file based on the costcenter. In the first iteration the requirement was pretty easy: “If the costcenter is beginning with a 5 then the usernames shal be put into file “List1.txt”. There…
#ConfigMgr Speed up AD-Group discovered Client Push Installation #SCCM
Imagine the following situation: You have to deploy SCCM a well controlled and step by step. You want to use (automatic) push installation. This can be done by putting the PCs you want into AD-groups and throw some GPOs at them, to add an ConfigMgrPush Account to local admins for example. Then Active Directory Group…
EBS CALs per Powershell bearbeiten
Hier die wichtigsten Befehle: set-cal <Username> <standard/premium> und clear-cal <username> Quelle: http://technet.microsoft.com/en-us/library/dd252607(WS.10).aspx