This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Today I wasted 40 minutes on a script and I am simply frustrated.
Tl;Dr: why do the Veeam 365 PS CMDlets Get-VBOEntityData and Get-VBOLicensedUser need a user's "Display name" and do NOT accept a UPN? Is there a valid technical reason for this? Please document it!
There was some configurational mishap that I discovered today (case 05249403 if you are in to that kind of thing) that if you configure to backup ALL sites (not OneDrives) in an Office 365 org you MUST exclude "personal sites" otherwise it VBO will go out and give a license to anyone with an O365 license. This is due to technical ability of a user to have a "personal site" that is NOT OneDrive (I've never seen such a thing), hence trying to look for a "personal" SP site for a user with an O365 handing them a Veeam license in the process.
The mailbox job (different job) was configured with members of an Office 365 group. This meant that I had to go and compare that member list to what VBO licenses and get the difference. Any user not in the O365 group that is for backups must have their license removed (which involves deleting their data as well).
Hell, I am not doing this manually so Powershell it is. After writing a paranoid script (its data deletion after all) I test it and all looks good. It deleted the repo data for the user and removes the license (whilst logging everything). Then I run it and discover that it barely removed anyone's data and hence license. What I discovered is that the 2 CMDlets that are pre-requisites for data removal (Get-VBOEntityData) and license removal (Get-VBOLicensedUser) accept a "Display name" and not a UPN.
This is annoying. Now I have to go dig a "Display Name" list up from MSOL CMDlets and feed it to my script. That's mildly annoying. What pissed me right off is that this is not CLEARLY DOCUMENTED! The examples say nothing about not accepting UPNs and that is MUST be an actual "Name" (i.e. display name). Waste of 40 minutes trying to figure out why my script is not working...
Is there a technical reason these CMDLets cannot accept UPN? Can the documentation pleas at least specify this?
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Veeam/comme...