<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>advanced functions - Tag - pr0mpt</title>
        <link>https://pr0mpt.com/tags/advanced-functions/</link>
        <description>advanced functions - Tag - 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/tags/advanced-functions/" 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>Youve got the Power!! plan….</title>
    <link>https://pr0mpt.com/2016-10-05-youve-got-the-power-plan/</link>
    <pubDate>Wed, 05 Oct 2016 17:17:13 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2016-10-05-youve-got-the-power-plan/</guid>
    <description><![CDATA[Today I was playing around on some machines on which I noticed the Power Plans were set incorrect, Balanced on a server :'(
Now of course I can do this manually, or I can use PowerShell instead!
Tools not scripts Since I want to use this more often and want to create my own &ldquo;toolbelt&rdquo; [aka module with common tools], I&rsquo;ve decided to make the solution as advanced functions, not just scripts.]]></description>
</item><item>
    <title>Invoke-Command wrapper function</title>
    <link>https://pr0mpt.com/2016-09-16-invoke-command-wrapper-function/</link>
    <pubDate>Fri, 16 Sep 2016 12:00:52 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2016-09-16-invoke-command-wrapper-function/</guid>
    <description><![CDATA[A quick post this time about something that might be helpful for others, something that saves me from typing too much 🙂
I&rsquo;ve noticed over the last week that I&rsquo;ve been doing various remoting commands through Invoke-Command to the same machines, which require additional credentials to access.
Why re-type something when you can automate it 🙂
Before I used to have to do the following:
1 2 3 4 5  $SCCMServers = &#39;CM01.]]></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>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>VM Lab - Switch it up</title>
    <link>https://pr0mpt.com/2016-07-07-vm-lab-switch-it-up/</link>
    <pubDate>Thu, 07 Jul 2016 12:00:33 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2016-07-07-vm-lab-switch-it-up/</guid>
    <description><![CDATA[Back again for another part in my VM Lab series.
So far I&rsquo;ve created the folder structure which we will use to store our ISO files, VHD files [including template VHDs and Unattend.xml files] and VM&rsquo;s. In order to manipulate the ReadOnly status of various files [such as the template VHD&rsquo;s and Unattend.xml files], I&rsquo;ve provided simple functions which will assist us.
Now we need to make sure that the final piece of the infrastructure is ready: the Hyper-V VM Switches.]]></description>
</item></channel>
</rss>
