Changes in this release:
- New property GrantCurrentUserFullControl to ensure current (setup) user account will have full access to web applications being created by the CreateWebApp function
- Fixed ValidatePassphrase function so it does a case-sensitive match (thanks @vladcatrinescu!)
- Updated InstallPrerequisites, Enable-RemoteSession and Install-WindowsIdentityFoundation functions to detect and attempt to handle Win 2012 R2
- Renamed InstallCumulativeUpdates function to InstallUpdates to reflect its broader use; major update to this function to handle SP2010 service pack 2 etc.; leverages new function InstallSpecifiedUpdate
- CreateWebApplications function now confirms the local server is going to be running SharePoint websites (is running Foundation Web Application service) before adding web app URLs to HOSTS
- Fixed CreateUserProfileServiceApplication function so it can handle SyncConnectionAccountPassword values with special characters
- Function ConfigureClaimsToWindowsTokenService now adds the C2WTS account to local admins (required it seems if not using Local System account); also sets C2WTS to depend on Cryptographic Services
- Stability fix for Search Host Controller Service added to CreateEnterpriseSearchServiceApp function (fixes 'stuck on starting' issue)
- Upon completion, script will now launch web apps in the browser only if the local server has been designated to run the Foundation Web Application service
- Minor syntax updates
↧