Sign APPX packages with PowerShell
I have been working with Microsoft’s Desktop App Converter a lot recently. Even though there’s an …
I have been working with Microsoft’s Desktop App Converter a lot recently. Even though there’s an …
As you may heard, the API’s returning the Operating System version have changed, started with Windows …
Just a very quick post (more like a note to self) but I wanted to split a string with the $ sign in …
Recently support for NPAPI has been removed from Google Chrome. While understandable from a security point of …
In versions prior to 6.0 VMware supplied the VCSA (vCenter Server Appliance) as an OVF template that could be …
The Citrix ShareFile Sync application is quite limited in functionality, one of those limitations is that you …
This morning Aaron Parker was wondering if Hash Tables could be used to work with ini files: I thought it was …
In a PowerShell script I needed to sort a hash table by byte value (not alphabetically, lowercase parameters …
To get the best performance out of Virtual Desktops it is essential that the power configuration in the system …
For an upcoming blog post I needed to decrypt some data using the rc4 algorithm. I wanted to do this with …