Tuesday, July 30, 2013

WSUS Connection ERROR


ERROR :

WSUS ERROR LOG :
                                    The WSUS administration console was unable to connect to the WSUS Server via the remote API.

EVENTVIEWER :


                                  The description for Event ID 17137 from source MSSQL$MICROSOFT##SSEE cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.



RESOLUTION : 

WSUS internal Database corruption is due to the patching of WSUS Server. restarting of “Windows Internal Database” service was established the successful connection.



Wednesday, July 3, 2013

DEPLOYING OFFICE TEMPLATE TO ALL LOGGED ON USERS USING SCCM

Deploying Office Template to all workstations Using SCCM

Step 1 : Make batch Script, save this file as .bat

Batch SCRIPT :


@echo off
copy <shared path of Template file> "%Appdata%\Microsoft\templates"
copy <shared path of Template file> "%Appdata%\Microsoft\Templates"

Step 2 : Create package -> Follow standard steps
Step 3 : Create Program -> Follow standard steps + environment option -> only when user is logged in
Step 4 : Create Advertisement -> Follow standard steps

It Took 2 days to find this simple script......

How to create software distribution : http://technet.microsoft.com/en-us/library/bb632640.aspx