Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
✇MS Technology Talk

Managing Files Across Microsoft 365

Microsoft 365 is a powerful suite of productivity tools that includes a wide range of apps and services. One of the key features of Microsoft 365 is its ability to manage files across various apps and services. With Microsoft 365, you can store, share, and collaborate on files with ease. In this blog post, we’ll explore some best practices for managing files across Microsoft 365.

Use OneDrive for Business or SharePoint Online

One of the most important things you can do to manage your files effectively is to use OneDrive for Business or SharePoint Online. These cloud storage solutions are designed to help you manage and share files across Microsoft 365. They offer features such as version control, co-authoring, and access control to help you manage your files effectively.

With OneDrive for Business, you can store files in the cloud and access them from anywhere. You can also share files with others, and set up access controls to ensure that only authorized users can view or edit them. SharePoint Online, on the other hand, is a powerful collaboration platform that allows you to create team sites, share files, and collaborate with team members.

Use the Microsoft 365 Admin Center

The Microsoft 365 Admin Center provides a centralized location for managing your organization’s files across Microsoft 365. From here, you can manage user permissions, set up retention policies, and configure data loss prevention settings. You can also track user activity and audit logs to ensure that your files are being used appropriately.

One of the key benefits of the Microsoft 365 Admin Center is its ability to manage permissions. You can grant or revoke access to files and folders, and set up role-based access controls to ensure that only authorized users can access sensitive data.

Use Microsoft Teams

Microsoft Teams is a collaboration platform that integrates with Microsoft 365. You can use Teams to store files, collaborate on documents, and chat with team members. Teams also integrates with other Microsoft 365 apps like OneNote, Planner, and Power BI.

One of the key benefits of using Teams is its ability to integrate with other apps. You can create channels for specific projects, and share files and information with team members. You can also use Teams to host virtual meetings and collaborate on documents in real-time.

Use Compliance Manager

Compliance Manager is a Microsoft 365 feature that helps you manage compliance-related tasks, such as GDPR, ISO 27001, and HIPAA. It provides a dashboard for tracking compliance tasks and provides guidance on how to meet compliance requirements.

With Compliance Manager, you can track compliance tasks across your organization, and get guidance on how to meet compliance requirements. You can also use Compliance Manager to create reports and dashboards that show your compliance status.

Use Power Automate

Power Automate is a Microsoft 365 tool that allows you to automate tasks across Microsoft 365. You can use Power Automate to create workflows that move files between apps, trigger actions based on certain events, and automate other repetitive tasks.

One of the key benefits of Power Automate is its ability to automate tasks. You can create workflows that move files between apps, and trigger actions based on certain events. This can help you save time and reduce manual errors.

Managing files across Microsoft 365 can be a complex process, but with the right tools and strategies, you can make it easier. By using OneDrive for Business or SharePoint Online, the Microsoft 365 Admin Center, Microsoft Teams, Compliance Manager, and Power Automate, you can manage your files effectively, ensure compliance, and collaborate with team members seamlessly.

The post Managing Files Across Microsoft 365 appeared first on MS Technology Talk.

✇MS Technology Talk

How to Check if a Microsoft Team Already Exists using Power Automate using Team Title

Power Automate (formerly known as Microsoft Flow) is a powerful tool that allows you to automate workflows between different applications and services. One common use case is to automate the creation of Microsoft Teams. However, before creating a new Microsoft Team, it’s important to check if a team with the same title already exists. In this blog post, we’ll show you how to use Power Automate to check if a Microsoft Team already exists using the team title.

Comparing a Microsoft Team’s existence based on its title is a simple process. You can add this activity to a new Flow by passing the team title as a parameter, or you can include it in an existing Flow. The result of this action will be a Boolean value.

Step 1: “List Teams” Action from the Microsoft Teams Connector

Next, you need to add the “List Teams” action from the Microsoft Teams connector. To do this, search for “List Teams” in the search bar and select the “Get teams” action.

Step 2: Add expression to “Compose” Action

Now, Add the “Compose” Action and can add a formula express on “List Teams” action verifying the Team Title to compare. Check the below example:

contains(string(outputs('List_teams')?['body']),triggerBody()['text'])

This will return a Boolean value which you can condition to condition and can add actions to your flow to perform additional actions based on this information.

In this blog post, we showed you how to use Power Automate to check if a Microsoft Team already exists using the team title. By following these steps, you can ensure that you don’t create duplicate Microsoft Teams and streamline your workflow. Power Automate is a powerful tool that can help you automate many repetitive tasks, saving you time and improving your productivity.

The post How to Check if a Microsoft Team Already Exists using Power Automate using Team Title appeared first on MS Technology Talk.

✇MS Technology Talk

How to Leverage SharePoint Online to Manage Remote Teams

The COVID-19 pandemic has forced many organizations to shift to remote work, and this trend is expected to continue even after the pandemic subsides. While remote work offers many benefits, such as increased flexibility and reduced costs, it also presents unique challenges, such as how to effectively manage teams that are geographically dispersed. Fortunately, SharePoint Online can help organizations overcome these challenges and manage remote teams more effectively. In this post, we’ll explore how to leverage SharePoint Online to manage remote teams.

Set up a Team Site

The first step in managing remote teams in SharePoint Online is to create a Team Site. A Team Site is a dedicated workspace for a team where they can collaborate on projects, share files, and communicate. In SharePoint Online, a Team Site can be created using a template, which includes preconfigured lists, libraries, and web parts that are tailored to the needs of a particular team.

Use the Communication Tools

One of the biggest challenges of managing remote teams is communication. SharePoint Online offers several communication tools that can help teams stay connected and collaborate effectively. For example, Teams can use the News web part to share updates and announcements, the Discussion Board to have conversations, and the Yammer web part to engage in social networking.

Create and Manage Tasks

Managing tasks is another critical aspect of managing remote teams. SharePoint Online offers a built-in task management system that allows teams to create, assign, and track tasks. Tasks can be added to the Tasks list in a Team Site, and they can be assigned to specific team members, given deadlines, and marked as complete when finished.

Use OneDrive for Business

OneDrive for Business is a cloud-based storage service that is included with SharePoint Online. It allows team members to store, sync, and share files securely. By using OneDrive for Business, team members can access files from anywhere, collaborate on documents in real-time, and avoid the risks associated with sending files via email.

Monitor Team Performance

Monitoring team performance is critical for ensuring that remote teams are meeting their goals and objectives. SharePoint Online offers several tools that can help managers track team performance, such as the PerformancePoint Services, which allows managers to create dashboards and reports that provide real-time visibility into team performance.

Train Employees on How to Use SharePoint Online

Effective use of SharePoint Online requires training and education. It’s essential to ensure that all team members understand how to use SharePoint Online and its various features. Training can be provided through online tutorials, webinars, or in-person training sessions.

Ensure Data Security and Compliance

Remote work presents unique security and compliance challenges, particularly with respect to data. It’s essential to ensure that sensitive data is secure and that all team members are following the organization’s data security policies. SharePoint Online offers several security features, such as data encryption and multi-factor authentication, to ensure that data is secure and compliant with regulations. Managing remote teams requires a different set of skills and tools than managing teams in a traditional office setting. SharePoint Online offers many features and tools that can help organizations manage remote teams more effectively. By creating a Team Site, using communication tools, creating and managing tasks, using OneDrive for Business, monitoring team performance, training employees on how to use SharePoint Online, and ensuring data security and compliance, organizations can leverage SharePoint Online to manage remote teams more effectively.

The post How to Leverage SharePoint Online to Manage Remote Teams appeared first on MS Technology Talk.

✇MS Technology Talk

Streamlining Processes with SharePoint and Teams: How to Achieve Better Productivity and Efficiency

Collaboration is key to achieving productivity and efficiency in any organization. SharePoint and Teams are two powerful Microsoft tools that can help streamline processes and increase collaboration among team members. In this blog post, we’ll explore how to use SharePoint and Teams together to streamline your organization’s processes.

The Benefits of SharePoint and Teams

SharePoint and Teams offer several benefits for organizations looking to streamline their processes. These benefits include:

  • SharePoint offers a centralized location for storing and managing data, making it easier for team members to access the information they need.
  • Teams offers real-time collaboration features that allow team members to work together on projects in real-time, increasing productivity and efficiency.
  • SharePoint’s workflow automation features can help streamline processes by automating routine tasks and reducing manual work.
  • SharePoint and Teams integrate with other Microsoft tools, such as OneDrive and Outlook, to provide a comprehensive solution for managing data and collaborating with team members.

Streamlining Processes with SharePoint and Teams:

Here are the steps to streamline your organization’s processes with SharePoint and Teams:

  1. First, Identify the process that you want to streamline. This could be anything from managing customer requests to tracking inventory.
  2. After that, Create a SharePoint list to track the data associated with the process. Use columns to capture the relevant data points and customize the list to fit your needs.
  3. Create a Teams channel to collaborate on the process. Invite team members to the channel and add the SharePoint list as a tab.
  4. Use Power Automate to create automation for the business process. You can set up a flow automatically using an existing template or can create a flow based on your need.
  5. Now that you have set up the SharePoint list and Teams channel, team members can collaborate in real-time on the process. They can add, edit, and delete items from the list, and changes will be reflected in Teams as well.

Best Practices for Streamlining Processes with SharePoint and Teams

Here are some best practices for streamlining processes with SharePoint and Teams:

  • Keep your SharePoint list and Teams channel simple and easy to use. Too many columns or unnecessary features can make the process more complicated and difficult to manage.
  • Use SharePoint list templates to quickly set up new processes. This can help you save time and ensure consistency across different processes.
  • Set up alerts to receive notifications when changes are made to the list or channel. This can help you stay on top of important updates and changes.
  • Use SharePoint’s form features to make it easy for team members to add new items to the list. This can help ensure that all necessary data is captured and reduce the risk of errors.
  • Regularly monitor the process to identify areas for improvement. Use the data captured in the SharePoint list to track performance and identify opportunities for optimization.

By using SharePoint and Teams together, organizations can streamline their processes and achieve better productivity and efficiency. With proper setup and management, SharePoint and Teams can provide a powerful solution for managing data and collaborating with team members. By following these best practices, you can create a streamlined and efficient process for your team to work from.

The post Streamlining Processes with SharePoint and Teams: How to Achieve Better Productivity and Efficiency appeared first on MS Technology Talk.

✇MS Technology Talk

Creating and Managing SharePoint Sites from Teams: A Comprehensive Guide

Microsoft Teams and SharePoint are two powerful tools that can be used together to streamline collaboration and productivity. In this blog post, we’ll explore how to create and manage SharePoint sites from Teams, and discuss best practices for organizing and managing sites.

Creating SharePoint Sites from Teams:

Teams allows you to create SharePoint sites directly from within the application. Here are the steps to do so:

  1. Navigate to the Channel where you want to create the SharePoint site.
  2. Click on the ‘+’ button next to the tabs to add a new tab.
  3. Select ‘SharePoint’ from the list of available apps.
  4. Follow the prompts to create a new SharePoint site. You can choose to use an existing site as a template or create a new site from scratch.

Managing SharePoint Sites from Teams:

Once your SharePoint site is set up, you can manage it directly from within Teams. Here are some best practices for managing SharePoint sites:

  • Customize your site navigation to make it easier for team members to find what they need. This can be done by adding links to important pages, documents, and other resources.
  • You can add apps and tabs to your SharePoint site to extend its functionality. This can include tools like calendars, task lists, and more.
  • SharePoint provides a range of security controls that allow you to set permissions for your site. By setting permissions, you can ensure that only the right people have access to sensitive information.
  • Use document libraries to organize your files and documents in a logical manner. This can include setting up subfolders and using metadata to categorize files.
  • SharePoint provides powerful list and form capabilities that can be used to track information and data. Use these tools to manage workflows, requests, and more.

By creating and managing SharePoint sites from Teams, you can streamline collaboration and productivity for your team. With proper setup and management, SharePoint can be a valuable tool for organizing and managing information and resources. By following these best practices, you can create a powerful and efficient platform for your team to work from.

The post Creating and Managing SharePoint Sites from Teams: A Comprehensive Guide appeared first on MS Technology Talk.

✇MS Technology Talk

Using SharePoint as a Document Repository for Teams

Microsoft Teams has quickly become one of the most popular collaboration tools for businesses around the world. However, when it comes to managing documents and files, Teams has its limitations. In this blog post, we’ll explore how to use SharePoint as a document repository for Teams and discuss best practices for managing files and documents.

Understanding SharePoint as a Document Repository:

SharePoint is a powerful document management system that can be used to store, manage, and share documents and files. It provides a range of features and capabilities, including version control, co-authoring, and security controls. By using SharePoint as a document repository for Teams, you can take advantage of these features and provide a centralized location for all of your files and documents.

Setting Up SharePoint for Teams

Before you can use SharePoint as a document repository for Teams, you need to set it up properly. Here are the steps:

Create a SharePoint Site:

First, you need to create a SharePoint site where you’ll store your documents. This site should be configured with the appropriate permissions and security controls.

Create Document Libraries:

Next, you need to create document libraries within your SharePoint site. These libraries should be organized in a logical manner and should reflect the way your team works.

Connect SharePoint to Teams:

Once your SharePoint site and document libraries are set up, you can connect them to Teams. This can be done by adding the SharePoint site as a tab in a Teams channel.

Managing Documents in SharePoint

Now that your SharePoint site is set up and connected to Teams, you can start managing your documents. Here are some best practices for managing documents in SharePoint:

Use Version Control:

SharePoint provides version control, which allows you to keep track of changes made to a document over time. This is especially useful when multiple people are working on the same document.

Co-Author Documents:

SharePoint also provides co-authoring capabilities, which allow multiple people to work on a document at the same time. This is useful when collaborating on a document with your team.

Use Metadata:

Metadata can be used to categorize and organize documents within SharePoint. By using metadata, you can make it easier for team members to find the documents they need.

Set Permissions:

SharePoint provides a range of security controls that allow you to set permissions for your documents. By setting permissions, you can ensure that only the right people have access to sensitive documents.

By using SharePoint as a document repository for Teams, you can take advantage of its powerful document management capabilities and provide a centralized location for all of your files and documents. With proper setup and management, SharePoint can be a valuable tool for any team looking to collaborate on documents and files.

The post Using SharePoint as a Document Repository for Teams appeared first on MS Technology Talk.

✇MS Technology Talk

Integrating SharePoint and Teams for Better Collaboration: Best Practices

SharePoint and Teams are two powerful collaboration tools in the Microsoft suite. SharePoint is a content management and collaboration platform that provides organizations with document libraries, lists, workflows, and other features that make it easy to share and manage content. Teams is a chat-based collaboration platform that brings together people, conversations, and content in a virtual workspace. By integrating these two platforms, you can unlock even greater collaboration capabilities. In this blog post, we’ll explore how to integrate SharePoint and Teams and discuss best practices for using them together.

Understanding the Benefits of Integrating SharePoint and Teams:

The integration of SharePoint and Teams provides a seamless collaboration experience, allowing users to work together in one unified environment. Here are some of the benefits of integrating SharePoint and Teams:

Access SharePoint Content in Teams:

With the integration of SharePoint and Teams, you can easily access SharePoint content within Teams. This means that you can collaborate on documents, lists, and other content without having to leave Teams.

Collaborate on SharePoint Content:

You can collaborate on SharePoint content with your team members in real-time within Teams. This enables team members to work together more efficiently, and it ensures that everyone is on the same page.

Improved Communication:

With the integration of SharePoint and Teams, you can communicate with team members using Teams chat, voice, and video features. This makes it easier to collaborate on content and discuss ideas in real-time.

Setting up the Integration Between SharePoint and Teams:

To integrate SharePoint and Teams, you need to set up a few things. Here’s a step-by-step guide:

Set up a SharePoint site:

The first step is to set up a SharePoint site that you want to integrate with Teams. You can do this by going to SharePoint Online and creating a new site.

Create a Team:

Next, you need to create a new Team in Teams. This will be the virtual workspace where you and your team members will collaborate.

Add the SharePoint site to Teams:

Once you have created the Team, you need to add the SharePoint site to it. You can do this by selecting the “Add cloud storage” option within the Files tab of the Team.

Collaborate on SharePoint content in Teams:

Now that you have set up the integration between SharePoint and Teams, you can collaborate on SharePoint content within Teams. You can access SharePoint files and lists from the Files and Lists tabs of the Team. You can also create new documents and lists directly from within Teams.

Exploring the Capabilities of the SharePoint and Teams Integration

The integration of SharePoint and Teams provides a wide range of capabilities that can enhance collaboration in your organization. Here are some of the key capabilities of the integration:

Co-authoring:

With the integration of SharePoint and Teams, you can co-author documents in real-time with your team members. This means that multiple people can work on the same document at the same time, making collaboration more efficient.

Access control:

SharePoint provides powerful access control features that allow you to control who can access and edit content. With the integration of SharePoint and Teams, you can apply these access control features to the content that you collaborate on in Teams.

Mobile access:

With the integration of SharePoint and Teams, you can access SharePoint content from anywhere using the Teams mobile app. This means that you can collaborate on content with your team members even when you’re on the go.

Integrating SharePoint and Teams provides a powerful collaboration experience that can enhance productivity and improve communication in your organization. By following these best practices for integrating SharePoint and Teams, you can collaborate on content in real-time, improve communication, and achieve better results.

The post Integrating SharePoint and Teams for Better Collaboration: Best Practices appeared first on MS Technology Talk.

✇MS Technology Talk

TechDay Pakistan 2023

We are thrilled to announce the 2nd edition of TechDay Pakistan, the highly anticipated online event that will take place on March 11th, 2023. Our goal is to bring together Microsoft 365, Azure, AI, D365, Power Platform specialists, developers, architects, end-users, and other professionals who work with Microsoft Cloud Technologies.

Our event aims to provide a platform for attendees to learn and share the latest information, best practices, and insights on various topics related to Microsoft Cloud Technologies. We will have expert speakers who will share their knowledge and experiences, along with interactive sessions, demos, and networking opportunities for all participants.

TechDay Pakistan 2023 is an opportunity for professionals to stay up-to-date with the latest trends, techniques, and tools in Microsoft Cloud Technologies. Whether you are a seasoned expert or a newcomer, our event promises to offer something for everyone.

So, mark your calendars for March 11th, 2023, and join us for a day of insightful discussions, learning, and networking. We look forward to welcoming you to TechDay Pakistan 2023.

For more info visit: https://techdaypakistan.com

Registration

We are excited to invite you to register for TechDay Pakistan 2023, the premier online event for Microsoft Cloud Technology professionals in Pakistan. Don’t miss the chance to connect with experts, learn about the latest tools and techniques, and expand your network.

Registration is now open and easy to access at our Eventbrite page. Follow the link provided below to secure your spot and join us on March 11th, 2023 for a day of knowledge sharing and networking.

Click here to register: https://www.eventbrite.com/e/techday-pakistan-2023-tickets-578556928347

We can’t wait to see you at TechDay Pakistan 2023!

Sessions

Saturday, March 11, 2023

Power Platform Powerhouse Microsoft 365 Mastery AI and Azure

9:00 am

Power Platform Powerhouse
9:00 am → 30 min

USE AI IN POWER PLATFORM: REAL-TIME USE CASE

Microsoft 365 Mastery
9:00 am → 40 min

Cloud Adoption Framework – Governance Overview

9:45 am

10:30 am

Power Platform Powerhouse
10:30 am → 40 min

The Power of PowerFx

Microsoft 365 Mastery
10:30 am → 40 min

Pitfalls for Data Analytics Domain in Pakistan

11:15 am

AI and Azure
11:15 am → 40 min

Let’s take a look at Azure Monitor!

12:00 pm

Power Platform Powerhouse
12:00 pm → 40 min

Leverage GTP-3 in Power Platform

12:45 pm

Power Platform Powerhouse
12:45 pm → 40 min

Automated in-memory testing of Power Automate Flows

1:30 pm

AI and Azure
1:30 pm → 40 min

Building a Responsible AI strategy

2:15 pm

Microsoft 365 Mastery
2:15 pm → 40 min

From Zero to Hero with Lookup Family Functions

AI and Azure
2:15 pm → 40 min

Automate workflows with Azure and Open API

3:00 pm

3:45 pm

Power Platform Powerhouse
3:45 pm → 40 min

Power Platform Accessibility 101

Microsoft 365 Mastery
3:45 pm → 40 min

Database Design Fundamentals

AI and Azure
3:45 pm → 40 min

Introduction to Azure Functions

Session and Speaker Management powered by Sessionize.com

Speakers

The post TechDay Pakistan 2023 appeared first on MS Technology Talk.

✇MS Technology Talk

TechDay Pakistan 2022

Welcome to our first Online event TechDay Pakistan. Our aim is to engage Microsoft 365, Azure, D365, PowerPlatform specialists, end users, architects, developers, and other professionals that work with Microsoft Cloud Technologies to share the latest information for working with anything and everything.
We are organizing an online event “TechDay Pakistan” on 20th March 2022.

Registration

A great lineup of industry experts speaker who will share their knowledge with the attendees. Event register is now open, please click on the following link to get yourself registered: https://www.eventbrite.com.au/e/techday-pakistan-20th-march-tickets-288420693057

Call for Speakers

Call for speakers is on now, please click here submit your session.

Event Detail

Please follow event page link for more details: https://techdaypakistan.com

The post TechDay Pakistan 2022 appeared first on MS Technology Talk.

✇MS Technology Talk

Microsoft 365 Discovery Series 2022

Welcome to Microsoft 365 Discovery series. We are going to organize series of sessions for Eight weeks starting from 26th Feb, 2022 till 16th of April, 2022. There would be two sessions each Saturday, one would be from the community speaker on any of the Microsoft 365 area and second one would be a continuous series of sessions on Microsoft SharePoint.

This would a free event series and we encourage you to attend if you have basic understand on Microsoft t365. Our goal is to develop skillset on Microsoft 365 Platform. If you are new to Microsoft technologies, then this would be an ideal opportunity for you to develop the right skill set.

Registration link: https://www.eventbrite.com/e/microsoft-365-discovery-series-2022-tickets-287832102567

Event Page Link: https://tinyurl.com/MSTechTalkDiscoverySeries

Event Detail

  • PowerPlatform and AI

    In this session, I will discuss the depth of AI within PowerPlatform and how it’s changing the whole structure of Businesses Applications.

    Week 1
    Thu, 3/10/2022 5:00 pm – 5:45 pm
  • Microsoft 365 Mobile Device Management (Intune) component

    Managing mobile devices and computers is not easy. Especially because mobile users are nowadays, mostly everyone, and therefore the challenges are greater. Through MDM-Mobile Device Management and Azure Intune you can provide business and data by organizing security politics, dynamic groups and assigning rights to access documents and applications.
    Microsoft 365 makes it easy for you to manage your devices as well as protect your data, learn through a demo in class.

    Week 2
    Thu, 3/10/2022 5:10 pm – 5:55 pm
  • Overview on Microsoft 365 and Dev Tenant

    An overview on Microsoft 365 will be shared and the app details and creation of a new dev tenant. A detail walkthrough on admin panel and creation of user accounts, configuring demo accounts and organization setting details for the created Tenant

    Week 1
    Thu, 3/10/2022 6:00 pm – 6:45 pm
  • SharePoint Online Information Architecture

    Well-planned and executed information architecture is a prerequisite for an intelligent and high-performing intranet, hub, or site. The most important first step in planning an effective information architecture is understanding your users and helping them find what they need to complete tasks in a way that makes the most sense to them.

    In this session I will share the details regarding the SharePoint Site templates and Hub Site. Will discuss about information architecture for the site and why its important including overview on content types, site columns and list templates.

    If you haven’t worked on SharePoint before than session will be helpful for you to get understanding about the structure of SharePoint sites and how it works. And if you are working for a company, you will understand that what information you would need from business users.

    Week 2
    Thu, 3/10/2022 6:00 pm – 6:45 pm
  • How to configure Microsoft Teams to meet your needs

    Microsoft Teams offers many options in its separate Admin Center to customize the feature to your needs. It distinguishes between global settings and settings that can be applied by policy to explicit users and groups. In addition, there are various options with the separate Microsoft Cloud features to customize the Teams environment to your needs. This session shows an overview focusing to:
    •Options with the Conditional Access feature
    •Microsoft Teams and Defender for Cloud Apps
    •Defender for Office 365 and scenarios in the context of Microsoft Teams
    •Microsoft Information Protection and Teams
    •App Policies with Endpoint Manger for Microsoft Teams Apps

    Week 3
    Sat, 3/12/2022 5:10 pm – 5:55 pm
  • SharePoint Site Security Management

    In this session I will share details on SharePoint security and will show managing security at site at site level and also at document level. Will also different Tiers of Microsoft Teams security and also customization of security for SharePoint site and Microsoft Team to protect the secure content with ease of collaboration.

    Week 3
    Sat, 3/12/2022 6:00 pm – 6:45 pm
  • Introducing Microsoft Graph Search Connectors

    In this session, I will introduce what is Microsoft Graph & Connectors and how important they are for all our future search in our organization. Search is a key aspect on every product in the market for content management and how it solves the user experience is a topic to discuss.
    We will cover Microsoft & Custom Connectors on this topic and understand the architecture of building them with Microsoft Graph.

    **& Yes, we will see some cool demos

    Week 4
    Sat, 3/19/2022 5:10 pm – 5:55 pm
  • SharePoint List and Power Automate Integration

    In this session I will be sharing an overview about SharePoint lists and Power Automate and will walkthrough the process for creating a flow associated with a SharePoint list.
    If you are new to Microsoft 365 platform and learning about SharePoint than this session would be very helpful for you and will give you understanding about SharePoint lists and how to integrate business processes.

    Week 4
    Sat, 3/19/2022 6:00 pm – 6:45 pm
  • Add to OneDrive – new way to sync?

    This session tells you the different of “classic” sync and “Add to OneDrive”, the Pro’s and Contra’s, the Limits of sync and why Microsoft implement another way of sync. It includes a lot of demo’s to explain, that the new way of sync is much more better.

    Week 5
    Sat, 3/26/2022 5:10 pm – 5:55 pm
  • Microsoft Form, Power Automate and SharePoint list process Integration

    In this session I will share the steps by step integration between Microsoft Form and SharePoint List using Power Automate flow and also will show the integration of different business activities.

    Week 5
    Sat, 3/26/2022 6:00 pm – 6:45 pm
  • PowerApps – Import Excel Files into SharePoint

    Importing data from Excel sheets into an existing or new SharePoint list can be a great tool to have in your toolbox. Let’s take a look at the best approach to executing this from Power Apps using File Pickers and a Flow from Power Automate

    Week 6
    Sat, 4/2/2022 5:10 pm – 5:55 pm
  • Introduction to Azure SQL

    In this session we will cover the different options available in Azure SQL in order to select the appropriate option for our next cloud project. We will see practical cases of how to migrate our on-premises databases to Azure SQL

    Week 7
    Sat, 4/9/2022 2:10 pm – 2:55 pm
  • SharePoint and Teams App Development using SPFx and PnP Modules

    This session is about SharePoint app development using SPFx framework and how we can use PnP modules and other 3rd party components in SharePoint app development. This would be a walk through session where I will share the details on the project creation creation till deployment steps.

    Week 7
    Sat, 4/9/2022 3:00 pm – 3:45 pm
Session and Speaker Management powered by Sessionize.com

Speakers

The post Microsoft 365 Discovery Series 2022 appeared first on MS Technology Talk.

❌