<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>ActiveDirectory - Tag - pr0mpt</title>
        <link>https://pr0mpt.com/tags/activedirectory/</link>
        <description>ActiveDirectory - Tag - pr0mpt</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 06 Sep 2016 15:34:46 &#43;0200</lastBuildDate><atom:link href="https://pr0mpt.com/tags/activedirectory/" rel="self" type="application/rss+xml" /><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><item>
    <title>Script Dumpster: Clean-RedirectedRecycleBin</title>
    <link>https://pr0mpt.com/2015-11-07-script-dumpster-clean-redirectedrecyclebin/</link>
    <pubDate>Sat, 07 Nov 2015 14:00:06 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2015-11-07-script-dumpster-clean-redirectedrecyclebin/</guid>
    <description><![CDATA[The problem Redirected Folders on RDS Session hosts tend to cause a specific issue:
Each user&rsquo;s set of Redirected Folders creates their own Recycle Bin entry, which can grow quite a bit. The following function can display a list of files contained within the Recycle Bins older than the provided age.
Even better, the script has a switch parameter Remove which does exactly what you think it does 🙂
Through a scheduled task you can run this script on a regular basis when required.]]></description>
</item><item>
    <title>Script Dumpster: Find default AD containers for Users and Computers</title>
    <link>https://pr0mpt.com/2015-11-05-script-dumpster-find-default-ad-containers-for-users-and-computers/</link>
    <pubDate>Thu, 05 Nov 2015 16:04:15 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2015-11-05-script-dumpster-find-default-ad-containers-for-users-and-computers/</guid>
    <description><![CDATA[The Problem Have you ever created a new user or computer object, but you&rsquo;re unable to find them in the Default Computers/Users container? Perhaps someone moved the default location to another Organizational Unit [i.e. to make sure GPO&rsquo;s applied correctly] .
In this case a quick and simple script will check which containers are configured for this task and it will check if they&rsquo;re using default values or not.
The Script 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36  &amp;lt;# .]]></description>
</item><item>
    <title>Script Dumpster: Online-ADComputers</title>
    <link>https://pr0mpt.com/2015-08-20-script-dumpster-online-adcomputers/</link>
    <pubDate>Thu, 20 Aug 2015 15:57:17 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2015-08-20-script-dumpster-online-adcomputers/</guid>
    <description><![CDATA[The Problem Today I ran into something simple….but I just wanted to get it solved through PowerShell and make the solution re-usable.
We had found a machine in Active Directory which didn&rsquo;t turn up in the physical inventory check… And worse of all, the machine was active!
The Script This script simply checks if machines with a specific name [or in a specific OU] is online at the moment. If it&rsquo;s online, it will try and figure out who&rsquo;s actually logged on to the machine.]]></description>
</item><item>
    <title>Configuring PowerShell remoting through GPO</title>
    <link>https://pr0mpt.com/2015-08-03-configuring-powershell-remoting-through-gpo/</link>
    <pubDate>Mon, 03 Aug 2015 12:07:24 &#43;0200</pubDate>
    <author>robert</author>
    <guid>https://pr0mpt.com/2015-08-03-configuring-powershell-remoting-through-gpo/</guid>
    <description><![CDATA[I&rsquo;m loving the way Microsoft is currently pushing PowerShell as THE go-to tool required to manage all your solutions.
I&rsquo;m at a loss however at why they aren&rsquo;t providing out of the box solutions so that you can manage all of your workstations/servers through PowerShell. Sure, you can head over to every machine and configure PowerShell using
1  Enable-PSRemoting   However I can understand that people have better things to do with their time [I sure do!]]></description>
</item></channel>
</rss>
