Posts

6 Security & Compliance Features of Microsoft Team

Microsoft Teams is one of the latest and fastest growing applications included in Office 365. Microsoft has already announced they’ll be replacing Skype with the Teams application. With MS Teams Communicate in the moment and keep everyone in the know. Stay connected with chat, calls, and meetings within your team and in private or small group conversations. Schedule and join online Skype meetings with HD video, VoIP, and dial-in audio conferencing options. Share your files, apps or desktop in online meetings and review the important moments later with transcriptions of recorded content. Have a dedicated phone number for placing and receiving domestic and international phone calls, with advances features including voicemail, transfer, delegation and emergency calling (e911). Unlike Skype, it’s very easy to integrate other applications and tools into Teams making it a great place to build your organization and stay connected. Following sections outlines key security ...

Microsoft Teams Adoption Strategies

Image
Microsoft Teams is one of the most fastest-growing office 365 application that helps organisations boost collaboration and productivity. Although it’s gaining popularity, changing behaviours and habits is always met with resistance. To help mitigate these challenges we have put together some strategies that are guaranteed to help increase Microsoft Teams adoption within your organisation! Create an adoption framework Having an adoption framework gives you a foundation for an agile service management approach. It also enables an ongoing iteration of adoption throughout your journey with Microsoft Teams and Office 365. There are three main phases to the adoption framework: Start, Experiment, and Scale (from Microsoft). This framework helps improve the core collaboration that teams can get from utilising Microsoft Teams. It also allows you to onboard early adopters and people who may become champions later on. Make it easier for the end users Office 365 is a phenomenal platf...

Microsoft Teams Compliance – exposed

Microsoft Teams Compliance is the processes around meeting legal, regulatory, or organisational policies. For example, regulatory compliance​ is: Regulations imposed through laws or regulatory frameworks, typically dependent on jurisdiction.  Document example includes contracts, invoices, tax documents, employee files, and customer data. Other examples include data residency and meeting specific certification requirements Microsoft Teams compliance covers many topics across the Office 365 feature set. This approach is because Microsoft Teams brings together many Office 365 apps and services into a single user interface. To understand compliance, we need to look at overall Office 365 features. These features cover most applications available in Office 365 that are accessible through Teams. We also need to look at the compliance functionality available in each application. It sometimes differs from the features available in Office 365 overall. Where is Microsoft Teams Data Lo...

Power BI AI Features and Key Visual Influencers

Automate AI with Power BI Microsoft has released AI features for PowerBI and here are some of them. And no additional tools to be purchased: Just your good old Power BI with Premium Capacity. What is in it? Cognitive Services to tap into existing, powerful services of image recognition, sentiment analysis, and much more. Auto-ML to train a novel machine learning model for your data. AutoML automatically searches and tunes the best algorithm for your dataset. Azure ML Integration to integrate the machine learning models you have developed in Azure Machine Learning Studio, directly to your Power BI workspace. Power BI AutoML in action Let’s say that you have an online retail store, and you want to predict if your customers are going to purchase your products based on their interactions. Such a prediction is very important, as you can: Dynamically adjust your website’s response to the customers – especially convince the customers that may otherwise change their...

Adopting to MS Teams – Pressing Questions

If you’re in a company that already uses Office 365, or in a company who’s been considering using Office 365, I’m guessing that Microsoft Teams is a topic that has come up often. And no matter what your industry or company size, we know you likely have all sorts of questions about Microsoft Teams and some of the underlying technologies found in Office 365.   Below are some of the most common Teams questions. Introduction MS Teams Microsoft Teams is a workspace, or a “collaboration hub” as many refer to these workspaces, found within Office 365 that provides real-time collaboration, communication, virtual meetings using audio and video functionality, and file sharing, all within a single application.  It enables cross-organization groups to easily create and use these workspaces in an intuitive manner, placing the most common collaboration and communication functions at everyone’s fingertips.   Co...

Details on Azure AD Connect (BASIC)

Image
Microsoft has discontinued DIRSYNC and directory synchronisation tool. Instead they have released Azure AD. I have provided insight into  Azure D Connect for those who didn’t know. Azure AD Connect is a bridge solution between an organisation’s on-prem Active Directory instance and cloud-based Azure Active Directory. AD Connect enables IT admins to federate on-prem user identities to the Azure platform. Actually, it’s a good way to enable single sign-on (SSO) without having to set up an Active Directory Federation Services (ADFS) instance. So, for Microsoft-focused organisations’, this concept of an identity bridge solution, which is very much like the concept of Google Cloud Directory Sync (formerly called Google Apps Directory Sync, GCDS or GADS), makes a lot of sense. So how does Azure AD Connect and Azure AD fit in with the rest of Microsoft’s strategy for Active Directory? Microsoft’s strategy with Azure Active Directory hasn’t been to deliver it as a cloud-based replaceme...

Azure Webjobs and functions explained

Recently I had questions from my customers asking the differences between Azure web jobs VS Functions. At Prometix we have developed numerous Azure based applications and here is my thought. In the early days, Azure was a thin veneer over virtual machines, and since then it has grown to the point where,   you need to choose which service to use to host your code. From virtual machines to Azure Functions, we can tune just how much abstraction there is between our application code and the hardware. This article is about picking between two of the abstractions that run furthest from the hardware: WebJobs and Azure Functions. App Service Let’s start by talking about App Service, which is the technology that underlies both of these offerings. App Service started its life as a way of hosting applications inside of IIS (Internet Information Services) on Windows. The separation between the applications was provided by IIS and, as such, the configurability and isolation of these servi...