patriotnsa.blogg.se

Microsoft lync 2013 books
Microsoft lync 2013 books









microsoft lync 2013 books

\domainSysvoldomainscriptsDeleteSipProfile.vbs Open the new GPO In the left pane, expand In the left pane, expandĮnter the file types you don't want to be warned about in the box (for example. All end users need to do is log off, then log on to their Windows workstation.įrom the \domainSysvoldomainscripts folder. To use the group policy method, deploy the VBS file as a logon policy. Re-start the Communicator or Lync client. Train end users to exit Communicator or Lync, and then double click This is, however, the fastest way to achieve the end result.Ĭopy the DeleteSipProfile.vbs to a network share that all users can access. This method requires end user assistance and awareness.

microsoft lync 2013 books

This VBS file can be executed in multiple ways. Set objFolder=objFSO.GetFolder(strSipPath)Ĭopy the highlighted section and paste into Notepad. Set objFSO=CreateObject("Scripting.FileSystemObject") ShowSubfolders objFSO.GetFolder(objStartFolder) Set objFolder = objFSO.GetFolder(objStartFolder) Set objFSO = CreateObject("Scripting.FileSystemObject") UProfile=userProfile & "AppDataLocalMicrosoftOffice15.0" SipProfile=userProfile & "AppDataLocalMicrosoftOffice15.0Lync" UserProfile = objShell12.ExpandEnvironmentStrings("%userprofile%")ĭeleteSip strUserPro 'delete user sip profile StrUserPro= objShell12.ExpandEnvironmentStrings(objUserEnv("TEMP")) Set objUserEnv=objShell12.Environment("User") Set objShell12=CreateObject("WScript.Shell") ‘the purpose here is delete the cache files used by Lync 2013 client ‘COMMENT: This script deletes the sip profile for the user from machine if it exists This script will delete all the sip profile folders under %UserProfile%. When restarting the Lync after deleting the SIP profile folder, the client will attempt to download the address book file resulting in heavy bandwidth consumption. To solve this problem, I have written a script that deletes the SIP profile folder on the user’s computer which in turn deletes the cache files used by Lync 2013 However, this is not a scalable solution for large organizations. To resolve the above issue exist of out of the Lync client delete the content of the sip profile folder or delete the sip profile folder itself. Presence is not displayed in Outlook or SharePoint You cannot search the Global Address ListĬontacts are missing from the contact list If there is any issue with the files in the sip profile user might experience issue with Lync client such as: %UserProfile%AppDataLocalMicrosoftOffice15.0Lync This cached information is stored in the users Sip profile in a folder named Sip_(SipURI of the user) located on a Windows computer in the following folder: When a Lync 2013 desktop client for Windows signs-in, to minimize the bandwidth consumption the Lync client retrieves a lot of information from cache. First published on TECHNET on Sep 24, 2013











Microsoft lync 2013 books