Creating a Citrix like Session with Powershell and RDP

I think this is worth noting for me creating a custom solution for Sandboxing an Environment full of domain admins. Here are the interop’s if you need them, place them in the $dllpath that you choose. Interop.MSTSCLib

Creating a Virtualized application on a remote server local on your Desktop.

Creating a Virtualized application remotely is a pretty neat feature for locking down user’s that pretty much require Domain Admin 24/7. With this you can help streamline access from a Domain Admin user to a remote server sandbox and launch chrome remotely, I tested this on 2008R2 and 2012R2 and works amazing. Some minor Hurdles …

Workday and Set-WorkdayWorkerContactInfo

So currently I’ve been on this workday implementation team for a few months now. Because of the environment I am in we are currently a Powershell shop. The task I am assigned with is basically conversion of the workday feed to integrate with our current Provisioning / PIM system along with uploading the generated data …

Termination PDF Checklist autogenerated via Powershell

Today I ended up working on a task to convert some of my .NET code into more of a scriptable powershell form. I took the interop “itextsharp.dll” below and used the following code to generate a PDF will the fields filled in. The PDF was created using Acrobat pro and I added the functionality to …