There is not a New-CIUser cmdlet *yet*, but I’ll show you the way you can do it now!
We’ll need 3 things: A username, a password, and a role.
To get the role we want to assign the user, we’ll need to use Search-Cloud:
Search-Cloud -QueryType Role | select Name
This will give us a list of roles. Pick a role name. As an example, I want to add an Org admin, so I am going to run this:
$role = Search-Cloud -QueryType Role -Name “Organization Administrator” | Get-CIView
The previous line queried for the role, retrieved...
Read More »
Appearing
each Wednesday, this Cloud News Report will compile our top three
favorite cloud news stories from the past week.



Matching your
workload or application to the right fit Virtual Datacenter can be
harder to do than finding the right place to live when you move to
a new city. You can make assumptions about your own
requirements and what you’ll need in the near future, but you
likely won’t find a “forever” home right away. When moving to
a new city, you need to find the right place to live for the
foreseeable future to meet all your needs, with an eye on being
able to grow and move in the far future, when...