Questions tagged [vdi]

Virtual Desktop Infrastructure. Framework providing remote access to a (typically virtual) desktop.

81 questions
0
votes
0 answers

Unable to authenticate, need: Basic realm="Artifactory Realm"

While installing npm I am getting this error Unable to authenticate, need: Basic realm="Artifactory Realm" I am working on VDI machine, and very new to artifactory tool as well as VDI, Any advice is appreciated Thanks :)
Supriya Kumari
  • 181
  • 2
  • 14
0
votes
0 answers

Sole Tenancy option mandatory for instance from image with OS on Cloud Engine

When I create an Image from a vdi-file in Cloud Engine I have the option to choose if there is an operating system on the virtual disk or not (Data only). If I choose Windows 10 (x64) as the OS I need to configure a Sole Tenancy if I want to create…
Gunnar
  • 1
0
votes
1 answer

Error by converting qcow2 to vdi with qemu-img

I'm trying to convert .qcow2 to .vdi on my Ubuntu VM with a command qemu-img convert -f qcow2 qcow2_file_name.qcow2 -O vdi vdi_file_name.vdi But I'm getting the following message: qemu-img: Could not open 'qcow2_file_name.qcow2': No such file or…
Anna R.
  • 81
  • 12
0
votes
0 answers

Deleted VDI file by mistake cause error in VirtualBox of VERR_FILE_NOT_FOUND

when I was cleaning hard drive on my macintosh I deleted by mistake also VDI file in form like this: {d903c357-e465-4c48-ab6a-3dcda13b991b}.vdi . Than when I wanted run my virtual image in VirtualBox I received error shown in figure error figure. In…
modryslon
  • 17
  • 4
0
votes
1 answer

how to sent-RdsUserSessionMessage to users who is using the sessionhost?

I want to send message to the users. I found the Send-RdsUserSessionMessage. I want to send message to all users who is using the special SessionHostName. Is it possible to send message to assigned session host…
Arthur
  • 103
  • 11
0
votes
1 answer

Python Multi Processing

I'm trying to understand Python's Multi-processing module using the below given sample example but never been successful so far. I'm running the code in Spyder and it always hangs there with no output in the console. I learnt in some article that…
user11734037
0
votes
2 answers

How to prevent people or a program from extracting data out of a system?

Let us say, there is a system containing data, where the user can view or manipulate it, using the options in the system, but should not be able to copy/ extract/ export the data out of the system. Also, any bots such as RPA or crawlers should not…
Manoj Kumar
  • 811
  • 2
  • 10
  • 22
0
votes
1 answer

VirtualBox: Share VHD Disk between two guests

We have two VBox guests, one Windows and one Ubuntu. Now we would like to use an additional (encrypted) data disk for both guests at the same time. We created an encrypted exFAT "shareable" VHD disk and added this disk to both guests. It works, the…
Rainer
  • 1,067
  • 2
  • 14
  • 29
0
votes
1 answer

Can I setup my application deployment with Azure Windows Virtual Desktop(Preview) without azure active directory?

I want to test my application deployment with Azure Windows Virtual Desktop(Preview), but we do not have azure active directory setup in my application azure deployment. As we are doing lift & shift of our existing on-premise deployment, we have…
Garima
  • 11
  • 2
0
votes
3 answers

Is there any way to persist VS Code extensions in VDI?

Every day when I log into VDI my vscode extensions get removed on a daily basis. So I need to install them every day. Is there any walk around to keep the extensions with persistence and that I don't have to download/install it again on a daily…
Manohar
  • 31
  • 10
0
votes
1 answer

VDI and Java Rulesets

We signed our rulesets jar with comodo cert. We pushed the java package containing the rulesets and java versions to VDI. We had lot of issues with making rulesets work on VDI. We had tried many things adding certs adding certs to trusted.certs and…
gopal
  • 335
  • 1
  • 4
  • 11
0
votes
0 answers

Outlook email iteration using PowerShell very slow in VDI

I have been trying to iterate emails inside a shared folder in outlook application running on VDI using Power-Shell, but the iteration of emails is very slow... Please Help.
0
votes
1 answer

Remove "Windows Server" pinned apps on Server 2016

We are in the process of upgrading our VDI from Windows 2008 R2 to Windows 2016 and I cannot seem to get the pinned "Windows Server" group from showing when new users log in to the new VDI test servers. Is there a way to get rid of this group? I've…
0
votes
1 answer

Is there a way to get the IE object when working with VDI & Citrix?

Is it possible to get the IE object using VBScript inside Citrix(VDI) ? I already know I can run VBScripts and work with IE objects (If I create them first). I have tried using the GetObject method as well as WScript.Shell.Windows method.
OvidiuPtr
  • 1
  • 2
0
votes
0 answers

Oracle DB Setup in VDI

I have installed Oracle 11g in my VDI. How can i configure my listener.ora and tnsnames.ora so that the DB in my VDI can be accessed using other VDIs? Thanks in advance