two options:
a) Restamp mailboxes with the selected plan assigned and enforce
mailbox settings as such
b) stamp not assigned mailboxes with the selected plan.
define global plans. The plans will accumulate through out the tree.
Various UI optimizations
Before defining global plans ensure you create a hosted organization for each
reseller. Spaces -> Hosted Organization -> New Organization
will only be added is the planName does not exist yet for this tenant.
Added ability to match exchange plan (based on size and mapi) to mail enabled
users (room and equipment) and add the mailbox plan to the object for all users
who has no plan assigned yet
configured generate_es_proxies.bat added
Allowed admins to delete reseller space
get registered within ExchangeAccounts. Server Component updated to ensure
either netbios domain or "samaccountname" is returned. ES Server Component
updated to ensure it's stored within the database.
this attribute the left menu (UserAccountMenu) can be managed based on the
selected user. The logged on user context (roles) finally determines if the
menu item shows up or not.
selectedUserContext attribute can contain "Administrator,Reseller,User"
Automated provisioning of plans added when template plans are defined
Lync plan maintenance added
Ability to disable editing of lync plans within hosting plans
People picker adjusted for public folders, contact, and distribution liost
permission during PF creation, it crashes with information that \user@domain.com
does not exist. There is unwanted "\" character before user's UPN.
Fix on: You can create new public folder, can see in Public Folder Management
Console that it was created OK, with correct implicit rights (Anonymous = Create
items, Default = None, my.hosted.org = Reviewer). But you are not able to see
this Public Folder in WebsitePanel. Cannot add other accounts because there is
nothing to choose.
Applied fix:
if account contains a '@' no '\' will be applied
GetExchangeAccounts sp modified: LEFT OUTER JOIN instead of INNER JOIN
Was caused when recyclying the enterprise server. Encrypted session get got a
lenght of 24 which resulted into a loop and finally a 500 error.
When encrypted sessionid does not match, session is logged off and redirected to
default page and encrypted session key restored.