Questions tagged [quest]

Questions related to the PowerShell cmdlets from Quest Software

Tag questions which are related to the PowerShell cmdlets from Quest Software. e.g., Get-QADUser, Get-QADComputer, Get-QADObject.

101 questions
1
vote
2 answers

Set-QADGroup, setting properties

I can't get the following properties to work :/ mail mailNickname name cn dn The reason behind this is because we are going to be renaming every object in our AD (thousands of groups), and i need all properties to be changed. been reading…
basickarl
  • 37,187
  • 64
  • 214
  • 335
1
vote
2 answers

powershell or .net - how to receive domain accounts with domain names

I was asking few days ago how to combine Lotus Notes data with data from Active Directory. I was sure, that there will be no problem with retrieving user accounts from AD, but actually, there is one problem. I used the Get-QADUser to receive user…
culter
  • 5,487
  • 15
  • 54
  • 66
0
votes
0 answers

I want to find a name of game

I’m looking for Game in it there is two old mans in two islands throw objects form the island to hit each other by Catapult and when you start the game the game let you choose between the two old mans Plz if anyone remember The name of the Game Tell…
0
votes
0 answers

Passthrough not working on Windows Unity Build

My Windows passthrough build is not working at all inside Unity. I am using Oculus Quest VR device, Unity 2021.3.14f1 and while doing build, I have 0 errors reported. I have followed every step for enabling it including: Importing…
negraah
  • 1
  • 1
0
votes
0 answers

Unable to create and configure repository database using template QuestlRepository.ntf in quest LNSP migrator console app

I am trying to perform action “I want to create new repository database” from “Configure your repository database” option from “Migrator for notes to Sharepoint setup wizard” in quest tool. After clicking “Create repository database” button, we are…
Shashidhar
  • 21
  • 4
0
votes
0 answers

Not able to get see unity play mode on quest with quest link cable

I am using unity editor to build application on oculus quest i wanted to check the and debug the application at development stage so i connected the quest and laptop with the quest link cable and watched some of youtube video to setup unity but when…
0
votes
0 answers

Can I use Steam VR interaction system scripts with XR toolkit?

I am converting a SteamVR standalone build into an XR toolkit android build for the Oculus Quest 2. I need it to work without using quest link. Several scripts I use (like circular driver) are in the SteamVR interaction system core library. I was…
0
votes
0 answers

Quest 2 Gardian Issue

I use to disable guardian in my phisical vr escape room to let the players moove without limits. From 1 week i think, with guardian disabled in developer hub and in the quest, i see the players drifting, all the objects moove a little bit, loosing…
Alessandro Zago
  • 793
  • 3
  • 12
  • 33
0
votes
0 answers

Is possible get quest pro fisheye cameras preview with pose?

Such as the post's subject title. I am new to quest developer, recently I got my quest pro, and I would like to output the fisheye preview with pose data simultaneously. I searched the Quest API doc and found an API ovrLayerFishEye2 in native mobile…
Maxwell
  • 25
  • 8
0
votes
1 answer

Unity 2022.1.20f1 Fresh Install - Missing NDK for Android

I have re-installed Unity 2022.1.20f1 after I did an update. However, I can no longer compile and Android Project for the Quest 2. It reports Android NDK not found or invalid. Please, fix it in Edit/Unit->Preferences->External Tools. Here it tells…
Mark
  • 166
  • 1
  • 13
0
votes
2 answers

After update to Visual Studio 2022 then back to 2019. Root Unity Project folder fills up with VS Project files

I was prompted to install an update of in the unity hub from 2022.1.20f1 to 2022.2.22f1. During the process of the update VS2019 was updated to 2022. It broke my code. So I down graded back to the old versions. Now when the project loads. the Root…
Mark
  • 166
  • 1
  • 13
0
votes
0 answers

Developing on Unity -> Steam VR -> Oculus Link -> Quest2: Laggy

Anybody that has experience with developing for VR: do you know if testing your game/scene this way is even possible? Right now it is very laggy. When I play normal games through SteamVR on the Quest everything works as expected. Maybe I should…
Danail
  • 10,443
  • 12
  • 54
  • 76
0
votes
0 answers

how to encode numerous obj/ply file to 360° ar video for playing on vr device Quest2

for example, i have already processed ply/obj file with corresponding frame. How could I covert all these files to a volumetric video and play on Quest2 Blender:https://github.com/neverhood311/Stop-motion-OBJ Unity/Unreal enginer by…
0
votes
1 answer

How to fix this error in a Pythagorean theorem

So i have easy program that will tell me if this Pythagorean theorem a2 + b2 = c2 is true or false. But there is one problem if I try to activate it like 2 times without typing something program will fail Is there anything how to fix…