Hello:
We have sharepoint 2007 application server, we want to run powershell command on it.
i am getting error while running command:
$site = new-object Microsoft.SharePoint.SPSite($siteURL)
i am getting the message that "exception calling .ctor with 1 argument(s) the web application could not be found".
Any thoughts in this regards.
Thanks