deployment
13 Topics- Network connectivity test TCP Connection results unreliableMy team has spent the last 2 business days trying to get the https://connectivity.office.com/ TCP connection test to complete successfully to appease the Microsoft Unified Support Team. They don't want to take our MS Teams crash diags until they see SSL Interception Detection and TCP connection tests passing successfully. We can't get TCP connection tests to pass, we get one of the following: Success Attempt #1 Success, Attempt #2 Failure Any number of errors to unblock URLs such as (but not limited to) ocsp.digicert.com,ocspx.digicert.com,ocsp.omniroot.com,su.symcb.com,sr.symcb.com,sd.symcb.com,s1.symcb.com,sa.symcb.com We figured it was something with the corporate network but that's not the case. Last night we had about 50 employees try this test from their home (personal) computers that have no connection to our corporation. The TCP Connection test fails on home (consumer) PCs. What's the story with this TCP Connection check?141Views0likes1Comment
- Office 365 / 2019 Deployment QuestionCan a local folder, instead of a UNC path, be specified for the UpdatePath in the xml or GPO? Here's an example from my XML I'm testing: <Updates Enabled="TRUE" UpdatePath="C:\MSOfficeC2RCache" /> I don't want all users to update Office from the internet at once, and I need to roll out the updates in waves to users after properly testing. I am on an older build of SCCM that doesn't support managing Office 2019 C2R installations; I can only manage Office 365 ProPlus C2R with our current build of SCCM. (Do newer builds of SCCM currently support managing Office 2019 C2R?) I know that I can point UpdatePath to "\\server\MSOfficeC2RCache" to control updates rollouts, but I also don't want each remote office to update directly from one central server across the WAN, but I'd rather roll out the updates to the local cache folder like I mentioned above, which will clear out the older version of updates so that the computers don't have more than the latest version of updates available in the local cache folder.1.4KViews0likes3Comments
- Setting up remote web application without ADI have bought a windows server 2019 and would like to give some users access to a accounting system, and only that application. We are talking of max 5 people, so I do not want to setup an AD for this matter. After installing the terminal server and its needs, I am able to let the users into the server and they can run the application. I am not able to setup a remote App without AD. Is there a way of doing that? I have tried running the mstsc command but then the application is not responding as it should... some buttons are missing...11KViews0likes1Comment
- config.office.com gets a face lift and a few new featuresOn Monday, Sept 24 2018 at Ignite the Office team unveiled the new look for config.office.com as well as the addition of a few new deployment features to help you deploy Click-to-run Office products. The interface has been updated to ease navigation when using the full experience in the web browser and also optimized for the embedded experience for those of you who are using the Office Client Application Wizard in Configuration Manager (as of Current Branch 1806). New deployment features like MatchOS, Fallback to the CDN and RemoveMSI have been added making it easy to build more complex and capable deployment configurations. One of the most anticipated features allows you to include Office app settings with the deployment settings, allowing you to set the user preferences for Office according to how your organization uses Office. Take a look at the session from Ignite 2018 to see an overview of the new experience and a review of the deployment options available. Session code THR2022 – https://myignite.techcommunity.microsoft.com/sessions/646355.7KViews1like3Comments
- What CDN endpoints do we need to open in proxy servers to allow download of latest Office 2019Hi, We are configuring deployments of Office 2019 to a number of different customer sites with different proxy / firewall setups. We are using a local server share for deployment of Office 2019 to the clients so this server will need to download the latest Office 2019 versions from the Office CDN. And this is automated with a local system task to get the latest version each month for security updates. What URLs do we need to whitelist to avoid problems with proxy authentication and firewalls? I have had a look at the Office 365 endpoints and the full list https://endpoints.office.com/endpoints/worldwide?clientrequestid=b10c5ed1-bad1-445f-b386-b919946339a7 . But the customers are only using Office 2019 at the moment so they don't need to do all of these endpoints. In the full list there is a CDN.office.net which sounds hopeful but I can't find any dns records for that. So what are the URLs used to download Office 2019? Thanks, Nigel5.5KViews0likes1Comment
- Word Add-In DeploymentHi there, I am trying to deploy an add-in for some users for MS Word (right now we're just testing so it is limited just to a few people in our IT Dept.). We are trying to deploy the DocuSign add-in. I have done this through the Integrated Apps section of the O365 Admin Centre and applied it to a Security Group in our Active Directory. The issue we are facing is, when deploying the add-in it does not seem to want to automatically install on most of our users' MS Word applications (we did have 2 test users who said it was automatically installed). What we've had to do for the other test users is go to the "Get Add-ins" section of MS Word and click on "Admin Managed", then click on DocuSign to add it to the ribbon. Is there some setting somewhere that would have it automatically installed on our users' systems as opposed to having them add it manually? Thanks!958Views0likes0Comments
- How to add file attachment button to my Teams bot?Dear community, Recently I created a new chatbot application using python and flask framework. It's working good and deployed in Teams as well. Then I planned add file attachment options but unfortunately I couldn't find attachment button in my Teams chatbot! For R&D purpose I tried below sample codes: https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/python/15.handling-attachments https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/python/56.teams-file-upload Can anyone guide how to add file attachment button in Teams chatbot app? Thank you.1.3KViews0likes0Comments
- Sharepoint Online Code repository and continuous deploymentWe are working on maintaining Sharepoint-Online themes, page layouts, styles (css, html, images from masterpage & siteassets) in git repository & continuous integration of changes to Dev, UAT & Prod environment. This is just the start of Sharepoint work. We will use VSTS for managing all these work. My question is: 1- We have some custom templates (html & css) specific to company & some templates provided by microsoft as part of sharepoint. We were planning to maintain only custom templates in git repository & not microsoft provided templates (because we are not going to change in m/s templates.). Can anyone please suggest whether this as per microsoft guidelines.? Is there any standard documentation provided by microsoft for organizing these files in source control ? 2- How to maintain testing environment for development changes ? Should we go for Sandbox approach or follow the approach mentioned in https://sharepointologic.blogspot.com/2017/01/sharepoint-online-continuous-delivery_17.html ? We have different site collection for Dev / UAT & Prod environment. If going through second approach then to verify every change, developer need push code to site collection. What is the best approach suggested by Microsoft ? I found a useful link but not able to decide : https://sharepoint.stackexchange.com/questions/82781/how-to-setup-development-and-uat-for-sharepoint-online-multitenant?newreg=cc9cc6db7e64476ca7b26e246f29b30b Please suggest3.4KViews0likes0Comments
- SCCM + Office 365 + Several Configuration.XML file (EN/FR)Hi everyone, I'm building a Sequence Task in SCCM where it's possible to choose the language ( usign HTA script). For each language, we install the appropiated LP for Windows & i wish to do the same for Office 365. In order to realise this, i've downloaded all the language ( 7 in total ) from a single configuration.xml - so my office source contains all LPs. After that i've created 7 different XML file ( one for each language ) & 7 SCCM programs to call them. Sadly when i want to used the command setup.exe /configure configuration-FR.xml (for example ) it doesn't seems to work w/ the office folder included all the language. It's only work if i only keep file necessary for FR LP only So do i have to maintain one Office source for each language ? (means 2.5Gig * 7) or is there some other approach to reduce this and keep only one source folder ? Please note we want to avoid an installation w/ all LP on every machine. Thx for your help. Bonjour à tous, Nous avons crée une séquence de tache embarquant 7 langues ( à choisir via un script HTA ). Pour chaque langue, nous n'installons que le language pack approprié pour Windows & je souhaiterais faire de même pour office 365. Nous avons donc mis les 7 langues dans un fichiers configuration.xml & avons téléchargé les sources qui sont dont dans le répertoire "office". Suite à cela nous avons créer 7 fichiers de configuration ( 1 par langue ) & 7 programs pour appeler ces fichiers. Malheureusement, en effectuant la commande setup.exe /configure configurationFR.xml ( par exemple ), cela ne fonctionne pas avec le répertoire source office qui comprends toutes les langues. Cela fonctionne uniquement lorsque les sources office comprennent uniquement le nécessaire pour le langage FR. Donc dois-je maintenir un répertoire source par langue (7*2.5gig ) ou y'a-t-il un moyen d'utiliser seulement un répertoire source ? Merci de noter qu'installer Office 365 avec les 7 langues est un point à écarter. Merci d'avance pour votre aide.1KViews0likes0Comments