User Profile
VasilMichev
MVP
Joined 10 years ago
User Widgets
Recent Discussions
Re: Team call handling - option to redirect calls if there is no answer
I'm still seeing both options on my end, I'd recommend double-checking the policy assigned to the users in question. Unassigning/reassigning the policy might help, so might clearing the cache, or opening the web client in a private/incognito session. But if you can reliably reproduce this behavior in the Teams client, I would suggest opening a support case to have it investigated/fixed.40Views0likes0CommentsRe: Mass emails
Microsoft started enforcing limits on the number of emails you can sent to external recipients per day, you are likely hitting that. Depending on your needs, it might be best if you use a service that specializes in bulk messaging instead, i.e. the likes of SendGrid, MailChimp, etc.60Views1like1CommentRe: RBAC role to allow you to see in Exchange admin portal messagetrace
Message Tracking has nothing to do with Message trace actually, won't help you here. To find out which roles you can use for any specific cmdlet, use this: Get-ManagementRole -Cmdlet Get-MessageTrace In this case, View-Only Recipients is indeed a match, so it should do.61Views0likes2CommentsRe: SPF, DKIM and DMARC bypassed for guest users
Can you share an example NDR/headers? Guest users do have a matching recipient object (Mail user/Guest mail user) within Exchange Online and so messages will be "resolved" to it first, then send to where the ExternalEmailAddress points at. This however should not result in bypassing SPF and such, unless you have some fancy routing configured, or the message passes through multiple other MTAs before reaching the recipient.128Views0likes4CommentsRe: 503 UnknownError for all /sites calls
I've run into scenarios where 503 was indeed caused by throttling, but that should go away in time. The easiest way to confirm whether it's throttling related is to run a test with a new AppID, preferably from a different tenant. FWIW, the endpoint does work as expected here, but that's no guarantee that a service-side issue is happening somewhere in the vast MS cloud. Support is provided for the Graph API as well, so tell the agent you worked with to stop slacking and transfer you to the corresponding team. These forums are not an official support channel and there's barely any presence from Microsoft folks on them, outside of the blog section.65Views0likes1CommentRe: Common user attributes synchronized
The UI exposes only a handful of fields, there are a lot more you can leverage when creating DDG (or configuring its recipient filter) via PowerShell. Basically, any of the fields listed here should do: https://learn.microsoft.com/en-us/powershell/exchange/recipientfilter-properties?view=exchange-ps&redirectedfrom=MSDN58Views0likes3CommentsRe: HELP! I teach kindergarten..
The admins and the meeting organizer can control these settings. For your scenario, it's likely more appropriate to have such restrictions centrally configured by your IT staff, so talk to them. As the meeting organizer, you can also control some of these settings, via the Meeting options dialog. For example, this article guides you over how to disable mic and camera access for attendees: https://support.microsoft.com/en-us/office/manage-attendee-audio-and-video-permissions-in-microsoft-teams-meetings-f9db15e1-f46f-46da-95c6-34f9f39e671a In the same dialog, you will find some additional settings that might be relevant to your scenario, such as disabling the chat and adjusting the meeting roles (for the mute issue).34Views1like0CommentsRe: RBAC Building role - command without parameters
Not sure I understand the question. If you want the user to have access to all parameters included in the definition of a given cmdlet, this is the default behavior and you don't need to make any adjustments. Just make sure you are adding the "correct" cmdlet, as the available parameters can differ between "versions of the cmdlet in different roles. If you only want to enable specific parameters, then you have to make adjustments, for example: Set-ManagementRoleEntry "Your_role_name\Set-Mailbox" -Parameters Name,Alias,blabla55Views1like1CommentRe: microsoft 365 basic plan -- issue with products/licenses
If more than a month has passed, the status of the subscription will be changed to Deleted, and is not shown by default. On the Billing/Your products page (first screenshot), such subscriptions are filtered out by default. Hit the Filters button and adjust the selection therein. Another possibility is that the subscription was provisioned under a different billing account, though judging by the screenshot above, this should not be the case here. As to why you can still use the account, there is an "admin" grace period that allow you to export any data necessary (or renew). Details for example here: https://learn.microsoft.com/en-us/microsoft-365/commerce/subscriptions/what-if-my-subscription-expires?view=o365-worldwide32Views0likes1CommentRe: Better way to view employees' schedules?
Hey, if it works, it doesn't necessarily need to be modernized :) You can look into the Shifts solution for Teams, or build something on top of Microsoft Lists. The latter should give you more flexibility and has robust extensibility options, but you haven't said what kind of improvements are you looking to make.50Views0likes0CommentsRe: Purview Content Search
403 error is usually permissions-related, make sure your account is added to the corresponding roles. That said, the new Content search experience in the Purview portal is beyond broken, so you might as well try to do the deletion via PowerShell and the Remove-ComplianceSearch cmdlet.55Views0likes0CommentsRe: User Identities in EntraID - how to remove?
That should be a Guest user, one with outlook.com (or similar "consumer") account. You cannot (and should not) remove the Identities property as it governs how the user authenticates. Refer to this article for additional details: https://learn.microsoft.com/en-us/entra/external-id/user-properties#identities68Views0likes0Comments
Recent Blog Articles
No content to show