sharepoint:pnp:webs

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


sharepoint:pnp:webs [2022/08/10 05:56] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Webs ======
 +
 +
 +| Cmdlet | Description |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnpindexedproperties?view=sharepoint-ps|Set-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnpindexedproperties?view=sharepoint-ps|PnPIndexedProperties]] | Marks values of the propertybag to be indexed by search. Notice that this will overwrite the existing flags, i.e. only the properties you define with the cmdlet will be indexed. |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/add-pnpindexedproperty?view=sharepoint-ps|Add-PnPIndexedProperty]] | Marks the value of the propertybag key specified to be indexed by search. |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/remove-pnpindexedproperty?view=sharepoint-ps|Remove-PnPIndexedProperty]] | Removes a key from propertybag to be indexed by search. The key and it's value remain in the propertybag, however it will not be indexed anymore. |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpindexedpropertykeys?view=sharepoint-ps|Get-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpindexedpropertykeys?view=sharepoint-ps|PnPIndexedPropertyKeys]] | Returns the keys of the property bag values that have been marked for indexing by search |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnppropertybag?view=sharepoint-ps|Get-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnppropertybag?view=sharepoint-ps|PnPPropertyBag]] | Returns the property bag values. |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/remove-pnppropertybagvalue?view=sharepoint-ps|Remove-PnPPropertyBagValue]] | Removes a value from the property bag |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnppropertybagvalue?view=sharepoint-ps|Set-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnppropertybagvalue?view=sharepoint-ps|PnPPropertyBagValue]] | Sets a property bag value |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/request-pnpreindexweb?view=sharepoint-ps|Request-PnPReIndexWeb]] | Marks the web for full indexing during the next incremental crawl |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnprequestaccessemails?view=sharepoint-ps|Get-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnprequestaccessemails?view=sharepoint-ps|PnPRequestAccessEmails]] | Returns the request access e-mail addresses |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnprequestaccessemails?view=sharepoint-ps|Set-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnprequestaccessemails?view=sharepoint-ps|PnPRequestAccessEmails]] | Sets Request Access Emails on a web |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpsubwebs?view=sharepoint-ps|Get-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpsubwebs?view=sharepoint-ps|PnPSubWebs]] | Returns the subwebs of the current web |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpweb?view=sharepoint-ps|Get-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpweb?view=sharepoint-ps|PnPWeb]] | Returns the current web object |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/new-pnpweb?view=sharepoint-ps|New-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/new-pnpweb?view=sharepoint-ps|PnPWeb]] | Creates a new subweb under the current web |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/remove-pnpweb?view=sharepoint-ps|Remove-PnPWeb]] | Removes a subweb in the current web |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnpweb?view=sharepoint-ps|Set-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnpweb?view=sharepoint-ps|PnPWeb]] | Sets properties on a web |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/invoke-pnpwebaction?view=sharepoint-ps|Invoke-PnPWebAction]] | Executes operations on web, lists and list items. |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnpwebpermission?view=sharepoint-ps|Set-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnpwebpermission?view=sharepoint-ps|PnPWebPermission]] | Set permissions |   |
  
  • sharepoint/pnp/webs.txt
  • Last modified: 2022/08/10 05:56
  • by 127.0.0.1