Tuesday, October 10, 2017

Using Verizon's Samsung S7 on T-Mobile Network

I'm posting this mostly for my documentation purposes. I might add screenshots and more information as I go through this process. Currently trying to acquire a Samsung Galaxy S7 from Verizon to be used on the T-Mobile network.

Friday, April 21, 2017

Understanding RDS CAL Licensing Models (Device vs User)

There's a lot of information regarding Windows RDS Device vs User licensing and the scenarios where you should use either model. On top of that, you also have Windows versions to muddy the waters a little more. Thankfully, there's a Technet article that explains all this with a couple of Matrix diagrams to make it easy to decipher and for future reference.

Licensing RDS with CALs - updated 11/21/2016

Thursday, January 19, 2017

Disabling UAC via GPO

There are four Group Policy settings that you need to configure to effectively disable UAC. They can all be found here:

Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Local Policies -> Security Options

  • User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode (set to Elevate without prompting)
  • User Account Control: Detect application installations and prompt for elevation (set to Disabled)
  • User Account Control: Run all administrators in Admin Approval Mode (set to Disabled)
  • User Account Control: Only elevate UIAccess applications that are installed in secure locations (set to Disabled)
Source: Subclassed

Sunday, January 15, 2017

Manually Updating VMware vSphere/ESXi (v5.5/6)

One of my recent projects consisted of updating all of our vSphere 5.5 clients, unfortunately, these hosts are not on an Internet accessible network, same with VMware Update Manager (VUM). The easy solution was to download the patches, import them into VUM and go at it. For the majority of hosts, this worked perfectly, for the ones that didn't, I really didn't feel like troubleshooting so I looked at updating them manually. The process is relatively simple, upload the same updates you placed onto VUM onto the local datastore and then run the CLI commands. Since someone already took the time to explain this with more detail, I'll go ahead and link them here:

http://www.vladan.fr/how-to-install-latest-esxi-vmware-patch/