How to run Microsoft Baseline Security Analyzer remotely with a user credentials?
1. Run command prompt as an administrator.
2. Switch the path to the MBSA parth.
cd c:\Program Files\Microsoft Baseline Security Analyzer 2\
3. Run MBSA as a specific user on a remote machine.
c:\Program Files\Microsoft Baseline Security Analyzer 2>runas /netonly /user:10.10.10.240\user mbsa.exe
4. Enter the password for 10.10.10.240\user:
Attempting to start mbsa.exe as user "10.10.10.240\user" ...
c:\Program Files\Microsoft Baseline Security Analyzer 2>
It will start MBSA with given user name "user" and password.
5. As MBSA shown up then press "Scan a computer"
6. Add IP address of destination computer and press "Start Scan"
1. Run command prompt as an administrator.
2. Switch the path to the MBSA parth.
cd c:\Program Files\Microsoft Baseline Security Analyzer 2\
3. Run MBSA as a specific user on a remote machine.
c:\Program Files\Microsoft Baseline Security Analyzer 2>runas /netonly /user:10.10.10.240\user mbsa.exe
4. Enter the password for 10.10.10.240\user:
Attempting to start mbsa.exe as user "10.10.10.240\user" ...
c:\Program Files\Microsoft Baseline Security Analyzer 2>
It will start MBSA with given user name "user" and password.
5. As MBSA shown up then press "Scan a computer"
6. Add IP address of destination computer and press "Start Scan"
No comments:
Post a Comment