The modify-sharepointcrawler-site subcommand modifies a SharePoint crawling site.
psadmin modify-sharepointcrawler-site --adminuser admin_user [--passwordfile password_file] --searchserver searchserver_id --site site_id [--url url] [--name name] [--description description] [--database database] [--user user] [--password password] [--subsites state]
psadmin modify-sharepointcrawler-site -u admin_user [-f password_file] -s searchserver_id -t site_id [-r url] [-N name] [-c description] [-d database] [-U user] [-F password] [-S state]
These are the list of options available for the modify-sharepointcrawler-site subcommand. The following three options are required:
Specifies the distinguished name (DN) or the user identification name (uid) of the administrator.
Search server id.
Site Id.
The following eight options are optional:
Site URL.
Site name.
Site description.
Target search database.
SharePoint user.
SharePoint password.
Process subsites (true/false).
Specifies the administrator password in the password file. When the --passwordfile option is specified, the password file should contain the password without any other text. If this option is not specified, the password will be prompted.