0 votes

image.png

and script is

image.png

but nothing is happeneing.

my user in adaxe browwser has the attribute to yes

by (20 points)

1 Answer

0 votes
by (272k points)

Hello,

checking if office 365 user exists

There is no need to use the script to check user existence in Microsoft 365. If the user exists, they will just get the license assigned. If not, the account will be created and the license assigned.

logging in scheduled scripts

You will not see any messages from your script in log records as executing scheduled tasks logging is disabled out of the box. This is done specifically because in other case there will be a log record for each task launch for each object no matter if any actions are actually executed.

0

ok well it creates the user with a @onmicrtosoft.com email so i wanted to updated it.

0

Hello,

That is something done by Microsoft 365 automatically. As a solution, you can use the Modify Exchange properties action right after the Activate Microsoft 365 account one. For details, see https://www.adaxes.com/help/AutomateExchangeMailboxConfiguration.

Related questions

0 votes
1 answer

I have a created a powershell script that imports users in to Active Directory, creates a result file, archives the CSV and the result file, and e-mails specified users when with ... but I'm very new to Powershell and I have no idea where to begin. Thanks!

asked Jan 24, 2014 by rlsparks (130 points)
0 votes
1 answer

We have a couple scheduled tasks that are scoped to run on all user objects across our domain to check for things like upcoming password expiration and account expiration. These ... log. Is there a way to only log events when an operation is executed?

asked Jul 9, 2021 by KelseaIT (320 points)
0 votes
1 answer

I have a business rule to create a user in our AD, and then have it create a new O365 account and assign it a license. How can I have it create a temporary password that I specify during that business rule?

asked Jun 17, 2020 by keecit (60 points)
0 votes
1 answer

We just finalize the purchase to our software license company and I want to try to automate more with Adaxes. Is there a way that it can automatically create mailboxes in Office 365 ... that relays out to 365) and set up a script to migrate them to Office 365?

asked Mar 6, 2013 by danftasc (440 points)
0 votes
1 answer

I am trying to automate some of my o365 scripts so that the helpdesk can run them with elevated permissions and not have that ... -Credential $o365Credentials -Authentication Basic -AllowRedirection Import-PSSession $session -AllowClobber -DisableNameChecking

asked Nov 23, 2018 by jbadry (430 points)
3,346 questions
3,047 answers
7,779 comments
544,979 users