|
44 | 44 | "type": "powershell",
|
45 | 45 | "tabTag": "#tab/pnpps",
|
46 | 46 | "authors": [
|
| 47 | + { |
| 48 | + "name": "Michał Kornet", |
| 49 | + "pictureUrl": "https://github.com/mkm17.png" |
| 50 | + }, |
47 | 51 | {
|
48 | 52 | "name": "Reshmee Auckloo",
|
49 | 53 | "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
|
|
56 | 60 | "Get-PnPTenantSite",
|
57 | 61 | "Get-PnPMicrosoft365GroupOwner",
|
58 | 62 | "Get-PnPMicrosoft365GroupMember",
|
59 |
| - "Add-PnPMicrosoft365GroupMember" |
| 63 | + "Add-PnPMicrosoft365GroupMember", |
| 64 | + "m365 login", |
| 65 | + "m365 spo site list", |
| 66 | + "m365 entra m365group user list ", |
| 67 | + "m365 entra m365group user add" |
60 | 68 | ]
|
61 | 69 | },
|
62 | 70 | {
|
|
3974 | 3982 | "GetObjectSharingInformation"
|
3975 | 3983 | ]
|
3976 | 3984 | },
|
| 3985 | + { |
| 3986 | + "title": "Retrieves site id from Microsoft Graph", |
| 3987 | + "url": "https://pnp.github.io/script-samples/spo-get-siteid-from-microsoftgraph/README.html", |
| 3988 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-siteid-from-microsoftgraph/README.md", |
| 3989 | + "description": "Retrieves a SiteId from Microsoft Graph using PnP PowerShell. This can be particularly useful when making further API calls that require the SiteId.", |
| 3990 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-siteid-from-microsoftgraph/assets/preview.png", |
| 3991 | + "type": "powershell", |
| 3992 | + "tabTag": "#tab/pnpps", |
| 3993 | + "authors": [ |
| 3994 | + { |
| 3995 | + "name": "Reshmee Auckloo", |
| 3996 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 3997 | + } |
| 3998 | + ], |
| 3999 | + "tags": [ |
| 4000 | + "modern", |
| 4001 | + "Connect-PnPOnline", |
| 4002 | + "Invoke-PnPGraphMethod" |
| 4003 | + ] |
| 4004 | + }, |
3977 | 4005 | {
|
3978 | 4006 | "title": "Get membership report of a site",
|
3979 | 4007 | "url": "https://pnp.github.io/script-samples/spo-get-sites-membership-report/README.html",
|
|
5807 | 5835 | "Invoke-RestMethod"
|
5808 | 5836 | ]
|
5809 | 5837 | },
|
| 5838 | + { |
| 5839 | + "title": "Get All Teams App Descriptions", |
| 5840 | + "url": "https://pnp.github.io/script-samples/teams-list-all-app-descriptions/README.html", |
| 5841 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-list-all-app-descriptions/README.md", |
| 5842 | + "description": "Get an list of all the app descriptions to determine if your app may clash with others during Copilot development", |
| 5843 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-list-all-app-descriptions/assets/preview.png", |
| 5844 | + "type": "powershell", |
| 5845 | + "tabTag": "#tab/pnpps", |
| 5846 | + "authors": [ |
| 5847 | + { |
| 5848 | + "name": "Paul Bullock", |
| 5849 | + "pictureUrl": "https://github.com/pkbullock.png" |
| 5850 | + } |
| 5851 | + ], |
| 5852 | + "tags": [ |
| 5853 | + "Connect-PnPOnline", |
| 5854 | + "Invoke-PnPGraphMethod" |
| 5855 | + ] |
| 5856 | + }, |
5810 | 5857 | {
|
5811 | 5858 | "title": "List guests within Teams in a tenant",
|
5812 | 5859 | "url": "https://pnp.github.io/script-samples/teams-list-guestusers/README.html",
|
|
0 commit comments