Archive for November 27, 2019

Import-Module WebAdministration
#Get Central Admin App Pool - which Runs on FARM account
$CAPool Get-ChildItem -Path IIS:\AppPools\ | Where { $_.Name -eq "SharePoint Central Administration v4" }
#Get User Name and Password for Farm Account
$CAPool.ProcessModel.UserName
$CAPool.ProcessModel.Password

ADMT Series

Posted: November 27, 2019 in Active Directory

https://blog.thesysadmins.co.uk/admt-series-1-preparing-active-directory.html

https://itproguru.com/expert/2016/02/how-to-deploy-nano-server-windows-server-2016-step-by-step-plus-great-tips-on-managing-nano-server/

https://blogs.msdn.microsoft.com/astebner/2007/03/14/mailbag-what-version-of-the-net-framework-is-included-in-what-version-of-the-os/