User Profile
mvnair
Brass Contributor
Joined Jul 26, 2023
User Widgets
Recent Discussions
MS Purview - Teams call audit
Is it possible to get details (time and number of calls) of Teams one-one calls between 2 individuals for a given date period? I tried Purview auditing and eDiscovery but unable to find an activity suitable for this to run search/discovery on. thank you.288Views0likes3CommentsMS Planner Plan - Add Admin
How can we add an admin to an existing Planner, lets say in a situation where the only owner is unavailable to add others for some reason. As a SharePoint, Teams , and Exchange Admin, we tried adding a user (same service account who is SPO, EXO, Teams admin) but when we open planner web https://planner.cloud.microsoft/ this Plan isn't listed. We only want to delete this plan and not the related Team or M365 group. Is this a limitation and there is no way an admin can add other users to a Plan? Tried querying the plan via power shell and Graph Explorer but receiving unauthorised error even being an owner of the M365 group and Team that has this plan.191Views0likes0CommentsRe: Using the ID column to generate a number in a calculated column.
ganeshsanap Thank you for pointing this but I was aware of that when I tried to filter it didn't work and realised the limitations. But as of now the requirement is to have a reference field but once the requirement changes we will revert to using a flow to update values - its not ideal but we are in testing phase so there is time to make changes.7.1KViews0likes0CommentsRe: Site Columns don't become Crawled Properties (in page library)
Is this a site using Team site template as opposed to a communications site template, then its worth adding the user you have logged in as a Site Collection administrator and try re-indexing again. Also refer this: https://www.techmikael.com/2020/11/mapping-or-clearing-crawled-property-to.html1.5KViews0likes0CommentsRe: SharePoint Modern Page - Notifications when submitting Comments
Thanks Rob. I wish I saw this post sooner as I found these steps on another resource and implemented the flow, only difference was that I didn't have to use the format "i:0#.f|membership|" but I used a manual trigger with input email control to enter Created By and Modified By fields as for me this was a one time task on one .aspx page in Site Pages. So if I peek the code this is how it looks: "FieldName": "Editor", "FieldValue": "[{'Key':'@{triggerBody()?['email']}'}]" Thanks this is fixed now.334Views0likes0CommentsSharePoint Modern Page - Notifications when submitting Comments
On a modern page when someone post a comment, notification is sent to person who created the page. I'm looking for an option to change this so notifications are sent to another person, tried changing 'Author' to the desired user but notifications are still sent to 'Created By' user. Is this by design or is there a workaround?Solved544Views0likes2CommentsSecurity Report on SharePoint - Fastest Way
What is the fastest way to run a report on Sharepoint permissions - Graph API, Pnp, MS Powershell, REST API? I need to get a report back for a list of users on their access on every site, list/Library, and file/item level in the tenant, with 10K+ sites, 10K+ OneDrives. I see there are many 3rd party tools available like Avepoint, Sharegate, etc. and I used one of these tools to run a report for a single user, just to return Sites (no item level or Lists/Library) and its taken 3 hours and report is still running. And we have to consider any throttling MS will do with long running queries or number of queries per second. Just wondering what people do these situations? PS: I realise having large number of sites and data is an issue, and with inheritance broken doesn't help either but trying to understand what people do in similar situation.408Views0likes0CommentsFile request feature in SharePoint - Security Considerations
What would be the Security Considerations for enabling "https://learn.microsoft.com/en-us/sharepoint/enable-file-requests" feature in SharePoint? We have already enabled anonymous links option in Sharepoint online for the tenant and sharing settings are most permissive, still I'd like to understand what should be considered before enabling this in a tenant.353Views0likes1CommentList Member joined/added date in MS Team/365 Groups
Other than using Graph API auditLogs, is there another API in MS Graph to find a user (member) was added to a MS Team? I'm trying to get this info in a Power Automate flow for reporting purpose which will be in Power BI.Solved468Views0likes1CommentRe: Document library set current user as value for custom person column when uploading file
Ljanssen86 I tried the following json on column formatting of a new Text column to dislay the name of the Created By (or Modified by) and it works on new docs or when you upload. You can use $Editor to display Modified By user details. { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "div", "txtContent": "[$Author.title]" }433Views0likes0Comments
Recent Blog Articles
No content to show