Uncategorized
Windows 2008 no audio services installed

I connect remotely to a Windows 2008 server thru Windows Remote Desktop connection. To enable it, run tsconfig.msc on server, double click the connection, go to “Client Settings” tab, uncheck the “Audio” checkbox. This helped me to hear sounds from that machine. https://superuser.com/questions/822794/windows-server-2008-no-audio-devices-are-installed  

Read more
Uncategorized
Win 2008 backup out of space

Backup drive doesn't have a drive letter. Assign drive letter I: In elevated command prompt: vssadmin resize shadowstorage /on=I: /for=I: /maxsize=2% Remove drive letter from the drive.  

Read more
Uncategorized
COVID-19 Response

A roundup of actions we have taken to reduce the spread of the corona virus while supporting those directly and indirectly impacted by COVID-19. We applied the most potent antivirus software available. The servers are cleaned and disinfected daily and they are physically separate (six feet distance). Entrance to the server is allowed in hazmat […]

Read more
Uncategorized
Setting network type using PowerShell

Open PowerShell with administrative privileges Run the following command: Get-NetConnectionProfile See the network name you want to change its type and run the following command: Set-NetConnectionProfile -Name “REF” -NetworkCategory Public Where REF is the name of your network and you can change the -NetworkCategory switch value to Public or Private.

Read more
Uncategorized
Mapping keys in RDz

http://www.strongback.us/2012/09/mapping-the-ctrl-key-in-the-host-connection-emulator-of-rdz

Read more