10 Useful Tips for Customizing SharePoint List Fields with PnP PowerShell
(spguides.com)
Recently, I was working on building a Power Apps application that takes data sources as a SharePoint
By: Bijay Kumar submitted:Aug 16 2024
Recently, I was working on building a Power Apps application that takes data sources as a SharePoint
list. To avoid creating SharePoint lists and manually adding different types of columns, I wrote a PowerShell script. While adding different types of columns to the SharePoint lists
By: Bijay Kumar submitted:Aug 16 2024
9 Essential PowerShell Scripts for SharePoint Online Security
(o365reports.com)
As we navigate the digital age, SharePoint Online has emerged as a pivotal platform for
By: Shan submitted:Mar 22 2024
As we navigate the digital age, SharePoint Online has emerged as a pivotal platform for
organizational collaboration. However, with great connectivity comes great responsibility, particularly in safeguarding our digital ecosystem. Data breaches, excessive access rights, oversharing, etc., pose significant challenges in maintaining security in SharePoint Online. Recognizing that security is...
By: Shan submitted:Mar 22 2024
A Complete Guide For SharePoint Site Creation with PowerShell
(sposcripts.com)
In this article I want to show you how you can streamline the SharePoint Site creation with
By: Serkar submitted:Oct 11 2024
In this article I want to show you how you can streamline the SharePoint Site creation with
PowerShell. You can save time by doing it with PowerShell especially, if you want to create multiple sites as part of a backend process.
By: Serkar submitted:Oct 11 2024
Automating with PowerShell: Setting Sharepoint Sharing Settings
(cyberdrain.com)
For a long time SharePoint Admin Settings wasn't something available inside the Graph API. We always
By: Kelvin Tegelaar submitted:Jul 8 2022
For a long time SharePoint Admin Settings wasn't something available inside the Graph API. We always
had to jump through many hoops and had an issue with running changes headless because the PowerShell modules didn't support it. Recently I've been in contact with the SharePoint team and we now have a functional API for most of the important admin settings.
By: Kelvin Tegelaar submitted:Jul 8 2022
Azure Automation Runbook to manage SharePoin Online SPO
(spjeff.com)
Wanted to demo Azure Runbook with daily PowerShell PS1 that send SharePoint storage report email
By: Jeff Jones submitted:Jun 16 2022
Wanted to demo Azure Runbook with daily PowerShell PS1 that send SharePoint storage report email
with HTML table and CSV attachment. Features include:
By: Jeff Jones submitted:Jun 16 2022
Create a Sharepoint Document Library from PowerShell
(community.spiceworks.com)
Quick script to stand up a new SPO site and use the document library template.
By: Gregory for Microsoft submitted:Jun 16 2022
Quick script to stand up a new SPO site and use the document library template.
By: Gregory for Microsoft submitted:Jun 16 2022
Custom Script Setting in SharePoint & OneDrive Removed
(imaginet.com)
Last week, we published a blog discussing Microsoft retiring SharePoint Add-Ins. In that blog, we
By: Janine Jeanson submitted:Aug 23 2024
Last week, we published a blog discussing Microsoft retiring SharePoint Add-Ins. In that blog, we
briefly discussed how the Classic Mode for Custom Scripts has been affected by that change. The Custom Script setting in SharePoint and OneDrive has already been removed - the change took place in May 2024. There is a new PowerShell command (DelayDenyAddAndCustomizePagesEnforcement) that will allow administrators to delay any changes until November of this year. Additionally, the NoScriptSite setting will be configured to True for all existing sites except for specific site templates. How Will The Removal of Custom Script Settings Affect My Organization?
By: Janine Jeanson submitted:Aug 23 2024
Does Microsoft Care about SharePoint Online PowerShell?
(office365itpros.com)
Microsoft's support for SharePoint Online PowerShell has degraded over the last few years.
By: Tony Redmond submitted:Mar 22 2024
Microsoft's support for SharePoint Online PowerShell has degraded over the last few years.
Pnp.PowerShell is now the best option as not much is happening in the official SharePoint Online management module or the tenant settings Graph API. the lack of progress is a pity, but perhaps it's also true that community-driven projects sometimes deliver better results.
By: Tony Redmond submitted:Mar 22 2024
Get List Item Count in SharePoint Online Using PowerShell
(o365reports.com)
In organizations, SharePoint lists are essential for organizing and managing various data, from
By: Praba submitted:Sep 6 2024
In organizations, SharePoint lists are essential for organizing and managing various data, from
tracking tasks to managing customer information and inventory. These lists not only streamline collaboration but also ensure that data is easily accessible and well-structured.
By: Praba submitted:Sep 6 2024
Get SharePoint Files & Folders Created by External Users Using PowerShell
(o365reports.com)
External collaboration in SharePoint Online is essential for certain projects and tasks that might
By: Sruthy submitted:Jun 14 2024
External collaboration in SharePoint Online is essential for certain projects and tasks that might
involve users from external organizations. External sharing in SharePoint Online and the ability to grant them access to our resources simplifies communication and bridges the collaboration gaps.
By: Sruthy submitted:Jun 14 2024
How to Create SharePoint List & Add Columns Using PnP PowerShell?
(spguides.com)
Recently, I developed one Power Apps application that needed a SharePoint list data source. Before
By: Bijay Kumar submitted:Jul 12 2024
Recently, I developed one Power Apps application that needed a SharePoint list data source. Before
running the application, the client must create the specific SharePoint list on their site. So, I wrote a Power Shell script to create the SharePoint list along columns to avoid mistakes when creating it manually.
By: Bijay Kumar submitted:Jul 12 2024
How to Disable Power Apps Permissions PopUp Consent Form? [Using PowerShell]
(spguides.com)
While sharing Power Apps applications with end users, we might get a consent popup message like the
By: Bijay Kumar submitted:Nov 8 2024
While sharing Power Apps applications with end users, we might get a consent popup message like the
one below. This message asks the user permission to establish a new connection to the application. So, the user needs to connect to whatever connectors the app maker used for that application.
By: Bijay Kumar submitted:Nov 8 2024
How to Manage SharePoint and Microsoft Teams with PowerShell Core
(techcommunity.microsoft.com)
If you're as addicted as I am with SharePoint, you might be glad to know that managing SharePoint is
By: Veronique Lengelle submitted:Jun 16 2022
If you're as addicted as I am with SharePoint, you might be glad to know that managing SharePoint is
now possible with PowerShell Core!
By: Veronique Lengelle submitted:Jun 16 2022
How to use PowerShell to change the publish date of a news page in SharePoint Online
(menzel.it)
Introduction In this blog post, we will explore how to use PowerShell to change the first publish
By: Oliver Menzel submitted:Oct 20 2023
Introduction In this blog post, we will explore how to use PowerShell to change the first publish
date of a news page in SharePoint Online. This can be useful if you need to update the publish date of a news page to reflect changes in the content or to correct errors in the original publish date.
By: Oliver Menzel submitted:Oct 20 2023
List all EEEU and Anonymous links for SharePoint and OneDrive!
(alexholmeset.blog)
A colleague of mine asked me before the weekend if I knew if there was a way to list all Everyone
By: Alexander Holmeset submitted:Oct 25 2024
A colleague of mine asked me before the weekend if I knew if there was a way to list all Everyone
Except External Users and Anonymous links for OneDrive for Business. He had written a PowerShell script but had some errors.
By: Alexander Holmeset submitted:Oct 25 2024
Manage Your SharePoint Online Environment with PnP PowerShell
(practical365.com)
In this article, we explain how to get started using PnP PowerShell, and review some practical
By: Sean McAvinue submitted:Oct 18 2024
In this article, we explain how to get started using PnP PowerShell, and review some practical
examples of where the module can immediately add value for tenant administrators.
By: Sean McAvinue submitted:Oct 18 2024
Microsoft Graph Support for SharePoint Online Tenant Settings
(office365itpros.com)
Despite being the two basic Microsoft 365 workloads, one of the notable gaps in Microsoft Graph API
By: Tony Redmond submitted:Jul 22 2022
Despite being the two basic Microsoft 365 workloads, one of the notable gaps in Microsoft Graph API
coverage has been administrative interfaces for SharePoint Online and Exchange Online. A small but valuable step in the right direction happened with the appearance of the settings resource type in the TenantAdmin namespace.
By: Tony Redmond submitted:Jul 22 2022
Microsoft Retires the Revoke-SPOUserSession Cmdlet
(office365itpros.com)
Unsurprisingly, Microsoft announced the deprecation of the Revoke-SPOUserSession cmdlet for November
By: Tony Redmond submitted:Oct 4 2024
Unsurprisingly, Microsoft announced the deprecation of the Revoke-SPOUserSession cmdlet for November
2024. The cmdlet is replaced by the Revoke-MgUserSignInSession cmdlet, which works across Microsoft 365 rather than just SharePoint Online. All of this happened while the 2nd annual PowerShell Script-Off happened at TEC 2024 and competitors struggled with what to do to secure a user account for an ex-employee.
By: Tony Redmond submitted:Oct 4 2024
New SharePoint CSOM version released for SharePoint Online
(developer.microsoft.com)
A new version of the SharePoint Online Management Shell (16.0.8924.1200) now available from
By: submitted:Jun 15 2022
A new version of the SharePoint Online Management Shell (16.0.8924.1200) now available from
PowerShell Gallery. List of new cmdlets included in the CSOM update.
By: submitted:Jun 15 2022
PnP PowerShell Changed!!! ACT NOW
(youtube.com)
In this video, I will show you about a big change in the way PnP PowerShell will work going forward.
By: Malay Vasavada submitted:Sep 20 2024
In this video, I will show you about a big change in the way PnP PowerShell will work going forward.
You might be facing an issue right now when you are working with PnP PowerShell. Watch this video to know how you can resolve this and get going.
By: Malay Vasavada submitted:Sep 20 2024
PnP PowerShell Changes Its Entra ID App
(office365itpros.com)
On August 21, 2024, news emerged that the PnP PowerShell module will transition from using a
By: Tony Redmond submitted:Aug 30 2024
On August 21, 2024, news emerged that the PnP PowerShell module will transition from using a
multi-tenant Entra ID app to a tenant-specific app. The change is scheduled for September 9, 2024, which doesn't leave a lot of time available for developers to review, update, and test PowerShell scripts based on PnP PowerShell. Some extra warning would have been nice.
By: Tony Redmond submitted:Aug 30 2024
PnP PowerShell in Azure Automation tips
(msclouddeveloper.com)
A few quick tips for running PnP PowerShell in Azure Automation in this article.
By: Jurgen Wiersema submitted:Jun 15 2022
A few quick tips for running PnP PowerShell in Azure Automation in this article.
By: Jurgen Wiersema submitted:Jun 15 2022
Practical Graph: Working with Microsoft Lists using the Microsoft Graph PowerShell SDK
(practical365.com)
Microsoft Lists are a powerful tool for end users to store and manage data stored in SharePoint
By: Tony Redmond submitted:Sep 13 2024
Microsoft Lists are a powerful tool for end users to store and manage data stored in SharePoint
Online sites. The Microsoft Graph PowerShell SDK includes cmdlets to work with Microsoft Lists and this article explains how to use the cmdlets to add new lists, add items to lists, retrieve data from lists, and remove items from lists.
By: Tony Redmond submitted:Sep 13 2024
PSConfig.Crescendo v 0.1.4
(powershellgallery.com)
PowerShell cmdlets for SharePoint PSConfig tool wrapped with MS Crescendo.
By: Dennis Lindvist submitted:Jun 16 2023
PowerShell cmdlets for SharePoint PSConfig tool wrapped with MS Crescendo.
By: Dennis Lindvist submitted:Jun 16 2023
Reconnecting Pages with Language Variations After Copying Them with ShareGate
(menzel.it)
Have you ever copied pages with language variations using ShareGate and ended up with a mess? Don't
By: Oliver Menzel submitted:Jul 28 2023
Have you ever copied pages with language variations using ShareGate and ended up with a mess? Don't
worry, check out my blog post to learn how to reconnect your pages with PowerShell in a snap.
By: Oliver Menzel submitted:Jul 28 2023
Register an Entra ID Application to Use with PnP PowerShell
(o365reports.com)
As the volume of threats increases rapidly, staying aligned with the recommended practices is
By: Sruthy submitted:Sep 13 2024
As the volume of threats increases rapidly, staying aligned with the recommended practices is
essential to enhance security effectively. As part of this, the multi-tenant PnP Management Shell Entra ID app was deleted on September 9, 2024, to improve application security. This change now requires admins to register their own...
By: Sruthy submitted:Sep 13 2024
Report and Audit File Downloads in SharePoint Online Using PowerShell
(o365reports.com)
SharePoint Online is a powerful collaboration service in Microsoft 365 that facilitates seamless
By: Thiraviam submitted:Mar 1 2024
SharePoint Online is a powerful collaboration service in Microsoft 365 that facilitates seamless
file sharing and management across organizations. While it provides extensive capabilities, tracking file downloads is crucial for maintaining data security and compliance. This blog highlights the methods to audit file downloads in SharePoint Online. How to...
By: Thiraviam submitted:Mar 1 2024
Report SharePoint Online Files Using the Microsoft Graph PowerShell SDK
(practical365.com)
This article describes creating a SharePoint Online files report using the Microsoft Graph
By: Tony Redmond submitted:May 10 2024
This article describes creating a SharePoint Online files report using the Microsoft Graph
PowerShell SDK. While keeping digital debris online might have been unimportant in the past, it's something that can wreak havoc in the era of generative AI when tools like Copilot for Microsoft 365 are happy to consume obsolete and inaccurate material.
By: Tony Redmond submitted:May 10 2024
Reporting SharePoint Online External Users with PowerShell
(office365itpros.com)
A SharePoint external user is someone who doesn't have an account in your tenant. Because of the
By: Tony Redmond submitted:Jul 22 2022
A SharePoint external user is someone who doesn't have an account in your tenant. Because of the
influence of Teams, most SharePoint Online external users are guest accounts, created when external people join the membership of Microsoft 365 Groups (teams). If the organization uses the SharePoint Online integration with Azure AD B2B collaboration, SharePoint also creates guest accounts when people share files or folders with external people.
By: Tony Redmond submitted:Jul 22 2022
Reporting the Storage Used by Loop Workspaces
(office365itpros.com)
When Microsoft put the Loop app into preview, they didn't impose any restrictions in terms of
By: Tony Redmond submitted:Nov 10 2023
When Microsoft put the Loop app into preview, they didn't impose any restrictions in terms of
licensing or workspace storage. MC678308 announces that Loop workspace storage will count against the tenant SharePoint Online storage quota. This article explains how to use the Get-SPOContainer cmdlet to fetch information about Loop workspaces and the storage they consume.
By: Tony Redmond submitted:Nov 10 2023
SharePoint Management Shell [How to use]
(spguides.com)
Do you want to know how to use the SharePoint management shell? In this PowerShell tutorial, I will
By: Bijay Kumar submitted:Oct 27 2023
Do you want to know how to use the SharePoint management shell? In this PowerShell tutorial, I will
explain how to connect with SharePoint sites from Microsoft PowerShell. I will show you how to use the SharePoint Online management shell to connect with SharePoint Online sites and also how to work with SharePoint on-premises sites.
By: Bijay Kumar submitted:Oct 27 2023
The Right Way to Replace the Remove-SPOExternalUser Cmdlet
(office365itpros.com)
Microsoft says they will remove the Remove-SPOExternalUser cmdlet starting July 29. They recommend
By: Tony Redmond submitted:Jul 12 2024
Microsoft says they will remove the Remove-SPOExternalUser cmdlet starting July 29. They recommend
using Remove-AzureADUser as a replacement. It's a bad call because that cmdlet is part of a now-retired and soon to be deprecated module. Overall, recommendations like this make you think that Microsoft doesn't know what's happening across the whole of Microsoft 365. And you might be right.
By: Tony Redmond submitted:Jul 12 2024
Using Power Automate and Azure Automation to Manage the Lifecycle of SharePoint Sites
(practical365.com)
A key aspect of a well-managed Microsoft 365 environment is to ensure that SharePoint sites are
By: Sean McAvinue submitted:Nov 17 2023
A key aspect of a well-managed Microsoft 365 environment is to ensure that SharePoint sites are
removed when they are no longer needed. In this blog, Sean McAvinue explores how to combine relatively basic PowerShell and Azure Automation skills with Power Automate to create a clean, robust way to manage the lifecycle of SharePoint sites in your Microsoft 365 tenant.
By: Sean McAvinue submitted:Nov 17 2023