How can I lockdown WMI traffic to a static port?
8:49 AM
To lock down WMI to a static port, you can run the following command from the command line:
Once completed, you will need to restart the winmgmt service on the target box you are on. You can do this as follows:
For more information on the winmgmt command you can review the URL link below:
http://msdn.microsoft.com/en-us/library/aa394525%28v=vs.85%29.aspx
C:\winmgmt /standalonehost |
Once completed, you will need to restart the winmgmt service on the target box you are on. You can do this as follows:
C:\sc stop winmgmt C:\sc start winmgmt |
For more information on the winmgmt command you can review the URL link below:
http://msdn.microsoft.com/en-us/library/aa394525%28v=vs.85%29.aspx
0 comments