The below post explains the end to end process of software updates management in SCCM 2012 Pre-requisites: 1. WSUS Server (WSUS 3.0 SP2 ) should be installed on the SCCM site server or if you want to install WSUS on another server, it is important that you install WSUS administration console as the SCCM Server uses API. This link explains the step by step procedure to install WSUS 3.0 SP2 2. Install SUP-Software Update Point on the SCCM Server . 3. Reporting Services Point: Install reporting services point role as described in this link . 4. Client agent: The software update client agent should be enabled(will be enabled by default) and the settings have to specified as per the requirement. On SCCM console, go to Administration>Site Configuration>Client settings>Right click on Default client settings> Click on Properties. If required, we can create custom client settings and then enable client settings for that settings. ...
We can change the service account used by following the below steps:
1. Create or select a domain or local system user account that will be used as the SQL Server service account.
2. Open SQL Server Configuration Manager.
3. Click SQL Server Services, and then double click SQL Server<INSTANCE NAME>.
4. On the Log on tab, select This account, and then enter the user name and password for the domain user account created in step 1 or click Browse to find the user account in Active Directory and then click Apply.
5. Click Yes on the Confirm Account Change dialog box to confirm the service account change and restart the SQL Server Service.
6. Click OK after the service account has been successfully changed.
1. Create or select a domain or local system user account that will be used as the SQL Server service account.
2. Open SQL Server Configuration Manager.
3. Click SQL Server Services, and then double click SQL Server<INSTANCE NAME>.
4. On the Log on tab, select This account, and then enter the user name and password for the domain user account created in step 1 or click Browse to find the user account in Active Directory and then click Apply.
5. Click Yes on the Confirm Account Change dialog box to confirm the service account change and restart the SQL Server Service.
6. Click OK after the service account has been successfully changed.
Comments
Post a Comment