Wednesday 2 December 2015

Providing Delegation rights for Non Enterprise Skype Users

Method 1:

Using Sefautil tool

.\Sefautil.exe <Sip ID of Manager> /Server:PoolFQDN /adddelegate:<Sip ID of Delegate>

After successfully running the above command, you will get below output

User Aor: SIPID
Display Name:
UM Enabled:
Simulring enabled:
Simultaneously Ringing Delegates: SipID

Using DB Analyze you can check if the changes are reflecting the user client using below command


.\DBAnalyze.exe /report:user /user:<User SIP account without sip:> /SQLSERVER:<User’s primary FE server Fqdn>\RTClocal >C:\temp\Filename.txt

To check user primary FE Server, use below command

Get-csUserPoolInfo -Identity sip:<SIP ID>

Method 2:

Apply the Client Policy to User whose property "EnableExchangeDelegateSync" is true to Manager

Grant-csClientPolicy -Identity "Manager Name" -PolicyName "Delegate Policy"



From Outlook of Manager, go to File -> Account Settings -> Delegate Access -> Add Users -> Search and select the user -> Ensure for calendar you are providing the Editor Permissions  -> Click Ok

Restart Skype Client and within 5 min, you will see the changes reflecting in your Sfb Client

Method 3:

Assign user both Manager & Assistant to Enterprise Voice policy

Then restart manager Sfb Client & then from Tools --> Call Forwarding --> Click Edit my delegate members & select the assistant name from the Address Book

Remove the Enterprise Voice Policy for both Manager & Assistant

No comments:

Post a Comment