Convert Bin to Hex and Hex to Bin in PowerShell
For an upcoming Blog post I needed to convert a Byte Array to a Hex string in PowerShell and vice versa. …
For an upcoming Blog post I needed to convert a Byte Array to a Hex string in PowerShell and vice versa. …
Background Customer uses Citrix XenApp 5 with ThinApp, RES Workspace Manager and RES Workspace Extender. An …
A customer had partially implemented a (written) policy in the past where the the Local Administrator account …
After joining a new Windows 2008 R2 Server to the domain I could not login to the domain. I would get the …
I am using a PowerShell script to copy some elements of from the users old profile location to a new location. …
I needed to dome some Bit Shifting in PowerShell but unfortunately PowerShell lacks operator for Bit Shifting. …
If you want to Create an Active Directory group with PowerShell there are a few things you need to be aware …
When Launching a PowerShell script I noticed the following error: "AuthorizationManager check failed." This …
Today I was troubleshooting a message that appeared when a user tries to edit a document from SharePoint on a …
From a script I needed to schedule a project in RES Automation Manager 2011 for a particular server. This can …