m MS Teams & Sharepoint
Key Points
- an integrated SharePoint app for collaboration with links to other Microsoft apps
- Basically an improved version of Lotus Domino Sametime from 2001
- Sharepoint docs can be accessed by tools for reporting etc ( using JDBC, ODBC drivers that are free )
References
Key Concepts
Teams CMS App
Team feature summary
teams notes from
Teams Meeting Recordings
Save a Teams video as mp4
Generate and save Teams Transcript
---------------
save transcript from ms teams meeting?
recording transcripts in teams meetings
https://www.youtube.com/watch?v=kD50wjtz18w
access transcript from the chat application view
you can download the transcript as word doc
or
go to calendar and open the transcript box on the meeting calendar
transcript NOT available in channel meetings ...
recording transcripts in teams meetings
https://www.youtube.com/watch?v=PqzGP40Krks
MUST run meeting from a teams calendar event
go to chat tab in teams to find transcript file
download teams recording
https://www.youtube.com/watch?v=PuBgkZW6Xbc
how to extract video from teams meetings
https://www.youtube.com/watch?v=-RTFBsqTXEA
Microsoft KQL Content Search - Teams, SharePoint
Teams Search Commands
https://tech.rochester.edu/using-the-search-bar-in-microsoft-teams/
For more advanced searches in messages, you can use the built-in Keyword Query Language (KQL). Below are the keywords that Teams supports. Note: there’s no space between the colon and the search terms.
- “From:Then” enter the person’s name
- “In:Then” enter the channel or group chat name
- “Subject:The” keyword from a message or a subject line
- “Sent:The” date the message was sent
The search feature isn’t just a simple find in Teams. It’s been overloaded with commands. To view the list of available commands type “/” into the search bar.
MS KQL search reference **
Syntax | Returns |
---|---|
author:"John Smith" | Returns content items authored by John Smith. |
filetype:docx | Returns Microsoft Word documents. |
filename:budget.xlsx | Returns content items with the file name budget.xlsx . |
keyword search examples
author:Shakesp*
title:"Advanced Sear*"
title:"Advanced Sear*"
The following queries do not return the expected results:
title:"Advan* Search"
title:"Advanced Sear"
Using phrases in the free-text KQL query
For example, the following KQL queries return content items that contain the terms "federated" and "search":
federated search
federat* search
search fed*
KQL queries don't support suffix matching.
When you use phrases in a free-text KQL query, Search in SharePoint returns only the items in which the words in your phrase are located next to each other. To specify a phrase in a KQL query, you must use double quotation marks.
KQL queries don't support suffix matching, so you can't use the wildcard operator before a phrase in free-text queries. However, you can use the wildcard operator after a phrase.
Date searches
ISO date formats
YYYY-MM-DD
YYYY-MM-DDThh:mm:ss
YYYY-MM-DDThh:mm:ssZ
YYYY-MM-DDThh:mm:ssfrZ
LastModifiedTime>=yesterday
LastModifiedTime>=2019-01-01 AND LastModifiedTime<=2019-04-26
SharePoint CMS
Search in SharePoint
supports several property operators for property restrictions, as shown in Table 2.
Table 2. Valid property operators for property restrictions
Operator | Description | Supported managed property type |
---|---|---|
: | Returns results where the value specified in the property restriction is equal to the property value that is stored in the Property Store database, or matches individual terms in the property value that is stored in the full-text index. | Text DateTime Integer Decimal Double YesNo |
= | Returns search results where the property value is equal to the value specified in the property restriction. Note: We do not recommend combining the=operator together with asterisk (*) when you do exact matching. | Text DateTime Integer Decimal Double YesNo |
< | Returns results where the property value is less than the value specified in the property restriction. | DateTime Integer Decimal Double |
> | Returns search results where the property value is greater than the value specified in the property restriction. | DateTime Integer Decimal Double |
<= | Returns search results where the property value is less than or equal to the value specified in the property restriction. | DateTime Integer Decimal Double |
>= | Returns search results where the property value is greater than or equal to the value specified in the property restriction. | DateTime Integer Decimal Double |
<> | Returns search results where the property value does not equal the value specified in the property restriction. | DateTime Integer Decimal Text Double YesNo |
.. | Returns search results where the property value falls within the range specified in the property restriction. For example, the range A..B represents a set of values from A to B where both A and B are inclusive. For date ranges this means from the beginning of day A to the end of day B. | DateTime Integer Decimal Double |
SharePoint search examples
https://learn.microsoft.com/en-us/microsoft-365/community/query-string-url-tricks-sharepoint-m365
- Overview
- Useful Query String Tricks
- Debug SharePoint Framework Web Parts and Extensions
- Further view filter reading from the experts
search
https://learn.microsoft.com/samples/search?products=m365&languages=javascript
browse
https://learn.microsoft.com/samples/browse?products=m365&languages=javascript
edit mode for a url
https://<yoursite>.sharepoint.com/sites/<sitename>/SitePages/default.aspx?Mode=Edit
Other Microsoft Collaboration Products
Audio-codes integrates with many products including Teams
Market Trends and Challenges: The transcript highlights the ongoing transition to cloud-based and subscription-oriented unified communications, the rise of the hybrid workplace merging office and home environments, and the resurgence of voice interaction, propelled by AI advancements.
AudioCodes' Offering: AudioCodes presents a comprehensive suite of voice solutions for Microsoft Teams, encompassing direct routing, operator connect services, certified business phones, and meeting room devices.
Enhanced Features: Additional offerings include solutions for compliance recording, conversational interactions, and meeting productivity enhancements, aiming to enrich the Microsoft Teams experience.
Subscription Service: AudioCodes Live services consolidate these offerings into a subscription model, simplifying access even for those without in-house voice expertise.
Partner Opportunities: The company promotes significant market opportunities for Microsoft partners to add value and increase revenue through its nearly three-decade track record in the VoIP industry, inviting partners to join their global community.
Potential Challenges
Candidate Solutions
Step-by-step guide for Example
sample code block