Getting Started
39 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.Solved937Views0likes4CommentsLooking 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.6KViews0likes3CommentsChampion 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.1.9KViews0likes3CommentsImporting 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-elementindustrial furniture 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 this stackoverflow post: { 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.2KViews0likes5CommentsMaturity 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!!911Views1like1Commentseeking 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.5KViews1like5CommentsGoal: 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 🙂Solved4KViews3likes7CommentsTeams adoption
We have attempted using a messenger app (a different one) in the past; about a dozen people tested it, some liked it, some were rather impartial to it. In my industry (construction), it seems to be rather difficult to introduce any operational changes so this scenario is no different. Before I even try to roll this initiative out on a company-wide scale, I wanted to reach out to the community for any recommendations on how to get my colleagues excited about this great communication tool. Your feedback is greatly appreciated. RomanaSolved4.5KViews0likes8Comments