Skip to content

Commit 3566d08

Browse files
committed
Added sample.json as standard sample file
1 parent 25fec11 commit 3566d08

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
[
2+
{
3+
"name": "graph-get-mfa-user-number",
4+
"source": "pnp",
5+
"title": "Export Entra ID User MFA Phone Details (Unmasked) to CSV",
6+
"shortDescription": "This PowerShell script enumerates users in Microsoft Entra ID (formerly Azure AD) and retrieves their **Multi-Factor Authentication (MFA) / phone authentication methods** using Microsoft Graph.",
7+
"url": "https://pnp.github.io/script-samples/graph-get-mfa-user-number/README.html",
8+
"longDescription": [
9+
""
10+
],
11+
"creationDateTime": "2026-01-10",
12+
"updateDateTime": "2026-01-10",
13+
"products": [
14+
"Graph"
15+
],
16+
"metadata": [
17+
{
18+
"key": "PNP-POWERSHELL",
19+
"value": "1.11.0"
20+
},
21+
{
22+
"key": "GRAPH-POWERSHELL",
23+
"value": "1.0.0"
24+
}
25+
],
26+
"categories": [
27+
"Report"
28+
],
29+
"tags": [
30+
"<Cmdlets-Used>"
31+
],
32+
"thumbnails": [
33+
{
34+
"type": "image",
35+
"order": 100,
36+
"url": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/graph-get-mfa-user-number/assets/preview.png",
37+
"alt": "Preview of the sample Export Entra ID User MFA Phone Details (Unmasked) to CSV"
38+
}
39+
],
40+
"authors": [
41+
{
42+
"gitHubAccount": "divya-akula",
43+
"company": "",
44+
"pictureUrl": "https://github.com/divya-akula.png",
45+
"name": "Divya Akula"
46+
}
47+
],
48+
"references": [
49+
{
50+
"name": "Want to learn more about PnP PowerShell and the cmdlets",
51+
"description": "Check out the PnP PowerShell site to get started and for the reference to the cmdlets.",
52+
"url": "https://aka.ms/pnp/powershell"
53+
},
54+
{
55+
"name": "Want to learn more about Microsoft Graph PowerShell SDK and the cmdlets",
56+
"description": "Check out the Microsoft Graph PowerShell SDK documentation site to get started and for the reference to the cmdlets.",
57+
"url": "https://learn.microsoft.com/graph/powershell/get-started"
58+
}
59+
]
60+
}
61+
]

0 commit comments

Comments
 (0)