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 suits only.  

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.