Search the Community
Showing results for tags 'skype for business'.
-
I have a batch file that if I run locally on a test computer it will correct a Skype for Business 2016 shortcut problem in the start menu by replacing the shortcut with a functional one with no problem. However, I'm having trouble deploying the batch file using as an Application through SCCM 2012 R2. The application deploys and "Installs" but for some reason the batch file never runs and completes the fix. Is there something I need to change on the line for the Installation Program: "filename.bat" under the Programs tab or maybe modify the batch file? Thanks. @ECHO OFF set SCRIPT="%TEMP%\%RANDOM%-%RANDOM%-%RANDOM%-%RANDOM%.vbs" del "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Skype for Business 2016.lnk" echo Set oWS = WScript.CreateObject("WScript.Shell") >> %SCRIPT% echo sLinkFile = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Skype for Business 2016.lnk" >> %SCRIPT% echo Set oLink = oWS.CreateShortcut(sLinkFile) >> %SCRIPT% echo oLink.TargetPath = "C:\Program Files\Microsoft Office\Office16\lync.exe" >> %SCRIPT% echo oLink.WorkingDirectory ="%SYSTEMDRIVE%\Program Files" >> %SCRIPT% echo oLink.Save >> %SCRIPT% cscript /nologo %SCRIPT% del %SCRIPT%
-
Hi all, we have bought some license Skype for Business Plan 2 on Office 365 and I would like to deploy Skype for Business to our clients throughout SCCM 2012. When you login on office365 you can download a click-to-run package that starts the installation/downalod of the product. There is a way to deploy this software throuhgout SCCM? I cannot find anywhere an offline installer of skype for business. Thank you for your support Regards, Luca
- 3 replies
-
- skype for business
- skype
-
(and 3 more)
Tagged with: