Skip to main content

Questions tagged [sharepoint-online-powershell]

0 votes
1 answer
58 views

Any ideas why this code is not executing as expected? I tried adding a sleep after the Copy-PnPList but still didn't work. try { #Connect to the template site $templateSiteConnection =...
SPGrunt's user avatar
0 votes
1 answer
53 views

We need to get credentials from our SPOnline Central Admin Secure Store. Unfortunately the people who were admins left, and there's no documentation around it. I could only find scripts that work for ...
Do What You Love's user avatar
1 vote
1 answer
553 views

I had a request from some co-workers to build them a PowerShell to search sites for instances of text that is not accessible so they can replace it. Specifically NA or N/A. I have a PowerShell working ...
OMGDrAcula's user avatar
0 votes
2 answers
230 views

I would like to review the usage of my SPO site and extract a report with the following details: Title, Created Date, Last Modified Date, Number of hits last 6 months, Last modified by, Created by I ...
Lukas's user avatar
  • 75
0 votes
1 answer
36 views

I'm trying to bulk move users from one group to another in a SharePoint online group. I ran this script: And it moved only users that have O365 licenses. When it tried to move the other users, I got ...
Ryan's user avatar
  • 3
1 vote
2 answers
709 views

I am trying to apply a custom theme color to my SharePoint online site from an article I got online. Im running it in SharePoint online Management shell. I have the latest version of SPO management ...
Hes JvR's user avatar
  • 89
1 vote
1 answer
4k views

I have a complex CSOM script that I need to get working for a Tenant that uses Modern Authentication. This works fine using Basic Authentication. Its not an automated script so an interactive login ...
user3844416's user avatar
0 votes
0 answers
21 views

I am trying this script to get the ShowInEditForm property of a site column and then set it to False:- Connect-SPOService -Url https://****-admin.sharepoint.com/ Get-SPOSite -Identity https://***....
John John's user avatar
  • 1,420
0 votes
1 answer
534 views

Is there a PowerShell/PNP script that will update all "Highlighted Content" web parts within multiple site pages within a site? Need to update the web part Layout from "Grid" view ...
Luke's user avatar
  • 13
0 votes
1 answer
942 views

We have an issue when attempting to use the Document ID service in SPO with some documents. We're able to browse to the majority of them using the DocIdRedir URL https://contoso.sharepoint.com/sites/...
James's user avatar
  • 1
0 votes
1 answer
482 views

In SharePoint Online, in the Content Type Gallery, I un-checked "Show this column in lists" for the Recurrence column in the Event content type. Now, when I re-check it, the "Save" ...
J Eastman's user avatar
0 votes
0 answers
122 views

I have a document library with a large amount of directories and thus permissions which I would like to break inheritance of and have come across the SharePointDiary script which works perfectly apart ...
EverGrateful's user avatar
2 votes
1 answer
2k views

I have a requirement to fetch all the comments from all the site pages in a SharePoint Online site collection date wise. Is there a way to achieve it using Powershell? I will be creating a timer job ...
Sivanrv's user avatar
  • 91
0 votes
1 answer
1k views

I am using PowerShell Get-SPOSiteScriptFromWeb and Add-SPOSiteScript etc. I am able to copy links, create lists, etc. But my HomePage webparts/layout is not reflected when I apply the site script ...
Mark Apolinar's user avatar