just a site id #411
-
Registered (Global Admin), Authenticated (App-Only OAuth2), Connected to Graph: Can't get a simple SharePoint Site Id. using a cmdlet. I must be missing something about the preciousness of an id. Tell me "there's a cmdlet for this". Les |
Beta Was this translation helpful? Give feedback.
Answered by
LeonArmston
Mar 13, 2021
Replies: 2 comments 1 reply
-
Hi I think the SiteId is what you are after & it can be retrieved using Get-PnPSite -includes Id You can then use this SiteId in pure graph queries etc... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lesjtay
-
Hi Leon,
Yes that is exactly what I was after. I mistakenly thought that cmdlet was asking me to supply what I needed.
Thank you,
Les
…Sent from my iPhone
On Mar 13, 2021, at 7:56 AM, Leon Armston ***@***.***> wrote:
Hi
I think the SiteId is what you are after & it can be retrieved using Get-PnPSite -includes Id
[image]<https://user-images.githubusercontent.com/12968962/110786188-bc73a200-8263-11eb-95c8-5b8703e71f07.png>
You can then use this SiteId in pure graph queries etc...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#411 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AE5CMH5UVZMTT2L3PTU4S23TDODKXANCNFSM4ZAA2PWA>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I think the SiteId is what you are after & it can be retrieved using Get-PnPSite -includes Id
You can then use this SiteId in pure graph queries etc...