The create-sharepointcrawler-site subcommand creates a SharePoint crawling site.
psadmin create-sharepointcrawler-site --adminuser admin_user [--passwordfile password_file] --searchserver searchserver_id --url url [--name name] [--description description] [--database database] [--user user] [--password password] [--subsites state]
psadmin create-sharepointcrawler-site -u admin_user [-f password_file] -s searchserver_id -r url [-N name] [-c description] [-d database] [-U user] [-F password] [-S state]
These are the list of options available for the create-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 URL.
The following seven options are optional:
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.