We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78969a0 + 26a75c3 commit 3932c53Copy full SHA for 3932c53
sharepoint/sharepoint-ps/sharepoint-pnp/Get-PnPListItem.md
@@ -62,14 +62,14 @@ Retrieves all list items from the Tasks list
62
Get-PnPListItem -List Tasks -Id 1
63
```
64
65
-Retrieves the list item with ID 1 from from the Tasks list
+Retrieves the list item with ID 1 from the Tasks list
66
67
### ------------------EXAMPLE 3------------------
68
```powershell
69
Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3
70
71
72
-Retrieves the list item with unique id bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3 from from the tasks lists
+Retrieves the list item with unique id bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3 from the tasks lists
73
74
### ------------------EXAMPLE 4------------------
75
0 commit comments