|
2274 | 2274 | "Get-PnPApp",
|
2275 | 2275 | "Install-PnPApp",
|
2276 | 2276 | "Update-PnPApp",
|
2277 |
| - "Get-PnPHubSite", |
2278 |
| - "Get-PnPSite", |
2279 |
| - "Get-PnPTenant", |
| 2277 | + "Get-PnPHubSiteChild", |
2280 | 2278 | "Get-PnPWeb",
|
2281 |
| - "Invoke-PnPSPRestMethod" |
| 2279 | + "Invoke-PnPSPRestMethod", |
| 2280 | + "Get-PnPTenantServicePrincipalPermissionRequests", |
| 2281 | + "Approve-PnPTenantServicePrincipalPermissionRequest" |
2282 | 2282 | ]
|
2283 | 2283 | },
|
2284 | 2284 | {
|
|
3569 | 3569 | "type": "powershell",
|
3570 | 3570 | "tabTag": "#tab/pnpps",
|
3571 | 3571 | "authors": [
|
| 3572 | + { |
| 3573 | + "name": "Ganesh Sanap", |
| 3574 | + "pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4" |
| 3575 | + }, |
3572 | 3576 | {
|
3573 | 3577 | "name": "Reshmee Auckloo",
|
3574 | 3578 | "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
|
|
3578 | 3582 | "Connect-PnPOnline",
|
3579 | 3583 | "Get-PnPList",
|
3580 | 3584 | "Get-PnPField",
|
3581 |
| - "Disconnect-PnPOnline" |
| 3585 | + "Disconnect-PnPOnline", |
| 3586 | + "m365 login", |
| 3587 | + "m365 status", |
| 3588 | + "m365 spo list list", |
| 3589 | + "m365 spo field list", |
| 3590 | + "m365 logout" |
3582 | 3591 | ]
|
3583 | 3592 | },
|
3584 | 3593 | {
|
|
5096 | 5105 | "Disconnect-PnPOnline"
|
5097 | 5106 | ]
|
5098 | 5107 | },
|
| 5108 | + { |
| 5109 | + "title": "M365 Consultant's Script Kit", |
| 5110 | + "url": "https://pnp.github.io/script-samples/spo-time-based-file-reports/README.html", |
| 5111 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-time-based-file-reports/README.md", |
| 5112 | + "description": "These scripts are part of the Microsoft 365 Consultant's Script kit - OneDrive, SharePoint and Custom Site Scans", |
| 5113 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-time-based-file-reports/assets/preview.png", |
| 5114 | + "type": "powershell", |
| 5115 | + "tabTag": "#tab/pnpps", |
| 5116 | + "authors": [ |
| 5117 | + { |
| 5118 | + "name": "Nick Brattoli", |
| 5119 | + "pictureUrl": "https://github.com/nbrattoli.png" |
| 5120 | + } |
| 5121 | + ], |
| 5122 | + "tags": [ |
| 5123 | + "<Cmdlets-Used>", |
| 5124 | + "Add-PnPFile", |
| 5125 | + "Connect-PnPOnline", |
| 5126 | + "Get-PnPList", |
| 5127 | + "Get-PnPListItem" |
| 5128 | + ] |
| 5129 | + }, |
5099 | 5130 | {
|
5100 | 5131 | "title": "Translate columns in a SharePoint list",
|
5101 | 5132 | "url": "https://pnp.github.io/script-samples/spo-translate-list/README.html",
|
|
5122 | 5153 | "Remove-PnPListItem"
|
5123 | 5154 | ]
|
5124 | 5155 | },
|
| 5156 | + { |
| 5157 | + "title": "Trim file versions and archive Site Collection using Microsoft365 Archive", |
| 5158 | + "url": "https://pnp.github.io/script-samples/spo-trim-and-m365-archive-sitecollection/README.html", |
| 5159 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-trim-and-m365-archive-sitecollection/README.md", |
| 5160 | + "description": "Trim the file versions and archive the site using Microsoft 365 Archive", |
| 5161 | + "image": "spo-trim-and-m365-archive-sitecollection/assets/preview.png", |
| 5162 | + "type": "powershell", |
| 5163 | + "tabTag": "#tab/pnpps", |
| 5164 | + "authors": [ |
| 5165 | + { |
| 5166 | + "name": "Kasper Larsen", |
| 5167 | + "pictureUrl": "https://github.com/kasperbolarsen.png" |
| 5168 | + } |
| 5169 | + ], |
| 5170 | + "tags": [ |
| 5171 | + "Set-PnPSiteArchiveState", |
| 5172 | + "Remove-PnPFileVersion", |
| 5173 | + "Get-PnPFileVersion", |
| 5174 | + "Governance", |
| 5175 | + "SharePoint Premium" |
| 5176 | + ] |
| 5177 | + }, |
| 5178 | + { |
| 5179 | + "title": "Retracting SPFx Solutions from Hub Site and associated sites", |
| 5180 | + "url": "https://pnp.github.io/script-samples/spo-uninstall-spfx-hubsiteassociatedsites-tenantappcatalog/README.html", |
| 5181 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-uninstall-spfx-hubsiteassociatedsites-tenantappcatalog/README.md", |
| 5182 | + "description": "Retracting SPFx Solutions from Hub Site and associated sites ", |
| 5183 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-uninstall-spfx-hubsiteassociatedsites-tenantappcatalog/assets/preview.png", |
| 5184 | + "type": "powershell", |
| 5185 | + "tabTag": "#tab/pnpps", |
| 5186 | + "authors": [ |
| 5187 | + { |
| 5188 | + "name": "Reshmee Auckloo", |
| 5189 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 5190 | + } |
| 5191 | + ], |
| 5192 | + "tags": [ |
| 5193 | + "modern", |
| 5194 | + "Connect-PnPOnline", |
| 5195 | + "Disconnect-PnPOnline", |
| 5196 | + "Get-PnPHubSiteChild", |
| 5197 | + "Invoke-PnPSPRestMethod", |
| 5198 | + "Get-PnPApp", |
| 5199 | + "Uninstall-PnPApp", |
| 5200 | + "Remove-PnPApp", |
| 5201 | + "Get-PnPWeb", |
| 5202 | + "Get-PnPTenantSite", |
| 5203 | + "Invoke-PnPSPRestMethod" |
| 5204 | + ] |
| 5205 | + }, |
5125 | 5206 | {
|
5126 | 5207 | "title": "How to Hide the 'See All' Button in the Highlighted Content Web Part",
|
5127 | 5208 | "url": "https://pnp.github.io/script-samples/spo-update-highlightcontentwebpart-seeall/README.html",
|
|
0 commit comments