Quantcast
Channel: AutoSPInstaller
Viewing all 2279 articles
Browse latest View live

New Post: Enable SSL on SharePoint 2013 HNCs

$
0
0
We had major issues with autospinstaller creating its own self signed wildcard certificate. The content HNSC works fine, but the MySite HNSC and the root of the containing web application all come back with 404 errors. Weirdly most of the root of the site can be accessed (eg document library and settings pages) apart from the home page. Has anyone seen this before?

Cheers,
Robin

New Post: Enable SSL on SharePoint 2013 HNCs

$
0
0
Hi

That is quite strange.

I have done a number of such implementations using SharePoint 2013 SP1 / April CU on top of Windows 2012 R2 now and AutoSPinstaller happily creates the auto cert
*.yourdomain.com as required for all HNSCS. certs for the main IIS sites. Windows 2008R2 is a gateway to a world of misery (IMHO) no matter how many elastoplast patches are applied to it!
We did have issues with a proxy and ensuring this worked with the new HNCS urls.
You could also check the that Trusted Cert Authority ( via RUN -> MMc Smappin -> Certificates) to check your cert is installed tho I suspect it it is ..
Check different browsers too.

Commented Unassigned: failed granting rights to UPS db's [21663]

$
0
0
Hi there,

I'd like to report an issue. concerning the following error:

Granting domain\serviceaccountname rights to Prefix_Content_MyPortal...
Granting domain\serviceaccountname rights to Prefix_Profile...
Add-SPShellAdmin :
"Cannot add domain\serviceaccountname to the SharePoint_Shell_Access role of the database Prefix_Profile. A
possible cause of this error is that the account name was already added to the database as a login using a different
user name than the account name."
At F:\AutoSPInstaller\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1:3141 char:67
Get-SPDatabase | ? {$_.Name -eq $profileDB} | Add-SPShellAdm ...
~~~~~~~~~~~~~~
CategoryInfo : InvalidData: (Microsoft.Share...AddSPShellAdmin:SPCmdletAddSPShellAdmin) [Add-SPShellAdm
in], ArgumentException
FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletAddSPShellAdmin
Granting domain\serviceaccountname rights to SP2013DEV_Social...
Add-SPShellAdmin :
"Cannot add serviceaccountname to the SharePoint_Shell_Access role of the database PRefix_Social. A
possible cause of this error is that the account name was already added to the database as a login using a different
user name than the account name."
At F:\AutoSPInstaller\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1:3143 char:66
Get-SPDatabase | ? {$_.Name -eq $socialDB} | Add-SPShellAdmi ...
~~~~~~~~~~~~~~~
CategoryInfo : InvalidData: (Microsoft.Share...AddSPShellAdmin:SPCmdletAddSPShellAdmin) [Add-SPShellAdm
in], ArgumentException
FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletAddSPShellAdmin


The details are described in the thread:

https://autospinstaller.codeplex.com/discussions/429657
Comments: ** Comment from web user: IvanWilson **

Seeing the same issue. Using SQL Server 2014, SharePoint 2013 with Feb 2015 CU

Commented Unassigned: Script Fails right after Cache Account [21106]

$
0
0
I checked the XML file and it contains webapplication config

Exception : System.Management.Automation.RuntimeException: Method
invocation failed because [System.String] doesn't
contain a method named 'SelectSingleNode'.
at System.Management.Automation.ExceptionHandlingOps
.CheckActionPreference(FunctionContext funcContext,
Exception exception)
at System.Management.Automation.Interpreter.ActionCa
llInstruction`2.Run(InterpretedFrame frame)
at System.Management.Automation.Interpreter.EnterTry
CatchFinallyInstruction.Run(InterpretedFrame frame)
at System.Management.Automation.Interpreter.EnterTry
CatchFinallyInstruction.Run(InterpretedFrame frame)
TargetObject :
CategoryInfo : InvalidOperation: (:) [], RuntimeException
FullyQualifiedErrorId : MethodNotFound
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at CreateWebApp, C:\Users\srvspsetup\Desktop\AutoInstal
ler\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1:
line 2632
at CreateWebApplications, C:\Users\srvspsetup\Desktop\A
utoInstaller\SP\AutoSPInstaller\AutoSPInstallerFunction
s.ps1: line 2497
at Setup-Farm, C:\Users\srvspsetup\Desktop\AutoInstalle
r\SP\AutoSPInstaller\AutoSPInstallerMain.ps1: line 204
at <ScriptBlock>, C:\Users\srvspsetup\Desktop\AutoInsta
ller\SP\AutoSPInstaller\AutoSPInstallerMain.ps1: line
397
at <ScriptBlock>, <No file>: line 1
PipelineIterationInfo : {}
PSMessageDetails :
Comments: ** Comment from web user: Fluidetom **

Hey Guys,

I confirm this issue is not fixed in build AutoSPInstaller 3.98.
I was deploying SP2013 with Project Server 2013 without any site collection defined and ran into the problem described above.

I applied the fix from Ivan, restarted the AutoSPInstaller.bat and it now went through. Where it failed before there was now the message "No site collection s speciied for https://xxxx - skipping".

Thanks for everything !
First time for me with these scripts and i love it !

New Post: Farm account SP_Farm is not the db_owner of all the SharePoint tables. Is this correct?

$
0
0
I am a newbee in SharePoint world... I used the AutoSPInstaller to setup a SharePoint on one single server with the database setup on the same server.

While checking the installation result, I noticed that the farm account (SP_Farm ) is not the db_owner of all the SharePoint databases. It is the owner for some, but not all.

But following Microsoft's document: https://technet.microsoft.com/en-us/library/cc678863.aspx (under 'SharePoint farm service account' section)
The farm account should be:
db_owner for all SharePoint databases

Will this current configuration cause any problem later? Or I shall manually fix this?

New Post: Getting

$
0
0
I also had this issue with an error message window when installing the AppFabric:
"Command line syntax error. Specify /? for help. Unrecognized command line argument. Parameter name: gac.  [OK]"
I had to do an offline install of the prerequisites and gather all files manualy.
I used the requirements article of Bill Baer: http://blogs.technet.com/b/wbaer/archive/2012/11/12/sharepoint-server-2013-software-prerequisites.aspx
Unfortunately his link of "Windows Server AppFabric" links to the version 1.0 of the AppFabric and AutoSPInstaller wants the version 1.1!

So better use this download:
"Microsoft AppFabric 1.1 for Windows Server"
http://www.microsoft.com/en-us/download/details.aspx?id=27115
http://download.microsoft.com/download/A/6/7/A678AB47-496B-4907-B3D4-0A2D280A13C0/WindowsServerAppFabricSetup_x64.exe

Took me half a day ... <sigh>

New Post: Support for Creating a path based site collection in an HNSC

$
0
0
I am using the 3.96 version of the script and wanted to create a developer site on my UAT farm

note my HSNC exists at url: https://intranet.domain.com
<SiteCollection siteUrl="https://intranet.domain.com/appsdev"
                                HostNamedSiteCollection="false"
                                Owner=""
                                Name="Apps Dev"
                                Description="Minerva Apps Dev Site"
                                CustomDatabase=""
                                SearchUrl="https://intranet.domain/searchcenter"
                                CustomTemplate="false"
                                Template="DEV#0"
                                LCID="1033"
                                Locale="en-gb"
                                Time24="false">
                </SiteCollection>
                
Now this failed to create due the url .. so ran the relevant commands separately which worked

Is there support for this in AUtoSPInstaller.
managedPath = "appsdev"
-create our managed path which is available on any HNSC . I think thE command on hte next line is the deal maker!
New-SPManagedPath $managedPath  HostHeader -Explicit
Thereafter I just ran a New-SPSite command and created the dev site collection

Managed paths in in the script seem to be the web app level even though we need to argument these with the above managed path at the "SC" level......

Daniel

Created Unassigned: Assigning from services on server for streamlined SP2010 deployment [21765]

$
0
0
Hi, Great product thanks...Ran into a little issue. For now i will fix manually but you should prob know about it.

I have got 10 SP servers. 4 WFE, 2 x Batch, 2 x BI, 2 x Search
So trying to do a streamlined deployment with services like Access, Visio, MMS, Search Query, BDC on WFE
Search Index on own server
Batch servers have Timerjob, UPS...
BI Servers have Excel and BI items.

I have configured the script as above but after the script has completed it ignored some of the settings i have configured. So Access services will be running on a Search server and Timejob wil be running on WFE and quite a few more.

For now i am just changing them manually but this will probably be used quite a bit more on SharePoint 2013.

New Post: Extend into alternate zone

$
0
0
I have customers who know going into their SharePoint build that they will need to extend their web application into another zone. Sometimes it's because of a need for a second type of authentication (like 2-factor auth) but there is currently no way to have AutoSPInstaller extend a web application into another zone.

New Post: Remote installation of SharePoint 2013 on Server 2012

$
0
0
Hi,

What errors are you seeing when you try to install the Pre-reqs on Server 2012? I have completed multiple SharePoint installations on Server 2012 (all automated). There was an issue with Server 2012, whereby IIS would keep on looping and not actually install, this should now be fixed.

Thanks,

New Post: Remote installation of SharePoint 2013 on Server 2012

$
0
0
Hi,

Thanks for your response, I'm getting the IIS configuration error and followed the steps in the link below but not able to get past that point I keep getting the error.

http://social.technet.microsoft.com/wiki/contents/articles/14582.sharepoint-2013-install-prerequisites-offline-or-manually-on-windows-server-2012-a-comprehensive-guide.aspx#Issues_with_using_PowerShell_to_install_Roles_and_Features_when_executed_Offline

I'm installing on Windows Server 2012 R2 and did see that there were some issues previously building on this platform, not sure if that has been fully resolved?

Commented Unassigned: Get-SPSite : The server was unable to process the request due to an internal error. [21745]

$
0
0
I've just built a 3 tier farm using AutpSPInstaller (Release 3.98)

All of the servers were provisioned successfully apart from the second web server where I received the following error during the 'Checking for portal site collection phase':

```
Get-SPSite : The server was unable to process the request due to an internal error. For more information about the
error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug>
configuration behavior) on the server in order to send the exception information back to the client, or turn on
tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
At C:\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1:2696 char:36
+ $getSPSiteCollection = Get-SPSite -Limit ALL | Where-Object {$_.Url ...
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...SPCmdletGetSite:SPCmdletGetSite) [Get-SPSite], FaultExce
ption
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletGetSite

- Creating Site Collection "http://portal-dev"...
--------------------------------------------------------------
- Script halted!


Exception : System.ServiceModel.FaultException: The server was unable to process the request due to an
internal error. For more information about the error, either turn on
IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the
<serviceDebug> configuration behavior) on the server in order to send the exception
information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK
documentation and inspect the server trace logs.
at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.ReadResponse(Message response)
at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst,
RequestSecurityTokenResponse& rstr)
at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst)
at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForContext(Uri context, Boolean
bearerToken, SecurityToken onBehalfOf, SecurityToken actAs, SecurityToken delegateTo,
SPRequestSecurityTokenProperties properties)
at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForLegacyLoginContext(Uri context)
at Microsoft.SharePoint.SPSite.InitUserToken(SPRequest request)
at Microsoft.SharePoint.SPSite.SPSiteConstructor(SPFarm farm, Guid applicationId, Guid
contentDatabaseId, Guid siteId, Guid siteSubscriptionId, SPUrlZone zone, Uri requestUri,
String serverRelativeUrl, Boolean hostHeaderIsSiteName, SPUserToken userToken, Boolean
appWebRequest, String appHostHeaderRedirectDomain, String appSiteDomainPrefix, String
subscriptionName, String appSiteDomainId, Uri primaryUri)
at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite,
Boolean swapSchemeForPathBasedSites, SPUserToken userToken)
at Microsoft.SharePoint.Administration.SPSiteCollection.get_Item(String strSiteName)
at Microsoft.SharePoint.Administration.SPConfigurationDatabase.CreateSite(SPWebApplication
application, SPContentDatabase database, String originalPath, Guid id, Guid
siteSubscriptionId, Boolean useHostHeaderAsSiteName, Boolean bDeleted, DateTime deletionTime,
String subscriptionName, String appSiteDomainId, List`1 siteUrls, Boolean bResyncMode)
at Microsoft.SharePoint.Administration.SPConfigurationDatabase.CreateSite(SPWebApplication
application, SPContentDatabase database, String path, Boolean useHostHeaderAsSiteName)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database,
SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32
nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName,
String ownerEmail, String secondaryContactLogin, String secondaryContactName, String
secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean
useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
at Microsoft.SharePoint.PowerShell.SPCmdletNewSite.CreateDataObject()
at Microsoft.SharePoint.PowerShell.SPNewCmdletBase`1.InternalProcessRecord()
at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()
TargetObject : Microsoft.SharePoint.PowerShell.SPCmdletNewSite
CategoryInfo : InvalidData: (Microsoft.Share...SPCmdletNewSite:SPCmdletNewSite) [New-SPSite], FaultException
FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSite
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at CreateWebApp, C:\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1: line 2715
at CreateWebApplications, C:\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1: line 2506
at Setup-Farm, C:\SP\AutoSPInstaller\AutoSPInstallerMain.ps1: line 209
at <ScriptBlock>, C:\SP\AutoSPInstaller\AutoSPInstallerMain.ps1: line 408
at <ScriptBlock>, <No file>: line 1
PipelineIterationInfo : {}
PSMessageDetails :
```

I also see the above error in the Application Event Log categorized as a 'Claims Authentication' issue.
I've also seen Event log errors about the Security Token Service.

The STS App Pool is running as the correct account (and has been restarted).
Browsing to the STS web service gave me a message about enabling Metadata publishing for this service which I did by editing the web.config and setting both httpGetEnabled and httpsGetEnabled as 'true.'
Once I did this it just states that the service has been created.

When trying to load the portal site I just receive an internal server error with a correlation ID although it doesn't appear that the trace logging is working on this particular server as the logs are 0 KB, presumably the root cause it causing logging to fail as well.

I've tried uninstalling SP and trying to reinstall although I receive the same error.

I'd appreciate any help as I would very much prefer not to have this server rebuilt.

Kind regards,
David
Comments: ** Comment from web user: GuyO **

I'm getting a slightly different manifestation on the same but on the same powershell cmdlet.. I get it when I'm trying to provision the SecrureTokenServer on SPFEWFE1 -- I'm creating the solution pretty much OOB.


New Post: is it okay to disable the Certificate Revocation in production?

$
0
0
In studying what the certificate revocation does - I was unable to decide if it's something that should be in place in prod - can anyone check in on this to help clarify? I get that it causes a delay - but is it a necessary delay - in production?
thanks in advance!

New Post: is it okay to disable the Certificate Revocation in production?

$
0
0
paisleygo wrote:
In studying what the certificate revocation does - I was unable to decide if it's something that should be in place in prod - can anyone check in on this to help clarify? I get that it causes a delay - but is it a necessary delay - in production?
thanks in advance!
Disable Certificate Revocation List checks
If ($xmlinput.Configuration.Install.Disable.CertificateRevocationListCheck -eq "True")

New Post: is it okay to disable the Certificate Revocation in production?

$
0
0
You should only disable Certificate Revocations Checks if your SharePoint server does not have access to the Internet. As it will try to check if those certificates are valid, and obviously fail as there is no internet access. This is what causes the delay.

Cheers,
Ivan

New Post: is it okay to disable the Certificate Revocation in production?

$
0
0
Got it (brain hasn't kicked in yet this morning) Thanks for the speedy response Ivan!

Commented Unassigned: Get-SPSite : The server was unable to process the request due to an internal error. [21745]

$
0
0
I've just built a 3 tier farm using AutpSPInstaller (Release 3.98)

All of the servers were provisioned successfully apart from the second web server where I received the following error during the 'Checking for portal site collection phase':

```
Get-SPSite : The server was unable to process the request due to an internal error. For more information about the
error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug>
configuration behavior) on the server in order to send the exception information back to the client, or turn on
tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
At C:\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1:2696 char:36
+ $getSPSiteCollection = Get-SPSite -Limit ALL | Where-Object {$_.Url ...
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...SPCmdletGetSite:SPCmdletGetSite) [Get-SPSite], FaultExce
ption
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletGetSite

- Creating Site Collection "http://portal-dev"...
--------------------------------------------------------------
- Script halted!


Exception : System.ServiceModel.FaultException: The server was unable to process the request due to an
internal error. For more information about the error, either turn on
IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the
<serviceDebug> configuration behavior) on the server in order to send the exception
information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK
documentation and inspect the server trace logs.
at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.ReadResponse(Message response)
at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst,
RequestSecurityTokenResponse& rstr)
at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst)
at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForContext(Uri context, Boolean
bearerToken, SecurityToken onBehalfOf, SecurityToken actAs, SecurityToken delegateTo,
SPRequestSecurityTokenProperties properties)
at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForLegacyLoginContext(Uri context)
at Microsoft.SharePoint.SPSite.InitUserToken(SPRequest request)
at Microsoft.SharePoint.SPSite.SPSiteConstructor(SPFarm farm, Guid applicationId, Guid
contentDatabaseId, Guid siteId, Guid siteSubscriptionId, SPUrlZone zone, Uri requestUri,
String serverRelativeUrl, Boolean hostHeaderIsSiteName, SPUserToken userToken, Boolean
appWebRequest, String appHostHeaderRedirectDomain, String appSiteDomainPrefix, String
subscriptionName, String appSiteDomainId, Uri primaryUri)
at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite,
Boolean swapSchemeForPathBasedSites, SPUserToken userToken)
at Microsoft.SharePoint.Administration.SPSiteCollection.get_Item(String strSiteName)
at Microsoft.SharePoint.Administration.SPConfigurationDatabase.CreateSite(SPWebApplication
application, SPContentDatabase database, String originalPath, Guid id, Guid
siteSubscriptionId, Boolean useHostHeaderAsSiteName, Boolean bDeleted, DateTime deletionTime,
String subscriptionName, String appSiteDomainId, List`1 siteUrls, Boolean bResyncMode)
at Microsoft.SharePoint.Administration.SPConfigurationDatabase.CreateSite(SPWebApplication
application, SPContentDatabase database, String path, Boolean useHostHeaderAsSiteName)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database,
SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32
nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName,
String ownerEmail, String secondaryContactLogin, String secondaryContactName, String
secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean
useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
at Microsoft.SharePoint.PowerShell.SPCmdletNewSite.CreateDataObject()
at Microsoft.SharePoint.PowerShell.SPNewCmdletBase`1.InternalProcessRecord()
at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()
TargetObject : Microsoft.SharePoint.PowerShell.SPCmdletNewSite
CategoryInfo : InvalidData: (Microsoft.Share...SPCmdletNewSite:SPCmdletNewSite) [New-SPSite], FaultException
FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSite
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at CreateWebApp, C:\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1: line 2715
at CreateWebApplications, C:\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1: line 2506
at Setup-Farm, C:\SP\AutoSPInstaller\AutoSPInstallerMain.ps1: line 209
at <ScriptBlock>, C:\SP\AutoSPInstaller\AutoSPInstallerMain.ps1: line 408
at <ScriptBlock>, <No file>: line 1
PipelineIterationInfo : {}
PSMessageDetails :
```

I also see the above error in the Application Event Log categorized as a 'Claims Authentication' issue.
I've also seen Event log errors about the Security Token Service.

The STS App Pool is running as the correct account (and has been restarted).
Browsing to the STS web service gave me a message about enabling Metadata publishing for this service which I did by editing the web.config and setting both httpGetEnabled and httpsGetEnabled as 'true.'
Once I did this it just states that the service has been created.

When trying to load the portal site I just receive an internal server error with a correlation ID although it doesn't appear that the trace logging is working on this particular server as the logs are 0 KB, presumably the root cause it causing logging to fail as well.

I've tried uninstalling SP and trying to reinstall although I receive the same error.

I'd appreciate any help as I would very much prefer not to have this server rebuilt.

Kind regards,
David
Comments: ** Comment from web user: djkemp **

I should have posted I actually sorted this issue.
FIPS was enabled via Group Policy and SharePoint isn't FIPS compliant so it causes havoc with the install.
After I got that disabled it was smooth sailing.
Cheers,
David

New Post: The requested service, 'http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas' could not be activated

$
0
0
It turned out that the appPool that is running the SercurityTokenTokenService was running as LocalSystem -- when I changed the account to a domain account, the script on the WFE ran to completion -- Now to find out WHY the AppPool is set to run under that account.. It is NOT specified anywhere in the .xml file so it has to be grabbing it from the environment - either one of the runas accounts in SCVMM or somewhere in one of the prior application steps.

Reviewed: AutoSPInstaller for SharePoint 2010 + 2013 (Mar 26, 2015)

$
0
0
Rated 5 Stars (out of 5) - One of the best work on SharePoint.

New Post: UAC message and reboot question

$
0
0
Hi,

On some of my 2012 servers where I install, when I start the batch file I get the UAC popup. I thought autospinstall would disable this and re enable afterwards.

I also get a question if I want to reboot. On most of my servers this is automatic

Any ideas?
Viewing all 2279 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>