account management
96 TopicsHide Users from Teams Directory
We have a request from our corporate leadership to hide non-primary AD accounts from Teams search. Many of us in the IT team have multiple accounts (i.e. privileged access to certain platforms, developer accounts). The request is to have the ability to hide non-primary accounts from the directory/search. These accounts don't have email licenses, never log into Teams, etc. There used to be a "Hide from GAL" option in Exchange. Looking for something similar for AAD/M36573KViews3likes16Commentsmy microsoft account is hacked
5 days ago, i was trying to verify my account at a discord server, then i realize that they are hacking my account because of incoming security mails. they changed my account security mails. and they even changed my mail to mailto:email address removed for privacy reasons (my mail was mailto:email address removed for privacy reasons). i tried to save my account through "save your account", but it didnt work because i dont know the birth date of the e mail( i usually dont use my own (im not under 18)). i have bunch of proof that it was my e mail. i bought xbox pc game pass subscription 2-3 months ago and i bought minecraft pc edition 1 months ago with that microsoft account. i have all payment info etc. please give my microsoft account back. i am also uploading screenshots. please help me 😕 (sorry for poor language, the screenshots is turkish, if it is possible i need a turkish support people )8.2KViews0likes1CommentGroup owner cannot manage distribution list membership
I have a distribution list for our expense system and put myself and our marketing director as group owners. The hope was that she'd be able to manage the members of the group via https://myaccount.microsoft.com/groups/groups-i-own This seems to work with other groups but not this one. There aren't a ton of settings in Exchange/365 for distribution lists so there really isn't a lot of troubleshooting that can be done. Any idea why this group won't show up?5KViews0likes2Comments365 account sync to AD on prem
Hello, I have created an email address and user name directly in 365 admin, but the same user needs to be added into AD server on prem as I need to add into emails groups and I can only add to groups on AD server then it will sync , but is there a script or something that I can add from account from 365 admin to the on prem server so I can add groups etc ? I don’t want to delete and recreate as user is already using emails thank you - I’m new to this3.3KViews0likes7CommentsM365 License Expiration- Enterprise Agreement
Scenario: I have 3050 M365 E1 plan license and going to expire soon. My Org planned to renew 1250 M365 E1 plan. As i have Exchange Hybrid environment we have plan to migrate 1800 user mailbox to exchange servers. As limited time, we may not complete all migration so what will happen to after the license expiration date? Does migration in-progress will stop or run until process complete? Does License will promptly remove from License portal or will stay for grace period?And if license not remove from portal, does user can login and use exchange online services? Please suggest??3KViews0likes5CommentsHow to Remove Licenses From Disabled Entra ID Accounts with PowerShell
This article explains how to use PowerShell to remove licenses from disabled accounts, including some caveats such as not removing Exchange Online licenses. Organizations might want to do this to save money on Microsoft 365 license fees while an account is temporarily unused. Removal of Exchange Online licenses can result in the loss of a mailbox, and you don’t want that to happen if you’re disabling accounts just because someone is on a long-term sabbatical or other leave of absence. https://office365itpros.com/2023/10/11/disabled-accounts-licenses/2.8KViews0likes0CommentsMailbox permissions for Azure HelpDesk users unavailable
Hi, since a coupple of Weeks my "Azure Helpdesk" Users can't adit the "Mailbox permissions" in to Microsoft 365 Admin Center , it is just empty... They have "Mail recipient" Access trought the "Exchange Recipient Administrator" Role in EAC and also through the EAC work, but till a couple of Weeks this also work through the MS 365 Admin Center.... do I miss some Access? I know it is a Access problem, becasue I can :), but I cant finde the right Access they need. Best Regards and Thanks for the Help Mela2.2KViews0likes2CommentsRemove services from O365 license: PowerShell
Hi Community, Sometimes we need to remove certain services from a license assigned to the users in M365. There're many ways to do it, ( also the Admin Center ), but today we'll see how to list and exclude the desired services using PowerShell. First of all, we need to connect to the cloud: Connect-MsolService And list our available licenses: Get-MsolAccountSku | Select AccountSkuId | Sort AccountSkuId The output should look something like this: Then we need to list the services included in our desired license: (Get-MsolAccountSku | where {$_.AccountSkuId -eq "Company:DEVELOPERPACK_E5"}).ServiceStatus The output looks like this: Finally, we only need to use the "New-MsolLicenseOptions" cmdlt in order to disable the service/s. We can run it for the license itself and apply to the whole Company or use a variable to assign that license with the disabled service to specific users: $LO = New-MsolLicenseOptions -AccountSkuId "Company:DEVELOPERPACK_E5" -DisabledPlans "POWERAPPS_O365_P3" Set-MsolUserLicense -UserPrincipalName email address removed for privacy reasons -LicenseOptions $LO2.2KViews0likes1Comment