Skip to content

Commit 4008357

Browse files
committed
Added samples.json file ;-)
1 parent 0080f16 commit 4008357

File tree

1 file changed

+53
-0
lines changed
  • scripts/graph-get-users-export-to-csv/assets

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
[
2+
{
3+
"name": "graph-get-users-export-to-csv",
4+
"source": "pnp",
5+
"title": "Export Microsoft 365 Active Users to CSV Using Microsoft Graph (Cross-Platform)",
6+
"shortDescription": "This PowerShell script exports Microsoft 365 users — including properties into a CSV file using the Microsoft Graph API.",
7+
"url": "https://pnp.github.io/script-samples/graph-get-users-export-to-csv/README.html",
8+
"longDescription": [
9+
""
10+
],
11+
"creationDateTime": "2025-11-02",
12+
"updateDateTime": "2025-11-02",
13+
"products": [
14+
"Graph"
15+
],
16+
"metadata": [
17+
{
18+
"key": "GRAPH-POWERSHELL",
19+
"value": "1.0.0"
20+
}
21+
],
22+
"categories": [
23+
"Data",
24+
"Report"
25+
],
26+
"tags": [
27+
"<Cmdlets-Used>"
28+
],
29+
"thumbnails": [
30+
{
31+
"type": "image",
32+
"order": 100,
33+
"url": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/graph-get-users-export-to-csv/assets/preview.jpg",
34+
"alt": "Preview of the sample Export Microsoft 365 Active Users to CSV Using Microsoft Graph (Cross-Platform)"
35+
}
36+
],
37+
"authors": [
38+
{
39+
"gitHubAccount": "divya-akula",
40+
"company": "",
41+
"pictureUrl": "https://github.com/divya-akula.png",
42+
"name": "Divya Akula"
43+
}
44+
],
45+
"references": [
46+
{
47+
"name": "Want to learn more about Microsoft Graph PowerShell SDK and the cmdlets",
48+
"description": "Check out the Microsoft Graph PowerShell SDK documentation site to get started and for the reference to the cmdlets.",
49+
"url": "https://learn.microsoft.com/graph/powershell/get-started"
50+
}
51+
]
52+
}
53+
]

0 commit comments

Comments
 (0)