User Profile
ellan1537
Iron Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Issue with Zero Width Space
Hello all, I've a situation where my retention label internal names somehow has 'zero width spaces' at the end of the names. As users already using these labels at this point I can't make any changes to the labels. Through PowerShell I'm trying to get the content explorer numbers and below is the command I'm using. But due to zero width space, I'm unable to get the numbers. Can you please review the below and assist me? Connect-IPPSSession $label= "abcxyz-Files​" $contentcount = Export-ContentExplorerData-TagType Retention -TagName $label Write-Output ($contentcount).TotalCount477Views0likes0CommentsUpdate Sensitivity label "navigation link" on all SharePoint sites
Hello all, Currently, in my tenant there are bunch of SharePoint sites with sensitivity labels applied at site collection level. These labels will display next to site title when I open a site and it is clickable. When I click on it, it takes me to a location. Now, as the location changed, is there a way to update the hyperlink?323Views0likes0CommentsExclude items from Preservation Hold Library from appearing in search results
Our tenant is huge and majority of sites (SharePoint/OneDrive) have 'Preservation Hold Library' because of retention policies. Question: Is there a way to hide the preservation hold library files from appearing in search when used search query template? Currently I'm kind of using below search query (for OneDrive) but no use. Any feedback is greatly appreciated! (SPSiteURL:https://xxxxx-my.sharepoint.com/personal/* AND -SPSiteURL:https://xxxxx-my.sharepoint.com/personal/*/P*) FYI, SPSiteURL is a property1KViews0likes2CommentsDisable "everyone except external users" from people picker for SharePoint site (not Tenant)
Is there a way to disable/block displaying"everyone except external users" and"everyone" from people picker for SharePoint Online site collection (not tenant-wide) using PowerShell script? Thanks in advance!1.8KViews0likes1CommentEnabling Sensitivity Label PDF Support for SharePoint Online
Sharepoint Online doesn't show sensitivity labels in the column "sensitivity" in PDFs, however, for office Apps it does. Trying to run the below, but it is throwing error. Set-SPOTenant -EnableSensitivityLabelforPDF $true Error:Set-SPOTenant : A parameter cannot be found that matches parameter name 'EnableSensitivityLabelforPDF'.Solved1.2KViews0likes2CommentsSet Sensitivity label for files in SharePoint library programmatically
All files that are stored in a specific SharePoint Online document library (not the site) should be labeled with a sensitivity label (let's say, Public or Confidential). Can this be achieved using PnP PowerShell or Power Automate flows? Document library has 550,000+ files. Thanks in advance!Solved979Views0likes2CommentsGet-PnPList : The remote server returned an error: (403) Forbidden
If I connect to the OneDrive site using "connect-pnponline" command and try to do the "Get-PnpList" then I get the "Get-PnPList : The remote server returned an error: (403) Forbidden" error. But if I connect to SharePoint sites, then the "Get-PnpList" command works fine. What can I do to get rid of this forbidden error? $SiteURL = "https://xxxxxx-my.sharepoint.com/personal/xxxxxx" $ListName= "Documents" $List = Get-PnPList -Identity $ListNameSolved1KViews0likes2CommentsGet-PnPList : The remote server returned an error: (403) Forbidden
If I connect to the OneDrive site using "connect-pnponline" command and try to do the "Get-PnpList" then I get the "Get-PnPList : The remote server returned an error: (403) Forbidden" error. But if I connect to SharePoint sites, then the "Get-PnpList" command works fine. What can I do to get rid of this forbidden error? $SiteURL ="https://xxxxxx-my.sharepoint.com/personal/xxxxxx" $ListName= "Documents" $List = Get-PnPList -Identity $ListNameSolved11KViews0likes2CommentsRemap existing retention labels on emails
There are tons of emails in multiple users outlook (M365) on which Retention Labels were applied. We've came up with a new set of retention labels now. Is there a script that can remap all the existing labels to the new ones by crawling through these emails? Any help is greatly appreciated! ThanksSolved505Views0likes1Comment
Groups
Recent Blog Articles
No content to show