About meeting Room calendar show booking information

Source: Internet
Author: User

About meeting Room calendar show booking information



First download the following tools and install

Microsoft onlineservices Login Assistant, download the following link:
http://www.microsoft.com/zh-cn/download/details.aspx?id=41950

Microsoft azureactive Directory module, download the link as follows:
http://go.microsoft.com/fwlink/p/?linkid=236297

1: Open the PowerShell for user connection office365, right-run Ise as Administrator

2 Execute the following commands separately on the command line

1) connected to Exchange Online  

$UserCredential =get-credential

$Session = New-pssession-configurationname Microsoft.exchange-connectionuri https://partner.outlook.cn/PowerShell-LiveID/ -credential$usercredential-authentication basic-allowredirection

Import-pssession $Session

psc:\windows\system32> $UserCredential = get-credential

$Session = New-pssession-configurationname microsoft.exchange-connectionurihttps://partner.outlook.cn/ Powershell-liveid/-credential $UserCredential-authentication basic-allowredirection

Import-pssession$session

2.)set-executionpolicy remotesigned

psc:\windows\system32> set-executionpolicy remotesigned


You can view the following information before executing Chitian

Psc:\windows\system32> Get-executionpolicy

Unrestricted

Psc:\windows\system32> Set-executionpolicy remotesigned

Psc:\windows\system32> Get-executionpolicy

RemoteSigned


3) set-mailboxfolderpermission-accessrights limiteddetails-identity ' e-mail address of meeting room : \calendar '-user default

e-mail address of psc:\windows\system32> set-mailboxfolderpermission-identity ' meeting room. Cn:\calendar '-user Default- AccessRights Limiteddetails

4) set-calendarprocessing-identity e-mail address of meeting room -addorganizertosubject$true-deletecomments $false-deletesubject $false

e-mail address of the psc:\windows\system32> set-calendarprocessing-identity meeting room . Cn-addorganizertosubject $true- DeleteComments $false-deletesubject $false

  


5) query whether a room mailbox has permissions

get-calendarprocessing-identity e-mail address of meeting room | Selectaddorganizertosubject,deletecomments,deletesubject

PS c:\windows\system32> get-calendarprocessing [email protected] | Selectaddorganizertosubject,deletecomments,deletesubject


6) query whether all room mailboxes have permissions

Get-mailbox |where{$_. Resourcetype-eq "The"} | get-calendarprocessing | Selectidentity,addorganizertosubject,deletecomments,deletesubject


PS c:\windows\system32> Get-mailbox |where{$_. Resourcetype-eq "The"} | get-calendarprocessing | Selectidentity,addorganizertosubject,deletecomments,deletesubject

whenAddorganizertosubjectto beTure, DeleteCommentsto beFalse, Deletesubjectto beFalsewhen indicates that the status of the meeting has been announced.

About meeting Room calendar show booking information

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.