Getting Started
42 TopicsIs there a great teaser video for a customer about to embark on their M365 journey to the cloud?
I think it used to be http://aka.ms/teaservideo but that is a dead URL. I'd like to reuse one already make instead of spending the $$ to make a custom one. This would be to build hype/buzz about the upcoming rollout. Thx.Solved1KViews0likes4CommentsGetting started with a mobile nurse to specialist request
As mentioned in previous posts, I’m fortunate to meet with many healthcare customers, and a use case that has come up quite a bit recently is solutions that help connect the right people together, when one of them may be “remote” and lack access to their regular applications. Some of these include: Mobile nurse requesting assistance from a physician (Nurse is external to network resources) EMT requesting ED physician (ET3 scenario) Physician to physician consult “nudge” (orders are in the EMR, requesting a live call) The Microsoft cloud supports the full spectrum of solutions ranging from lightweight to very advanced. In this post we’ll focus primarily on getting started quickly with a lightweight solution, which can be enhanced over time as your needs grow. This video minimizes the technology footprint, making use of a Teams Conference call and a low-code front-end to make request and creation of the meeting easy-breezy (and has a quick time to implement). In the recording, I cover: Configure Teams Using a Tag in a Teams channel Alternatives like Group chat Configure a Power Virtual Agent Create a dedicated bot (from scratch) for this use case Gather information from the nurse Configure the automation to set the meeting and notify the right people Deploy and share Web channel, Teams, Mobile app Note: There are links to resources called out in the video (scroll past the video). Enhancements & additional resources Virtual Appointment API – this related HLS blog post shows the use of this API in the context of another use case (and has a link to GitHub for a sample connector). This was mentioned in the video as a way to allow the Nurse to join from a mobile browser without downloading/logging into Teams. Power Virtual Agents Channels – official documentation about the available channels and securely deploying to channels of engagement. Dynamics 365 Customer Service – relevant HLS blog post which discusses the use of Dynamics 365 Customer Service and Field Service, as well as how this can be used with Practitioner data for search and routing. Final thoughts It’s worth noting that this is geared toward more of a “B2B” situation, and other approaches would be used for customer virtual visit requests. If you are interested in a follow-up video where I add some of those more advanced configurations, please let me know. I make these as a response to what I hear from our customers and partners!Looking for Framework for Communcations Guidelines in an M365 Environment
Hi all! Do you have a go-to framework for helping organizations plan out their communication strategies in M365? Ideally something that can be used as a reference guide for the end users. Recommendations are welcome!1.7KViews0likes3CommentsChampion Management Platform Install problem
I'm having a strange issue installing the Champion Management Platform app. I downloaded the package from the repository and uploaded it into SharePoint according to the directions. The global admin approved the API requests and everything is visible in SharePoint. I pushed the app to Teams, and I can see it listed in the Teams admin center, but the icon is showing a broken image link, and I'm not seeing it when I try to add the app to a Team or as a personal app on the sidebar. I got it working fine in my personal test tenant, but I've tried deleting everything 4 times now and everytime I upload the package and push it out to Teams I get the same broken image icon and it's not working. Our VP of digital innovation is heavily pushing the Champions program so this NEEDS to work. Has anyone else run into this that can shed some light on what the issue might be? I figured I'd ask before opening a support ticket.2KViews0likes3CommentsImporting font awesome CSS into web component (FASTElement)
I am trying to include the Font Awesome CSS into a https://www.fast.design/docs/api/fast-elementhttps://www.thefurbysh.com/ like this: import { css } from '@microsoft/fast-element'; import { Theme } from '../../theme'; import * as style from '../../assets/fontawesome/css/all.css'; export const styles = css` ${style} :host { contain: content; display: flex; flex-direction: row; border: 2px solid ${Theme.primaryColor}; width: 512px; height: 256px; } `; I think the CSS needs to be a string, so I tried to do this by updating my webpack.config.js, which looks like this: const HtmlWebpackPlugin = require('html-webpack-plugin'); const path = require('path'); module.exports = function (env, { mode }) { const production = mode === 'production'; return { mode: production ? 'production' : 'development', devtool: production ? 'source-map' : 'inline-source-map', entry: { app: './src/main.ts', fa: './src/assets/fontawesome/css/all.css' }, output: { filename: '[name].[contenthash].bundle.js', publicPath: '/', clean: true }, resolve: { extensions: ['.ts', '.js'], modules: ['src', 'node_modules'] }, devServer: { port: 9000, historyApiFallback: true, open: !process.env.CI, devMiddleware: { writeToDisk: true, }, static: { directory: path.join(__dirname, './') } }, plugins: [ new HtmlWebpackPlugin({ template: './index.html' }), ], module: { rules: [ { test: /\.ts$/i, use: [ { loader: 'ts-loader' } ], exclude: /node_modules/ }, { test: /\.css$/i, use: ['style-loader', 'css-loader'], }, ] } } } I modified my config following https://stackoverflow.com/questions/57667688/is-that-possible-to-import-css-file-as-string-in-es6: { test: /\.css$/, use: [ 'to-string-loader', 'css-loader' ] } ...but that has the effect of causing the Font Awesome icons outside of my component to stop rendering altogether, and the icons inside the component render as square boxes, which might have something to do with fonts. Has anyone managed to import Font Awesome into web components in general and FASTElements in particular?1.3KViews0likes0CommentsDownloadable Adoption Kit
Hi there, I am just accessing some learning material on Driving Adoption of MS365, the content refers to a downloadable adoption kit. However when I click the link, nothing downloads. Is anyone able to share the Downloadable Adoption Kit with me please? Angelina3.4KViews0likes5CommentsMaturity Model
Is anyone actively using (or has tried) the Microsoft Maturity Model? I am researching it now and trying to see if there are some areas I should focus in on. Also looking to see if I can attend the meeting they have today (10/19). I signed up yesterday, but did not get the invite. I'd be interested to hear anyone's experience with the maturity model. Thanks!!966Views1like1Commentseeking consultant for 0365 end user roll out
Hi, Not sure if this is the proper forum, but figured I'd start somewhere. Looking for an 0365 consultant to help navigate all the bells and whistles of 0365. I realize there are many online learning modules and guides, but looking for a bit more hand holding. IT is implementing 0365 Org-wide, but not really able to provide guidance on which apps are best to use to improve work flow, how to get the most out of Sharepoint, Teams, etc. for each dept. Thanks in advance.1.6KViews1like5CommentsGoal: Champions Program
Hi! I am just starting out on the Adoption path and am very excited! I have checked out Microsoft Service Adoption Specialist course and been reading many of your insightful comments on Change Management. We deployed Teams back in March 2020 when most users went remote. Unfortunately, due to the early deployment, people never got a chance to fully explore what Teams could do for them unless they chose to explore it themselves. Our users use OneNote, Outlook, Forms, and Teams. We will be remote for the foreseeable future. We are a smaller business, 600+ with a mixture of frontline and call center. We have some plans to have a live event and other ways of showing users how our executives/Team Leaders are using Teams. What advice do you have for beginning a Champions Program while working remote? How have you affectively engagement with your early adopters without overwhelming them? What goals or deadlines did you set for yourself as a smaller business to make creating a Champions program more "bite-size?" Please feel free to add any advice you think would be helpful as I start out on this adventure 🙂Solved4.3KViews3likes7Comments