Start a Conversation

Unsolved

This post is more than 5 years old

1363

October 23rd, 2017 05:00

Sharepoint configuration for Networker

Hi All ,

I have a question about the following statement on the admin guide for sharepoint ,

************************************************************************************************************************

1. In the SharePoint Management Shell, add the SYSTEM account and Domain \UserName to SPShellAdmin, by typing the following command for each web front-end server and the Search Server:

Add-SPShellAdmin -UserName DOMAIN\HOSTNAME$

***********************************************************************************************************************

do we enter the exact command as above ?

or we enter example ,

domain name : test-domain

sharepoint server hostname :  abcde

Add-SPShellAdmin -UserName test-domain\abcde$

October 23rd, 2017 08:00

Hello,

You are using the correct command just remove the $ sign and try

October 23rd, 2017 19:00

Which i is correct u mean ? 1 or 2

1)  Add-SPShellAdmin -UserName DOMAIN/HOSTNAME

2) Add-SPShellAdmin -UserName test-domain\abcde$

October 24th, 2017 04:00

1

8 Posts

October 25th, 2017 06:00

The correct one is:
Add-SPShellAdmin -UserName test-domain\abcde$

October 26th, 2017 18:00

Hi All ,

thanks everyone for the reply .

another questions :

Based on the guide , Osearch16 VSS writer is needed , but i am not able to find any Osearch16 Vss writer using "vssadmin list writer"  , is it normal ?

followings are the example which i search on the web ,  which show osearch16 VSS writer

No Events found!

Top