Indice de Instalación de Sharepoint 2016
A continuación se crea el Application Pool para los services applications. Puedes crear N cuentas dependiendo del tipo de seguridad que quieres implementar para tus services applications.
Add-PSSnapin Microsoft.SharePoint.PowerShell -erroraction SilentlyContinue
$AppPoolName = "SharePoint Web Services Default"
$AppPoolUserName = "CONTOSO\svcspsvcapps"
$SAAppPool = Get-SPServiceApplicationPool -Identity $AppPoolName -EA 0
if($SAAppPool -eq $null)
{
$AppPoolAccount = Get-SPManagedAccount -Identity $AppPoolUserName -EA 0
if($AppPoolAccount -eq $null)
{
$AppPoolCred = Get-Credential $AppPoolUserName
$AppPoolAccount = New-SPManagedAccount -Credential $AppPoolCred -EA 0
}
$AppPoolAccount = Get-SPManagedAccount -Identity $AppPoolUserName -EA 0
if($AppPoolAccount -eq $null)
{
Write-Host "Cannot create or find the managed account $appPoolUserName, please ensure the account exists."
Exit -1
}
New-SPServiceApplicationPool -Name $AppPoolName -Account $AppPoolAccount -EA 0 > $null
Write-Host "Se ha creado correctamente la cuenta default de app pool"
}
Else
{
Write-Host "Fallo la creación de la cuenta"
}
Hi guys,
ResponderEliminarThank you so much for this wonderful article! Here we all can learn a lot of useful things and this is not only my opinion!
Even BLNCK corp. and http://www.tzunami.com confirmed it!
GOOD Article !! Thanks for sharing..
ResponderEliminarSharepoint Online Training
Sharepoint Training
Office 365 Online Training
Office 365 Training
Thanks for this blog, I'am very much delighted to say that this blog has helped me a lot in gain some extra knowledge.
ResponderEliminarOracle Training in Chennai | Certification | Online Training Course | Oracle Training in Bangalore | Certification | Online Training Course | Oracle Training in Hyderabad | Certification | Online Training Course | Oracle Training in Online | Oracle Certification Online Training Course | Hadoop Training in Chennai | Certification | Big Data Online Training Course