Dynamic Environment Manager (DEM) VMware

DEM Default Printer

Issue DEM tries to map the default printer 21 times, the printer maps but isn’t set as default. “Network Printers.zip” shows the correct default printer. Resolution Use “VMware DEM FlexEngine Advanced Settings ADMX” to increase retries. User Configuration > Policies > Administrative Templates > VMware DEM > Flex Engine > Advanced Settings > Printer mapping […]

Linux Windows

Secure copy from Windows to Linux (Ubuntu)

Issue Need to copy a file from Windows to Linux (Ubuntu) via the command line. Resolution Use SCP to copy files from the source Windows machine to the destination Linux (Ubuntu) machine. scp “source file” “username@source-fqdn:/source/directory” Source //learn.microsoft.com/en-us/azure/virtual-machines/copy-files-to-vm-using-scp