powershell
882 TopicsSharePoint Template Copying
Hello Community! I am working to copy over a Site Page Template upon a list form request! Users will fill out the name of the item they're looking to create a Notice template for, and then power automate copy's the template and updates the metadata. When I update the metadata, it still shows with the name of the template page I originally copied. The following shows this happening with a template page created by copying 'CarrierNoticeTemplate' The first image shows the template titled "Test Notice", when being selected within the Page Gallery. Second image shows the template titled "Test Notice", within Site Pages. Any help would be very much appreciated.31Views0likes1CommentMaking Home Page a Template to Be Used Across Sites
Our team is looking for help with reusing a customized SharePoint page. I created a home page on a SharePoint Teams site (not a Communication site) and would like to save it as a template so we can apply it to other sites across the tenant. The page includes layout sections and various web parts, and ideally we want to replicate the same setup on other SharePoint sites. What’s the best and supported way to export or save this page as a reusable template and apply it to other modern SharePoint sites? We are open to using PnP PowerShell or other supported tools, but we’ve run into authentication issues when trying to connect via app registration. Would appreciate step-by-step guidance or a recommended approach. Thank you!71Views0likes4CommentsClarification on StorageQuota and BonusStorageQuotaMb in SharePoint Online (CSOM / PowerShell)
I’ve been using CSOM and the Get-SPOTenant PowerShell cmdlet to retrieve storage-related data for my SharePoint Online tenant. I noticed that the StorageQuota property accurately reflects the total storage available. However, I plan to purchase additional SharePoint Online storage and would like to clarify: Will the newly purchased additional storage be included in the value returned by the StorageQuota property? I also came across another property called BonusStorageQuotaMB which does not have any documention and seems like new one too— could someone please explain its purpose and how it differs from StorageQuota? Understanding how these properties behave is important for me to monitor and report tenant storage accurately. Thanks in advance for your insights!35Views0likes0CommentsClarification on StorageQuota and BonusStorageQuotaMb in SharePoint Online (CSOM / PowerShell)
Hi everyone, I’ve been using CSOM and the Get-SPOTenant PowerShell cmdlet to retrieve storage-related data for my SharePoint Online tenant. I noticed that the StorageQuota property accurately reflects the total storage available. However, I plan to purchase additional SharePoint Online storage and would like to clarify: Will the newly purchased additional storage be included in the value returned by the StorageQuota property? I also came across another property called BonusStorageQuotaMB — could someone please explain its purpose and how it differs from StorageQuota ? Understanding how these properties behave is important for me to monitor and report tenant storage accurately. Thanks in advance for your insights!17Views0likes0CommentsStuck asset Library - unable to remove
We did some testing for proof of concept and marketing loved it However now the asset library won't remove itself so we can't move it to the site we need it to be on :( PS C:\Users\XXXXX> Get-SPOOrgAssetsLibrary Location of organization asset libraries /sites/CorporateDocuments DisplayName LibraryUrl ListId OrgAssetType ----------- ---------- ------ ------------ Templates /sites/CorporateDocuments/Templates 0198f5c0-688c-461a-843a-828438c43880 OfficeTemplateLibrary TemplateImages /sites/CorporateDocuments/TemplateImages 86a42e42-7452-46fe-8034-98e2afc84279 ImageDocumentLibrary PS C:\Users\XXXXX> Remove-SPOOrgAssetsLibrary -LibraryUrl "https://orgname.sharepoint.com/sites/CorporateDocuments/templates" Document library removed successfully. Library successfully removed from organizational assets. CDN is still enabled for your tenant with existing PS C:\Users\XXXXX> Remove-SPOOrgAssetsLibrary -LibraryUrl "https://orgname.sharepoint.com/sites/CorporateDocuments/templateimages" Document library removed successfully. Library successfully removed from organizational assets. CDN is still enabled for your tenant with existing CDN settings. To remove the library from CDN or to disable CDN for your tenant please see https://aka.ms/spocdn PS C:\Users\XXXXX> Get-SPOOrgAssetsLibrary Location of organization asset libraries /sites/CorporateDocuments49Views0likes1CommentSharePoint Threshold Limit Mitigation via Indexing Strategy
To address the SharePoint list/library threshold limit issue, we implemented a structured indexing approach: The document library contains 5000 items distributed across multiple libraries. We created indexes on relevant columns to optimize query performance and enable filtering/sorting without triggering the threshold limit. This indexing strategy allowed us to successfully access and manage the SharePoint site without performance degradation or errors due to the threshold limit. This approach ensures scalability and maintains usability for end users, especially when working with large datasets in SharePoint Online. Anyone has face the similar kind of situation and tried in a different way to fix that, then please share.150Views2likes3CommentsSharePoint page to display Computer Information
Is it possible to have a sharepoint page display computer information on the page from the users device (Machine name, ip, logged in user, OS Version etc)? I have a powershell script that can get this information however I've not found a way i can run this on the page when it opens. Any help would be apricated. thanks107Views1like3Comments