15 Posts

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

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?

No Events found!

Top