PiaSys Tech Bites
PiaSys Tech Bites
  • 290
  • 320 659

Відео

Episode #289 - Using Service Principals with custom Power Platform Connectors
Переглядів 10321 день тому
In this episode you can learn how to configure a custom Power Platform connector that relies on Microsoft Graph and on a Service Principal account for authentication. The sample illustrates how to create a custom connector with an operation to create a new team in Microsoft Teams.
Episode #288 - Microsoft Copilot Studio: interaction with external systems/services
Переглядів 108Місяць тому
Learn how you can create custom Copilots with Microsoft Copilot Studio (MCS) to interact with external systems like Power Platform Connectors, Power Automate flows, Dataverse, etc. Here you can find additional information: - learn.microsoft.com/en-us/microsoft-copilot-studio/advanced-plugin-actions - learn.microsoft.com/en-us/microsoft-copilot-studio/advanced-flow learn.microsoft.com/en-us/micr...
Episode #287 - Hosting a custom copilot in SharePoint Online
Переглядів 232Місяць тому
In this episode you can see how to host a custom copilot built with Microsoft Copilot Studio within a SharePoint Online Site Collection using a SharePoint Framework extension. You can find additional details here: - microsoftcopilotstudio.microsoft.com/en-us/blog/deploy-a-custom-copilot-to-sharepoint-with-a-seamless-single-sign-on-experience/ - learn.microsoft.com/en-us/microsoft-copilot-studio...
Episode #286 - Consuming SharePoint/OneDrive data with Microsoft Copilot Studio and SSO
Переглядів 273Місяць тому
In this video you can learn how to create and configure a custom Copilot built with Microsoft Copilot Studio in order to consume documents stored in a SharePoint Online or OneDrive for Business library using Single Sign-On. You can find additional information here: - learn.microsoft.com/en-us/microsoft-copilot-studio/nlu-generative-answers-sharepoint-onedrive - learn.microsoft.com/en-us/microso...
Episode #285 - Consuming SharePoint/OneDrive data with Microsoft Copilot Studio
Переглядів 334Місяць тому
In this video you can learn how to consume SharePoint Online/OneDrive for Business document from a custom copilot built with Microsoft Copilot Studio. Here you can find additional information: - learn.microsoft.com/en-us/microsoft-copilot-studio/nlu-generative-answers-sharepoint-onedrive - learn.microsoft.com/en-us/microsoft-copilot-studio/configuration-end-user-authentication - learn.microsoft...
Episode #284 - Overview of Microsoft Copilot Studio
Переглядів 1323 місяці тому
In this video you can get an overview of Microsoft Copilot Studio, its licensing model, and its main functionalities. In the upcoming episodes of this series, you can learn how to create custom copilots, how to extend Microsoft Copilot for Microsoft 365, and how to leverage the full set of capabilities of Microsoft Copilot Studio. You can find additional information here: - learn.microsoft.com/...
Episode #283 - Extending Microsoft Copilot with custom Plugins with SSO support and AuthN/AuthZ
Переглядів 1723 місяці тому
In this video you can learn how to create a custom plugin for Microsoft Copilot in Microsoft 365 relying on users' Authentication and Authorization via Entra ID and OAuth. In particular, you can see how to create a custom Message Extension using the Microsoft Teams Toolkit for Visual Studio and the Bot Framework for .NET to identify the user and to get an access token to consume either Microsof...
Episode #282 - Extending Microsoft Copilot in Microsoft 365 with custom Plugins
Переглядів 1733 місяці тому
Learn how to create Microsoft Copilot plugins to extend the user experience in Microsoft Copilot for Microsoft 365 consuming external data and services. You can find the source code of the demo here: - github.com/PiaSys/Conferences-Samples/tree/master/Copilot You can find additional details here: - learn.microsoft.com/en-gb/microsoft-365-copilot/extensibility/ - learn.microsoft.com/en-us/micros...
Episode #281 - Creating Microsoft Graph Connectors for Microsoft Copilot in Microsoft 365
Переглядів 3294 місяці тому
Learn how to create a custom Microsoft Graph Connector to ingest data into the Semantic Index of Microsoft Copilot. In this video, you can see how to use Python and some additional packages to read a CSV file and to import it into Microsoft 365 via a Microsoft Graph Connector. You can find the source code of the demo here: - github.com/PiaSys/Conferences-Samples/tree/master/Copilot/python-f1-co...
Episode #280 - Examples of using Microsoft Copilot for Microsoft 365 in Microsoft Excel
Переглядів 1294 місяці тому
Let's see how you use Microsoft Copilot for Microsoft 365 to analyze data in Microsoft Excel in order to create new calculated columns, highlight data, create pivots, create charts, etc.
Episode #279 - Examples of using Microsoft Copilot for Microsoft 365 in Microsoft Word
Переглядів 1404 місяці тому
Let's see few examples of how to improve your productivity in Microsoft Word by using Microsoft Copilot for Microsoft 365. Here you can see: - how to generate a Word document from scratch - how to generate a Word document from an already existing PowerPoint presentation - how to refine your language in a document - how to get instructions from Copilot about how to use Microsoft Word
Episode #278 - Examples of using Microsoft Copilot for Microsoft 365 in Microsoft PowerPoint
Переглядів 944 місяці тому
In this video you can learn how to use Microsoft Copilot for Microsoft 365 to create and manage Microsoft PowerPoint presentations. In particular, you can see how to: - Create a new presentation from scratch providing a topic - Add specific slides to an already existing presentation - Create a new presentation from an already existing Word document Learn how to improve your work quality and how...
Episode #277 - Examples of using Microsoft Copilot for Microsoft 365 in Microsoft Outlook
Переглядів 1795 місяців тому
In this video you can see examples of using Microsoft Copilot for Microsoft 365 in Microsoft Outlook. You can see how to leverage the Draft with Copilot, Coaching with Copilot, and Summary by Copilot functionalities.
Episode #276 - Examples of using Microsoft Copilot for Microsoft 365 in Microsoft Teams
Переглядів 2725 місяців тому
Wondering what you can do with Microsoft Copilot for Microsoft 365? Watch this video and see some real-life examples of what you can do using Copilot and Microsoft Teams!
Episode #275 - How to activate Microsoft Copilot for Microsoft 365 in your tenant
Переглядів 9745 місяців тому
Episode #275 - How to activate Microsoft Copilot for Microsoft 365 in your tenant
Episode #274 - Testing RateLimit headers using the Microsoft Dev Proxy
Переглядів 746 місяців тому
Episode #274 - Testing RateLimit headers using the Microsoft Dev Proxy
Episode #273 - Leverage RateLimit headers to improve Microsoft Graph throughput
Переглядів 1356 місяців тому
Episode #273 - Leverage RateLimit headers to improve Microsoft Graph throughput
Episode #272 - Using PnPjs from a Node.js application
Переглядів 3646 місяців тому
Episode #272 - Using PnPjs from a Node.js application
Episode #271 - Consuming Entra ID applications with Managed Identities
Переглядів 1517 місяців тому
Episode #271 - Consuming Entra ID applications with Managed Identities
Episode #270 - Accessing Microsoft Graph with a Managed Identity
Переглядів 6317 місяців тому
Episode #270 - Accessing Microsoft Graph with a Managed Identity
Episode #269 - Accessing SQL Azure Database with a Managed Identity
Переглядів 1,3 тис.7 місяців тому
Episode #269 - Accessing SQL Azure Database with a Managed Identity
Episode #268 - User-assigned Managed Identities
Переглядів 2677 місяців тому
Episode #268 - User-assigned Managed Identities
Episode #267 - Understanding Microsoft Entra Managed Identities
Переглядів 3488 місяців тому
Episode #267 - Understanding Microsoft Entra Managed Identities
Episode #266 - Deleting files and browsing the Recycle Bin with Microsoft Graph
Переглядів 2378 місяців тому
Episode #266 - Deleting files and browsing the Recycle Bin with Microsoft Graph
Episode #265 - Implementing a TextBox based ACE CardView with SPFx 1.18
Переглядів 1538 місяців тому
Episode #265 - Implementing a TextBox based ACE CardView with SPFx 1.18
Episode #264 - Building Search Adaptive Card Extensions with SPFx 1.18
Переглядів 1679 місяців тому
Episode #264 - Building Search Adaptive Card Extensions with SPFx 1.18
Episode #263 - Introducing SharePoint Framework 1.18
Переглядів 2189 місяців тому
Episode #263 - Introducing SharePoint Framework 1.18
Episode #262 - Handling Throttling Exceptions with Microsoft Graph SDK for .NET
Переглядів 1719 місяців тому
Episode #262 - Handling Throttling Exceptions with Microsoft Graph SDK for .NET
Episode #261 - Handling Throttling Exceptions with .NET and Microsoft Graph
Переглядів 22510 місяців тому
Episode #261 - Handling Throttling Exceptions with .NET and Microsoft Graph

КОМЕНТАРІ

  • @theredd11
    @theredd11 2 місяці тому

    How to configure it in postman?

  • @dancingkidkul9325
    @dancingkidkul9325 3 місяці тому

    Hi, I have below question. How to read and write an excel file from a particular SharePoint site and on from respective folder in the SPO site so how to do this or what can I do to get this done via MS Graph API? Can you answer this so I can work on this?

  • @YashTri001
    @YashTri001 3 місяці тому

    Can we execute this same code(using Azure Auth) on apuk_sahrepointretrievedocuements' plugin to replace current existing ADFS token ?? as I' showing the SharePoint column fields in dynamics on web resource Or any further references?? Thank you so much!

  • @eduardomarinheiroalonso5592
    @eduardomarinheiroalonso5592 5 місяців тому

    How could we open a sharepoint online site in a new tab using the token obtained?

  • @stephajn
    @stephajn 6 місяців тому

    Does this same approach work if you have an application in Azure AD, and you want to make it available to Azure B2C tenants?

  • @user-xu2ki7uw8z
    @user-xu2ki7uw8z 6 місяців тому

    what url do i paste into the graph explorer? how do you find the folder name of the excel file

  • @steenjakobsen3576
    @steenjakobsen3576 8 місяців тому

    Thank you so much.

  • @vimleshsharma3251
    @vimleshsharma3251 8 місяців тому

    how to read on onedrive path and all files of user using graph api in Azure Function/Console Application?

  • @OferGalSabaShelJuba
    @OferGalSabaShelJuba 10 місяців тому

    Where Can I find the code?

  • @thambi747474
    @thambi747474 Рік тому

    Hi can you please let me know how we can monitor the Tabs created in the teams channels by any users is it possible by microsoft graph ?

  • @marklandgraf7667
    @marklandgraf7667 Рік тому

    I guess I should get a PhD in Azure so I can understand any of this.

  • @vikashplayer
    @vikashplayer Рік тому

    Why did we not use powershell Azure function app?

  • @StackRadius
    @StackRadius Рік тому

    Getting error at first step itself "error": { "code": "invalidRequest", "message": "Invalid hostname for this tenancy", "innerError": { "date": "2023-02-21T18:05:25",

  • @hajakabeer794
    @hajakabeer794 Рік тому

    Hi Thank you for the video, I am getting an error during runtime "Failed to set the 'value' property on 'HTMLInputElement: This input element accepts a filename, which may only be programmatically set to the empty string." kindly help on

  • @vimleshsharma3251
    @vimleshsharma3251 Рік тому

    Thanks for the video. Really it help me more.

  • @tremorolaes9764
    @tremorolaes9764 Рік тому

    Thanks for the video. Very helpful! Am I able to pass the credentials that have access to the site so I can automate what I need to do?

  • @Zzyzx-
    @Zzyzx- Рік тому

    Hi Paolo! Im modifying an existing Application Customizer for Alerts. I have modified it to use one master list that shows alerts for multiple sites. This works as intended. I have inherited a caching mechanism that creates Session cache so that you can X out an alert if you have read it. But this cache is created on a site to site basis. Any input on how to store this information?

  • @ibrahimirfan2864
    @ibrahimirfan2864 Рік тому

    can u plz share the source code?

  • @jyotirmoymaschatak5960
    @jyotirmoymaschatak5960 Рік тому

    Good work

  • @mehdi5738
    @mehdi5738 Рік тому

    Thanks. That was exactly the thing I was looking for, aIong with the pnpsite cmdlets

  • @cavasm9738
    @cavasm9738 Рік тому

    in the end of the video where you want to view the Image. after you set /image at the end of endpoint, just add '/$value'. You will see the real picture of the char in your Graph API Explorer. so you will get /image/$value

  • @bhagyashreechaudhari7030
    @bhagyashreechaudhari7030 2 роки тому

    Could you please re-upload video with good audio?

  • @christiangonzales1330
    @christiangonzales1330 2 роки тому

    do exceptions directly stem from requests? or can they stem from other elements such as page views, track, dependancy, and such?

  • @Leonardo-gd2iz
    @Leonardo-gd2iz 2 роки тому

    Please tell me how to make a request to receive teams id and channel id

  • @markcuello5
    @markcuello5 2 роки тому

    Help me

  • @ninadj3519
    @ninadj3519 2 роки тому

    hi thank you, how can we use pnp in regular javascript web part in Sharepoint?

  • @abdelbassetessordi189
    @abdelbassetessordi189 2 роки тому

    Hey thank you for the great content can you share the source code and thank you with the community

  • @AdityaKumar-hy6fo
    @AdityaKumar-hy6fo 2 роки тому

    Difficult to understand you. You talk too fast and your accent is really heavy. Slow down!!

    • @RodrigoGoytea
      @RodrigoGoytea Рік тому

      I'm from Argentina (Spanish native speaker) and I understood everything very well...

  • @sriramcherukupalli1363
    @sriramcherukupalli1363 2 роки тому

    Can I access my share point spread sheets also using "full control" tenant permissions?

  • @amlendu123
    @amlendu123 2 роки тому

    well explained, although its such a complex topic and there are so many layers !

  • @shazaelali4588
    @shazaelali4588 2 роки тому

    Thank you, i try send message using post man , but the response show forbbiden , any help ?

  • @jpmiguel
    @jpmiguel 2 роки тому

    This method does not send messages above 3Mb.

  • @ChristianRodriguez-ms3pb
    @ChristianRodriguez-ms3pb 2 роки тому

    And Now how can I change it?

  • @metkhoo
    @metkhoo 2 роки тому

    At 2:37, you mention you supply the "Siteid" and "WebId". How do I easily get these ID's on an existing site? Thanks

  • @sanketkalawade4858
    @sanketkalawade4858 2 роки тому

    can we select default source without opening propertyPane?

  • @GomathiNayagamS
    @GomathiNayagamS 2 роки тому

    cool man, i was scratching my head few days as how to get sites level content, you nailed it. thanks bro.

  • @FilmfanOliver1992
    @FilmfanOliver1992 2 роки тому

    Great video 6:12 How do I get the name of the added file ?

  • @FilmfanOliver1992
    @FilmfanOliver1992 2 роки тому

    Can I use Microsoft Graph Webhooks for for files in Sharepoint ?

  • @kmuralikrishna1582
    @kmuralikrishna1582 2 роки тому

    Its time to use PnPFramework

  • @kmuralikrishna1582
    @kmuralikrishna1582 2 роки тому

    SharePointPnpCoreOnline: This package has been deprecated as it is legacy and no longer maintained

  • @kmuralikrishna1582
    @kmuralikrishna1582 2 роки тому

    Really appreciate to this effect. By any chance can I get this entire Sollution file

  • @kmuralikrishna1582
    @kmuralikrishna1582 2 роки тому

    Really appreciate.. But you should never suggest to use or refer using windows authentication. Because once we build this tool this need to run in many desktops which they don't save any windows authentication. There the tool will fail. Authenticationmanager is best way to run the tool with username and password.

  • @nischaljadhav8395
    @nischaljadhav8395 2 роки тому

    Can u pls make one tutorials on how to send mail using microsoft graph api in Java

  • @shankarsubramanian9805
    @shankarsubramanian9805 3 роки тому

    Nice one !..Do you have any sample or blogs for trigger jenkins build via outgoing webhook in teams? Or should i try this and change?

  • @hedwig99
    @hedwig99 3 роки тому

    why voice is so low?

  • @HimanshuKumar-xz5tk
    @HimanshuKumar-xz5tk 3 роки тому

    How to do it in nodejs? I am able to acquire access token but not sure how to send messages because it requires a user and my app is a backend app(nodejs script). On graph explorer, it works.

  • @ruturajinchal5284
    @ruturajinchal5284 3 роки тому

    I was trying to find this was getting solution to use nvm in net, thanks so much👍

  • @CenkKABAHASANOGLU
    @CenkKABAHASANOGLU 3 роки тому

    Thank you, can you please tell me how to send a direct message to a specific user instead a group?

    • @oliverfraful
      @oliverfraful 2 роки тому

      Did you find out how to do it?

    • @CenkKABAHASANOGLU
      @CenkKABAHASANOGLU 2 роки тому

      @@oliverfraful Unfortunately, I couldn't.

    • @GabrielSantos-gs8js
      @GabrielSantos-gs8js 2 роки тому

      Do you think this is possible? I didn't find out anything about yet.

    • @CenkKABAHASANOGLU
      @CenkKABAHASANOGLU 2 роки тому

      @@GabrielSantos-gs8js As I see it only allows to send messages to a specific group.

    • @rathore_shantilal
      @rathore_shantilal 2 роки тому

      @@CenkKABAHASANOGLU how to send messages to a specific group.

  • @ivanzinov6875
    @ivanzinov6875 3 роки тому

    audio is bad

  • @pablogodino377
    @pablogodino377 3 роки тому

    Thanks for the video. Can I connect a custom SPFX Publisher webpart to an OOTB Subscriber? (e.g. Documents webpart)