Tag: Powershell

python-logo
Posted in Coding Python

Python base hacks

How to start work with Virtual Environment in PowerShell? pip install virtualenv #Install Virtual Environment python -m…

Posted in DevOps/Sysadmin hacks

How to convert Thick vmdk to Thin and export to OVF/OVA ESXI virtual machine?

To convert thick volume to thin you must enable SSH in WEB-interface of your ESXI:

Posted in DevOps/Sysadmin hacks

How to set Timezone and Region to all computers of Active Directory

I needed to massively change the region and timezone settings for all computers. To do this, I…