This command gets the Content DB Id for the content database of the specified site collection.
Parameters
·SiteUrl (s): The URL of the SharePoint site. REQUIRED.
This command gets the Web Application Id for the web application of the specified site collection.
Parameters
·SiteUrl (s): The URL of the SharePoint site with which a profile is associated. REQUIRED.
This command will return a list of SharePoint list items based on the query submitted.
Parameters
·SiteUrl (s): The URL of the SharePoint site to query. REQUIRED.
·List (l): The SharePoint list to query. If not specified, the query will be run on the site.
·Query (q): The CAML query to run on the site or list. Can be left out if List parameter is specified (to get all items in the list).
This command allows the uploading of a large file to a library. It only processes one file at a time, and the destination must be a library; this command doesn't work on sites or subsites. Please see Large File Uploads for more information.
Parameters
·ffn: Full File Name, Full UNC path of the file to be uploaded.
·lu: List URL, Destination URL of the Document Library where the file will be uploaded. This needs to be a basic URI+list name.
Example
Example to upload a text file to the 'Doc Lib 1' document library.
Set-LargeFileUpload -ffn "C:\Users\Public\Documents\1.4 GB file.txt" -lu "http://sp2013a-wfe1:20264/sites/monet/doc%20lib%201"
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center