Question

I am trying to run this command PsConfig -cmd secureresources in the Windows PowerShell ISE. But I am getting following errors:

Psconfig: The term 'Psconfig' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again...

The reason I am running this command so I can fix the search indexing issues which is explained in this forum:

http://www.sharepointpals.com/post/SharePoint-Error-The-search-application-on-server-did-not-finish-loading-View-the-event-logs-on-the-affected-server-for-more-information

Can you please help me to sort this issue out?

Was it helpful?

Solution

You can simply use the SharePoint Management Shell instead which has pathing for psconfig, but instead, use PowerShell. Initialize-SPResourceSecurity is the replacement for that specific command.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top