- open Windows PowerShell from Accessories of windows
2. Now we need to connect to Outlook live so run the following commands
$LiveCred = Get-Credential
and enter your account for ex: abc@abc.edu.sa and password for login and then run this command
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
then run this command
Import-PSSession $Session
3. to change bulk of users create a Textfile.txt which contains the users emails account as following:
then save it as 01.txt and put it to C:\ driver
4. now run this command
Get-Content "C:\01.txt" Set-Mailbox -MailboxPlan GalDisabledMailboxPlan
and you will get somethings like this
That's all.
You can also set the default mailbox Plan for future new users by using this command
Ref:
http://help.outlook.com/en-us/140/cc952755.aspx
http://help.outlook.com/en-us/140/Dd229076.aspx
http://207.46.16.237/en-us/140/Dd264652.aspx
1 comment:
Couple weeks ago I had similar situation at my PC. I could resolve my problem only with the aid of tool. It was recommended for me one of my familiars. I had good luck, because of this application forced to forgot my problem and I condiser that the program has quite good capabilities for working out other troubles with ms outlook - procedures for converting ost to pst using recovery fix.
Post a Comment