This post is more than 5 years old
10 Posts
0
170290
June 2nd, 2015 19:00
Abount vWorkspace Powershell
Hi
I downloaded vworkspace powershell module 8.5 and install in CB Server. I opened powershell
interface input "import-module Quest.vWorkspace.Powershell", but doesn't work. I change folder to the
vWorkspace powershell install folder, and input "import-module
.\Quest.vWorkspace.PowershellModule.dll" feel works. But I use cmdlet "Add-QvWComputer -Farm
vWorkspaceFarm -ComputerGroup 'Test' -Identity 'Test002'" doesn't work. Can someone help me?
No Events found!
DELL-Joel W1
15 Posts
0
June 3rd, 2015 07:00
One of the changes in this release was that the name of the module changed.
It formerly was "Quest.vWorkspace.PowerShellModule" but now with this release it's "vWorkspace"
You can check it for yourself using the following cmdlet:
PS C:\> Get-Module -ListAvailable
cyb2
10 Posts
0
June 3rd, 2015 09:00
HI
I try the cmdlet and find result is
module type is Binary, version 99.5.30, name is vworkspace, is that right?
If I want to Add Computer in Group, is following cmdlet right?
Add-QvWComputer -Farm vWorkspaceFarm -ComputerGroup 'Test' -Identity 'Test002'
Or I need other cmdlet together use.
If I want to Add/Rmove User ComputerGroup, which cmdlet i need?