Browse Community
Help
Log In
Responses(2)
Solutions(1)
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
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?
Dell Support Resources
View All
Top
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?