<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Scripts - Category - pr0mpt</title>
        <link>https://pr0mpt.com/categories/scripts/</link>
        <description>Scripts - Category - pr0mpt</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 24 Jul 2018 13:37:32 &#43;0200</lastBuildDate><atom:link href="https://pr0mpt.com/categories/scripts/" rel="self" type="application/rss+xml" /><item>
    <title>Using Pester for Infrastructure testing</title>
    <link>https://pr0mpt.com/2018-07-24-using-pester-for-infrastructure-testing/</link>
    <pubDate>Tue, 24 Jul 2018 13:37:32 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2018-07-24-using-pester-for-infrastructure-testing/</guid>
    <description><![CDATA[<p>Recently the company I am working at was running into performance issues which became a pain to sort out as it was so sporadic (lasted like 5 mins max every time), but when it happened it affected the entire company.</p>]]></description>
</item><item>
    <title>DuPSUG Basics - Deux</title>
    <link>https://pr0mpt.com/2017-09-19-dupsug-basics-deux/</link>
    <pubDate>Tue, 19 Sep 2017 22:10:59 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2017-09-19-dupsug-basics-deux/</guid>
    <description><![CDATA[Today was another great day with other PowerShell enthousiasts where I got to share some tricks of the trade.
During DuPSUG&rsquo;s second Basics event, I was once again able to provide a session, this time about &ldquo;Improving your Scripts&rdquo;.
I had a blast and I hope others did too and as promised I&rsquo;ve made my code available on GitHub on the general DuPSUG GitHub.
I&rsquo;d like to thank all the people attending today&rsquo;s session for your time and patience, all other speakers for sharing their time, code and tricks and of course @EJHeeres for arranging the event perfectly.]]></description>
</item><item>
    <title>Script Dumpster: Find duplicate entries over multiple reports</title>
    <link>https://pr0mpt.com/2017-06-30-script-dumpster-find-duplicate-entries-over-multiple-reports/</link>
    <pubDate>Fri, 30 Jun 2017 12:42:25 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2017-06-30-script-dumpster-find-duplicate-entries-over-multiple-reports/</guid>
    <description><![CDATA[Another day at the office.. Thanks to our friends who wrote the NotPetya worm, I received an email from our monitoring vendor to run reports to see if our machines are up-to-date on their patching.
Unfortunately their reporting tool doesn&rsquo;t properly distinguish between Windows Server 2008 and Windows 2008 R2, as well as Windows 2012 and Windows 2012 R2.
Long story short, I had to create 4 separate reports, telling me if I had or had not installed the proper KB item on each machine.]]></description>
</item><item>
    <title>Script Dumpster: Copy your MDT Task Sequence</title>
    <link>https://pr0mpt.com/2017-01-06-script-dumpster-copy-your-mdt-task-sequence/</link>
    <pubDate>Fri, 06 Jan 2017 09:50:42 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2017-01-06-script-dumpster-copy-your-mdt-task-sequence/</guid>
    <description><![CDATA[Ever have a Task Sequence in MDT which you customized and configured to use a specific driver profile, then having to create a second one just for another model and you have to copy everything over?
Well, I did and didn&rsquo;t like it.
So according to Johan Arwidmark [if you&rsquo;re into MDT and don&rsquo;t already know this guy, get to know him!], this is possible in various ways.
Now while I used his approach, I didn&rsquo;t like the fact that it wasn&rsquo;t easily re-usable and I still had to provide various data myself.]]></description>
</item><item>
    <title>Automagically update your MDT Boot Image</title>
    <link>https://pr0mpt.com/2017-01-04-automagically-update-your-mdt-boot-image/</link>
    <pubDate>Wed, 04 Jan 2017 10:50:08 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2017-01-04-automagically-update-your-mdt-boot-image/</guid>
    <description><![CDATA[In case you&rsquo;re using Microsoft&rsquo;s awesome Microsoft Deployment Toolkit [MDT] solution, there might be a thing you don&rsquo;t often do, but can take up a while of your time and can have quite some impact if you forget a few steps..
What I&rsquo;m talking about is updating/regenerating your MDT Boot Images and replacing them within Windows Deployment Services [WDS].
Of course such a thing is ideally done through PowerShell as it automates and thus limits the amount of human errors possible.]]></description>
</item><item>
    <title>SCCM: Code breakdown - Deploy Application to Device Collection</title>
    <link>https://pr0mpt.com/2016-09-14-sccm-code-breakdown-deploy-application-to-device-collection/</link>
    <pubDate>Wed, 14 Sep 2016 13:00:22 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2016-09-14-sccm-code-breakdown-deploy-application-to-device-collection/</guid>
    <description><![CDATA[As you might have noticed, I&rsquo;m having fun playing around with SCCM lately and have really noticed that PowerShell is king here.
While the application has great potential, I personally feel that the GUI is lacking functionality which you can only obtain through PowerShell. Of course this isn&rsquo;t a problem, merely a challenge in some cases, but I feel that they could&rsquo;ve stepped up a bit. It at least explains why I see so many SCCM admins playing around with PowerShell.]]></description>
</item><item>
    <title>SCCM : Refresh Device Collection Memberships</title>
    <link>https://pr0mpt.com/2016-09-13-sccm-refresh-device-collection-memberships/</link>
    <pubDate>Tue, 13 Sep 2016 13:00:52 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2016-09-13-sccm-refresh-device-collection-memberships/</guid>
    <description><![CDATA[I&rsquo;m in the finishing stages of a new SCCM deployment, but also in the process of an Active Directory consolidation at the moment, and ran in to the following issue:
A machine from Domain A has been re-imaged using SCCM to run in Domain B. SCCM has a Device Collection X for Domain A and Device Collection Y for Domain B. Device Collection Y has a Deployment for a specific VPN Application that&rsquo;s required, otherwise it won&rsquo;t run.]]></description>
</item><item>
    <title>SCCM: Get-AppUninstallInfo - Easily creating SCCM Applications</title>
    <link>https://pr0mpt.com/2016-09-07-sccm-get-appuninstallinfo-easily-creating-sccm-applications/</link>
    <pubDate>Wed, 07 Sep 2016 13:00:11 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2016-09-07-sccm-get-appuninstallinfo-easily-creating-sccm-applications/</guid>
    <description><![CDATA[New toys! As mentioned before, I&rsquo;ve recently started a new assignment, one that required me to design and roll out a System Center Configuration Manager solution for 4 locations.
While that wasn&rsquo;t too difficult and the configuration was quite straightforward [thanks to my friends at Manning and Google], the biggest challenge came when creating packages to deploy. Luckily I was quite familiar with packaging and .MSI editing due to various MDT configurations I had made, but the latest &ldquo;Current Branch&rdquo; version of SCCM has &ldquo;Applications&rdquo;, which are smart packages [pieces of software] which you can deploy, but also uninstall if you want.]]></description>
</item><item>
    <title>Script Dumpster: Setting Proxy server settings</title>
    <link>https://pr0mpt.com/2016-09-06-script-dumpster-setting-proxy-server-settings/</link>
    <pubDate>Tue, 06 Sep 2016 17:45:04 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2016-09-06-script-dumpster-setting-proxy-server-settings/</guid>
    <description><![CDATA[OK, so I&rsquo;m at my new job and for the first time in years, I have to deal with proxy servers again…
Since I&rsquo;m used to having full admin rights on my machine and unrestricted internet, this was somewhat of a shock, while perfect for my productivity as well 😛
Unfortunately for them, I have since been informed that a special IT proxy is available, which provides this access, hence me being able to update my site again 🙂]]></description>
</item><item>
    <title>#OSC - Journey into PowerShell - SlideDeck and code</title>
    <link>https://pr0mpt.com/2016-09-06-osc-journey-into-powershell-slidedeck-and-code/</link>
    <pubDate>Tue, 06 Sep 2016 15:34:46 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2016-09-06-osc-journey-into-powershell-slidedeck-and-code/</guid>
    <description><![CDATA[Hi all,
It&rsquo;s been a while, but I&rsquo;ve kept myself busy in the meantime. During my last post on my blog, I was waiting for an assignment at my new job at OSC, only to be presented with a new challenge which kept me from posting for a while [expect more posts soon!!].
In the meantime I had also agreed to provide small training/demo session on PowerShell along with my new colleague Danny den Braver, to show people how awesome it actually is, while even showing them some PowerShell on Linux things [a few Linux guys there 🙂 ].]]></description>
</item></channel>
</rss>
