Forum Discussion
mfranhind115
Jul 14, 2022Brass Contributor
Powershell: get data from MsOnline
Hi all, I would extract some "basic" data like "UserPrincipalName, DisplayName, licenses, islicensed, creation date, last activation date" and others "nested" like AlternateEmailAddresses. If po...
- Jul 15, 2022Nice, expanding on my ugly script 😛
mfranhind115
Jul 14, 2022Brass Contributor
Hi Harm and many thanks
I would try your suggestion soon and let you know
at the moment I only extract separately the infos and combine them with excel formulas
but, for examples, I get all the licenses and features, so I have to check visually what licenses I'm interested of
then it is a lot time expensive
mfranhind115
Jul 14, 2022Brass Contributor
just tried the script
but it seems going stuck requesting for the web
any chance to avoid that request in your opinion?
but it seems going stuck requesting for the web
any chance to avoid that request in your opinion?
- Jul 14, 2022
? Could you show a screenshot? Did it install the module if not present and did it prompt for Global Admin credentials? (Should show a modern authentication logon screen)
- mfranhind115Jul 14, 2022Brass ContributorI'm already connected manually, I only run the script from:
#Create table
not from the beginning
it isnt right?- Jul 14, 2022No, that's good.. You have to be connected, that's all.. I just ran it on my machine, still works like it should... Weird