Sunday, July 11, 2010

MultiDomain

Users can be managed in multiple domains by simply changing the UserService object in powershell:

$UserService = New-GDataUserService -AdminPassword Password -AdminUsername admin@domain.com
$UserService.Domain = "domain1.com"
Get-GDataUser -id robert.jonsson -UserService $UserService

with this method you can manage multiple domains added to the sam GoogleApps Service.
Version 0.5.0.2 dose not support "Creating a User Alias in a Domain". I'm working on a new version where this feature will be supported.

No comments:

Post a Comment