Om Jakob Gottlieb Svendsen

Twitter: @JakobGSvendsen

Jakob Gottlieb Svendsen is a Microsoft Cloud and Data Center Management MVP (http://mvp.microsoft.com/en-us/default.aspx), Working as Global Lead Developer, Senior Consultant and Trainer at CTGlobal, where he is one of the driving forces in keeping CTGlobal a System Center Gold Partner and member of the System Center Alliance.

Since he started at Coretech in 2007, he has focused on Scripting and Development, primarily developing tools, extensions and scripts for the System Center Suite. His main area is Automation (including OMS/Azure Automation, Service Management Automation, PowerShell and Orchestrator). Another area is Windows Azure Pack / Azure Stack, where he does implementation, development, workshops and presentations. He is a world-wide renowned voice in the Automation field.

He is passionately devoted to the community, to which he contributes by being a moderator at TechNet and sharing his knowledge at https://blog.ctglobalservices.com/jgs

  • Co-founder: PowerShell User Group Denmark
  • Speaker at MMS 2016, Minneapolis (www.mmsmoa.com)
  • SCU Europe 2014, 2015, 2016 (www.systemcenteruniverse.ch)
  • Microsoft TechEd North America 2014, Houston
  • NIC 2012,2013,2014,2015, Oslo (www.nic.com)
  • Microsoft CampusDays 2011, 2013, Copenhagen
  • Microsoft TechDays 2015, Sweden (www.techdays.se)
  • Microsoft Partner Event: New in SC2012 SP1
  • User group meetings (PSUG.DK , SCUG.DK/BE/NO, AZMUG + more)
  • Microsoft Certified Trainer.
  • Microsoft Scripting Guys Forum Moderator

Main working areas:

  • Automation (Azure Automation, SMA, SCO)
  • Windows Azure Pack / Azure Stack
  • System CenterVisual Studio Team Services / Team Foundation Server
  • Development:C#.Net, VB.NET, VBScript, PowerShell, Service Manager, OpsMgr, ConfigMgr
  • Orchestrator
  • Windows Azure Pack / Azure Stack

Training:

  • Azure Automation
  • Service Management Automation
  • System Center Orchestrator
  • PowerShell, VBScript, C#.Net, VB.Net
  • Windows Azure Pack / Azure Stack Development Workshops

Coretech Auto Install Warning – Freeware

DOWNLOAD REMOVED! Update: New version out. please look at : https://blog.ctglobalservices.com/home/coretech-auto-install-warning-1-0-3-freeware-update/ When we are deploying application to the user's computers, we sometimes want to warn them about what is happening. This is to prevent any complains about etc. "My Computer is slow", "Do i have Virus?" or similar complains that might occur when the computer slows down while installing. Therefore i have created this small utility. It can show a message, with a countdown, that all. This can be used in etc. Config Mgr Setups. for a guide of how to use it please read: https://blog.ctglobalservices.com/confmgr07/software-distribution/running-a-custom-notification-before-installing-a-program-with-configuration-manager/ Requirements: Windows XP / [...]

Coretech SCCM Manager 1.0.3 – Freeware Download

New version is out! https://blog.ctglobalservices.com/confmgr07/coretech-sccm-manager-1-0-3-1-freeware-download/ . We're back with a new version of Coretech Application Creator! We have decided to change the name of the application, since the old name did not fit with all the features available. Changelog / What’s New 1.0 RC1 -> 1.0.3 Application has a new name, the old name did not cover the features, and future plans for the application. Configuration wizard is shown the first time the program is run, to help setup the basic settings. Changed collection structure, which means that no specific collection names are needed, only a user-defined “root collection” is [...]

Dude, Where’s my Config Mgr Agent log files?

On my workstation i am running Microsoft Windows Vista 64bit. Today i got a small scripting task, which required me to view the Microsoft System Center Configuration Manager Agent Log files. On most Operating Systems (aka. 32bit) the log files are placed in “C:\Windows\CCM\Logs\”. But on mine it was not. I had no luck search the internet, so i tried a files search for one of the logfiles. I discovered that on my system they are located in “C:\Windows\sysWOW64\CCM\Logs”. The reason for this, must be because the agent is 32bit and my system i 64bit. I hope someone else will [...]

By |2009-03-23T12:05:09+01:00marts 23rd, 2009|Configuration Manager (SCCM)|2 Comments

Add Custom Data Type / Structure to My.Settings in VB.NET / WPF

During the work of a new Coretech SCCM Manager GUI in WPF, i ran in to some problems with My.Settings. I have used My.Settings for all settings in the Utility, and are using my own structures for the combo-box value and others. The problem is that i could not create a setting, that contained my own structure instead of a system data type. I simply could not select it in the list: I tried to use the browse function, but no luck. I have searched the net for ages, trying to find a solution, but never found one. This problem [...]

By |2009-03-05T16:15:14+01:00marts 5th, 2009|Scripting & Development|19 Comments

Useful Links, Editors and Books for Visual Basic, Scripting Edition (VBScript)

Here is a list of links, editors and books. I have mentioned some of them, in the Visual Basic, Scripting Edition Course (MOC 2433). Links: Microsoft Script Center: http://www.microsoft.com/technet/scriptcenter/default.mspx VBScript Introduction http://wiht.link/vbscript-resources VBScript Language Reference: http://msdn.microsoft.com/en-us/library/d1wf56tt.aspx Microsoft Scripting Guys! Forum - Technet: http://social.technet.microsoft.com/Forums/en-US/ITCG/threads/ w3Schools - VBScript Section: http://w3schools.com/vbscript/default.asp SCCM and other Scripts: http://myitforum.com/cs2/blogs/dhite/ UAC and VBSCript: http://www.winhelponline.com/articles/185/1/VBScripts-and-UAC-elevation.html Naming Conventions for Visual Basic: http://support.microsoft.com/kb/110264 Scripting Guy’s Determine Last Logon time: http://technet.microsoft.com/da-dk/magazine/2006.01.scriptingguy(en-us).aspx Encode a Script – Sample: http://www.microsoft.com/technet/scriptcenter/csc/scripts/security/scripts/cscse001.mspx Scripting Games  - Don't Worry, Get SAPI: Using the Speech API to Add Voice and Sound Effects to a Script http://www.microsoft.com/technet/scriptcenter/funzone/games/sapi.mspx COM Authenticating Level [...]

By |2009-01-14T12:17:18+01:00januar 14th, 2009|Scripting & Development|1 Kommentar

Usefull Powershell Links and Books.

Links: Microsoft Scripting guys! Forum: Usually you will get very quick replys and help in there http://social.technet.microsoft.com/Forums/en/ITCG/threads Powershell 2.0 and others for All Windows (Windows Management Framework) http://support.microsoft.com/default.aspx/kb/968929 Writing Help for Windows Modules http://msdn.microsoft.com/en-us/library/windows/desktop/dd878343(v=vs.85).aspx Importing / Exporting Credentials in Powershell (Manually create Credential object) http://www.leeholmes.com/blog/ImportingAndExportingCredentialsInPowerShell.aspx Working wth ODBC: http://theessentialexchange.com/blogs/michael/archive/2008/01/07/multi-platform-database-access-with-powershell.aspx Create Custom Inputbox: http://www.microsoft.com/technet/scriptcenter/resources/pstips/feb08/pstip0208.mspx Working with Arrays: http://powershell.com/cs/blogs/tips/archive/2008/11/19/working-with-arrays.aspx Change Error Message Colors: http://www.microsoft.com/technet/scriptcenter/resources/pstips/aug07/pstip0817.mspx PowerBoots - Interface for creating WPF GUI's in powershell http://huddledmasses.org/powerboots-tutorial-walkthrough/ Powershell SDK: http://www.microsoft.com/downloads/details.aspx?FamilyId=E6E1C3DF-A74F-4207-8586-711EBE331CDC&displaylang=en Free PowerShell Commands for Active Directory http://www.quest.com/powershell/activeroles-server.aspx Blog: ADPowershell: http://blogs.msdn.com/adpowershell/ Outputting Calculated Coloumns in Powershell: http://powershell.com/cs/blogs/tips/archive/2008/11/21/outputting-calculated-properties.aspx The Scripting Guys: How does the RemoteSigned execution policy [...]

Checking if User is member of group including nested/sub groups!

Download: [download#4#size#nohits] I had a challenge today. Problem: My Customer needs to insert a specific text in the Computer description field on the local PC, if the user is member of a specific group. Challenges: The problem is that most of the user are not directly members of the group. but they are members of a nested group that if member of the group, or a nested group , that is member of a nested group , that is member of the group and so on. This gave me a problem, since the usual way of checking the user membership [...]

By |2008-12-01T12:41:43+01:00december 1st, 2008|Scripting & Development|8 Comments

Automated Windows Installer Properties from .INI (Embedded VBScript)

Download: [download#2#size#nohits] Have you ever needed the functionality to read the property values from an .ini file, every time a installation or repair is run? This small script created for Windows installer, will do the job. Purpose:   Automatically reads a ini file located in the MSI SOURCEDIR property. Each parameter in the ini file is read into the property that have the same name. ex. "DaysSerial"="0100000" line is read in to property named DaysSerial and setting the value to 0100000 System works both with "DaysSerial"="0100000" ini format, or DaysSerial=0100000 ini format. If you later change the ini file at the [...]

Coretech Application Creator For SCCM

This version is obsolete! please download new Coretech SCCM Manager at https://blog.ctglobalservices.com/confmgr07/coretech-sccm-manager-1-0-3-1-freeware-download/ System Requirements: Windows XP/Vista. Microsoft .Net Framework 3.5 Development team: Kent Agerlund: Contributor Michael Pedersen: Contributor Jakob Gottlieb Svendsen: Main Developer 1. Introduction This utility is developed based on many years of experience with Microsoft System Management Server now System Center Configuration Manager. Our mission is to streamline every aspect of the package creation process thus making the daily administration of the system smarter. In the latest version you’ll also find functionality to prestage computers and configure variables used in the image deployment process. This utility is Freeware, [...]