Skip to content

Commit

Permalink
Small tweaks and adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
pkbullock committed Jan 2, 2025
1 parent 2f10c18 commit 78fc8f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions scripts/spo-get-sp-site-page-viewers-details/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
plugin: add-to-gallery
---

# Retrieve & Store SharePoint Site Pages Viewers Details

## Summary
This sample shows how to retrieve and store SharePoint site pages viewers' details using Exchange Online and PnP PowerShell.

![Example Screenshot](assets/example.png)

## Prerequisites

Before running this script, ensure the following:
Expand Down Expand Up @@ -74,8 +76,8 @@ try {
StartProcessing
```

[!INCLUDE [More about PnP PowerShell](../../docfx/includes/MORE-PNPPS.md)]
***

## Contributors

Expand All @@ -85,4 +87,4 @@ StartProcessing


[!INCLUDE [DISCLAIMER](../../docfx/includes/DISCLAIMER.md)]
<img src="https://m365-visitor-stats.azurewebsites.net/script-samples/scripts/m365-get-unifiedlog-spo-dlp-exchange-entra" aria-hidden="true" />
<img src="https://m365-visitor-stats.azurewebsites.net/script-samples/scripts/spo-get-sp-site-page-viewers-details" aria-hidden="true" />
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"name": "retrieve-store-sharepoint-site-pages-viewers",
"name": "spo-get-sp-site-page-viewers-details",
"source": "pnp",
"title": "Retrieve & Store SharePoint Site Pages Viewers",
"shortDescription": "This script retrieves and stores SharePoint site pages viewers' details.",
"url": "https://pnp.github.io/script-samples/retrieve-store-sharepoint-site-pages-viewers/README.html",
"url": "https://pnp.github.io/script-samples/spo-get-sp-site-page-viewers-details/README.html",
"longDescription": [
"This sample shows how to retrieve and store SharePoint site pages viewers' details using Exchange Online and PnP PowerShell."
],
Expand All @@ -29,14 +29,14 @@
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/retrieve-store-sharepoint-site-pages-viewers/assets/example.png",
"url": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sp-site-page-viewers-details/assets/example.png",
"alt": "Preview of the sample"
}
],
"authors": [
{
"gitHubAccount": "Sandeep-FED",
"pictureUrl": "",
"pictureUrl": "https://github.com/Sandeep-FED.png",
"name": "Sandeep P S"
}
],
Expand Down

0 comments on commit 78fc8f7

Please sign in to comment.