User Profile
mvnair
Brass Contributor
Joined 2 years ago
User Widgets
Recent Discussions
SharePoint 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?Solved332Views0likes2CommentsSecurity 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.280Views0likes0CommentsFile request feature in SharePoint - Security Considerations
What would be theSecurity Considerations for enabling "File request" 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.271Views0likes1CommentList 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.Solved332Views0likes1CommentDisplay SVG file with JS on Sharepoint Modern Page
Hi, We are looking for a solution to display a map of a building with the option to click on button that highlight portion of the building in the map/image. Tried creating html file with svg embedded with buttons that have js which will highlight the areas in the image (svg). But as we know Sharepoint blocks the scripts. Tried uploading the html to a library and opening the page but scripts are disabled and image is not displayed, can see the buttons, text, etc. Tried enabling scripts using PS but it didn't work and I don't think that is a solution compromising security for the site by enabling scripts. Set-SPOSite <site> -DenyAddAndCustomizePages 1 Is there a better way for this requirement?550Views0likes0CommentsAuthenticate Silently to Sharepoint Online (M365)
we have a situation where a windows device is configured to login passwordless to an Entra AD user, this is on a touch screen kiosk. Apparently this was setup via GPO, i.e., passwordless login setup. This is what the infra team told me. There is an app in the kiosk which open a sharepoint site on edge browser but they get authentication prompt from browser and its not ideal as the whole point of the setup is not to have auth prompts as the users of the kiosk in shop floor doesn't know the password. Is there some way to have silent log in to sharepoint using the Windows logged in credentials? The usual integrated windows login doesn't see to work in this case. PS: user account has MFA disabled.