在 Exchange online 建立與發佈組織表單 (Organization Form Library)

 

Step 1: Create an Organizational forms library in Exchange online

    1. Connect Exchange Online with remote PowerShell

以系統管理員身分執行 Windows PowerShell

image

輸入以下指令

1) $LiveCred = Get-Credential

image

在跳出的驗證畫面輸入 Office 365 管理員的帳號與密碼

image

輸入以下指令
2) $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirection

image

輸入以下指令
3) Import-PSSession $Session

image

    2. Create Public Folder Mailbox

輸入以下指令來建立初始的 PublicFolder (PFHierarchy 名稱可自訂義)

1) New-Mailbox -PublicFolder -Name PFHierarchy

image

    3. Create Organizational Forms Library public folder and set EformsLocaleID

1) New-PublicFolder -Path “\NON_IPM_SUBTREE\EFORMS REGISTRY” -Name “Organizational Forms Library

 

image
2) Set-PublicFolder “\NON_IPM_SUBTREE\EFORMS REGISTRY\Organizational Forms Library” –EformsLocaleID EN-US

image

Step 2: Publish forms into Organizational forms library

    1. Assign permission to the Organizational forms library

1) Add-PublicFolderClientPermission -identity “\NON_IPM_SUBTREE\EFORMS REGISTRY\Organizational Forms Library” -user admin -AccessRights Owner

image

           Add-PublicFolderClientPermission
https://technet.microsoft.com/en-us/library/bb124743(v=exchg.150).aspx

    2. Publish custom form as an FDM file via Outlook 2013

1) Check “Developer” tab from “Customize Ribbon”

image

2) Create one custom form

3) Publish to “Personal Forms Library”

image

4) Open “Forms Manager” dialog: File, Options, Advanced, Custom Forms, Manage Forms

        5) Select the form and click “Save as”, save it as *.fdm file format

image

6) Click “Set” button, and select “Organization Forms”

image

 

 

7) Click “Install”, browse and select the saved *.fdm file, follow the wizard to complete the installation

image

image

 

8) Then Outlook client will see this form from the Organizational Forms

image

image

 

參考網址 (refer to the URL below)

How to publish forms to Organizational Forms Library in Exchange Online – WeiYu’s Blog – Site Home – TechNet Blogs

http://blogs.technet.com/b/weiyumao/archive/2015/04/22/how-to-publish-forms-to-organizational-forms-library-in-exchange-online.aspx

您可能也會喜歡…

Social Media Auto Publish Powered By : XYZScripts.com