User Profile
VasilMichev
MVP
Joined 10 years ago
User Widgets
Recent Discussions
Re: What's going on with office.com / web apps?
They simply want to shove Copilot down your throat, there is no real justification or rationale for what they have been doing. I'd suggest using OneDrive as the start page if your daily tasks are centered on documents, or just relying on the "waffle" menu on any of the "regular" M365 pages.17Views0likes0CommentsRe: No longer able to add Teams link in invite from shared calendar in browser
Seems to work fine here, but my configuration might differ from yours. Generally speaking, in order to be able to send an email as another mailbox, you need to have the necessary permissions (Send As). When it comes to calendar items/meeting invites, you must also be accessing the shared mailbox directly, as in you need to have Full access permissions on it. This is the only way you can access the corresponding UI bits in classic Outlook or OWA. Assuming you have the necessary permissions, try opening the shared mailbox in OWA via the Open another mailbox functionality (click on your profile photo in the top right to access it). Once it opens in a new tab, you should be able to create a new event ant toggle the Teams checkbox. The join details will not appear at this point, but will be appended when the invite is sent.45Views0likes1CommentRe: Resource not found while trying to access the available resource
Can you be a bit more specific, which resources/endpoints are you trying to access, what is the full error message? If I were to take a wild guess, I'd start with the access token - make sure you are using the correct flow and that the desired/required permissions are correctly reflected within the token's payload. Also make sure you're passing the correct identifiers where applicable.8Views0likes0CommentsRe: Need to Purge DiscoveryHolds Data from Archive Mailbox in Exchange Online
You cannot purge items in DiscoveryHolds directly, best you can do is cleanup duplicates via: Start-ManagedFolderAssistant user@domain.com -HoldCleanup And you should check for org-wide holds. They will not appear under the InPlaceHolds property on the mailbox, and the fact that you have some exclusions therein does not mean that other org-wide holds are not in play. Moreover, the ComplianceTagHoldApplied property value confirms that you have at least one retention policy/label acting on the mailbox. So check via: Get-OrganizationConfig | fl InPlaceHolds and take the necessary actions. Refer to this article for more info: https://learn.microsoft.com/en-us/purview/ediscovery-identify-a-hold-on-an-exchange-online-mailbox28Views0likes0CommentsRe: Require approval from IT to join a Team and/or Shared Channels
The only way I could think of making this happen is by disabling team creation and taking over the management of existing teams by removing any owners. Features such as information barriers will not work with your requirements.39Views0likes0CommentsRe: Break-glass Account Prompted for Authenticator App Despite Exclusions
Did you exclude it from SSPR? This thread summarizes the possible reasons why an account is being prompted: https://learn.microsoft.com/en-us/answers/questions/645850/what-are-the-services-settings-that-can-cause-mfa55Views0likes0CommentsRe: Unable to change primary SMTP of a group
What you are describing sound like an issue with the dual-write process between Exchange Online and Entra, unfortunately we have no way to troubleshoot such issues, afaik. You can try removing/re-adding the alias to "trick" it, and if that doesn't help, best open a support case.46Views1like0CommentsRe: O365 Group email settings
To update the AutoSubscribeNewMembers property via the Graph, you must use a separate request with just said property, see the note here: https://learn.microsoft.com/en-us/graph/api/group-update?view=graph-rest-1.0&tabs=http Keep in mind that said setting does not apply retroactively to existing members of the group. For such, you need to manually adjust the "subscribers" list, which afaik is still only possible via PowerShell. The IsSubscribedByMail property cannot be set by the Graph API however, only via Exchange Online PowerShell at the Add-UnifiedGroupLinks cmdlet. Graph can only "read" said property.52Views0likes0CommentsRe: Update Dynamic Distribution List
You can ignore anything after this bit: ((((((((((((((((((((((((((Company -eq 'Contoso') -and (CustomAttribute4 -eq 'City'))) -and (((((CustomAttribute7 -eq 'Group') -or (CustomAttribute7 -eq 'Contractor'))) -or (CustomAttribute7 -eq 'Permanent'))))) -and (((RecipientType -eq 'UserMailbox') -or (((RecipientType -eq 'MailUser') -and (CustomAttribute12 -ne 'Excluded'))))))) as it will be added back after you make the changes. For the above, cleanup the parenthesis, and make sure the correct grouping is used between the individual clauses, then append another -or with the desired changes.56Views0likes0CommentsRe: M365 Exchange - delete Calendar entries
There's a built-in cmdlet for that: https://learn.microsoft.com/en-us/powershell/module/exchangepowershell/remove-calendarevents?view=exchange-ps The important bit is that the account must still exist. If that's not the case, you cannot really cancel the meetings, best you can do is remove any instances of them. I have a sample script that does just that here: https://michev.info/blog/post/6300/how-to-remove-meetings-from-all-microsoft-365-mailboxes-via-the-graph-api72Views0likes0CommentsRe: Security Score in Security Admin center not updating
Some items do not get updated in real time, you might need to wait for the tool to do its data collection first. The documentation mentions 24-48h, but your mileage will vary. Give it few days, if you are still seeing issues best open a support case and report this.232Views0likes1CommentRe: Content Explorer does not show Access Controlled Encrypted files
SPO/ODFB's support for sensitivity labels comes with some limitations, as detailed here: https://learn.microsoft.com/en-us/purview/sensitivity-labels-sharepoint-onedrive-files#limitations Basically, it cannot "reason" over data that is labelled/encrypted outside of it. Now, if you are not seeing any entries at all in Content explorer, across all your SPO/ODFB sites, this is probably some backend issue. I had something similar happen in my tenant for ExO items, eventually it got fixed.40Views0likes0CommentsRe: Can I add a co-organiser to a meeting that someone without the owner doing it
Unfortunately, no, only the meeting organizer can do that. As an admin you can cancel the meeting instances/series (see https://learn.microsoft.com/en-us/powershell/module/exchangepowershell/remove-calendarevents?view=exchange-ps ) then have someone else recreate them. Well, as a global admin you can reset the credentials/access the user's mailbox, but that of course comes with some serious implications.32Views2likes0Comments
Recent Blog Articles
No content to show