Category Archives: Computer
VSphere PowerCLI : Changing the Network Name for multiple Virtual Machines
Below is a tutorial video showing how to change multiple network names for virtual machines inside Vsphere. The Powershell/PowerCLI command used in the video is : Import-CSV C:\name.csv | ForEach-object { Set-NetworkAdapter -NetworkAdapter ( Get-NetworkAdapter $_.name ) -NetworkName “Virtual Desktop Network” -confirm:$false} View in Full Screen for best … Continue reading
Create New DHCP Options in Server 2008
The following tutorial will show how to create new DHCP options on a Windows 2008 R2 server running DHCP services. For this example, the following options will be configured for a WyseC10LE thin client. Option 161 – Wyse FTP Server … Continue reading
Ncomputing X550 / X350 integration with VmWare View
Situation : To have Ncomputing stations connect to a VmWare View virtual desktop. Technical Challenges : The major challenge is that the VmWare View software will only allow one instance of the program to run. There are ways around this to support the Ncomputing terminals, but they … Continue reading
Disabling Flash Update Notification through VbScript
Introduction : The AutoUpdate Notification for Adobe Flash can only be disabled by creating a UTF-8 encoded text file named mms.cfg in the appropriate folder. In this post, we will go through the steps of creating the mms.cfg file, creating a VbScript … Continue reading
BUSD : Banning Unified School District
It has now been 4 months, and I really enjoy my job at BUSD. Over the time, I have been able to find programming tasks that have pushed my knowledge. Also, the support side has allowed me to watch some … Continue reading