This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Accept
Reject

NetWitness Community

  • Home
  • Products
    • NetWitness Platform
      • Advisories
      • Documentation
        • Platform Documentation
        • Known Issues
        • Security Fixes
        • Hardware Documentation
        • Threat Content
        • Unified Data Model
        • Videos
      • Downloads
      • Integrations
      • Knowledge Base
    • NetWitness Cloud SIEM
      • Advisories
      • Documentation
      • Knowledge Base
    • NetWitness Detect AI
      • Advisories
      • Documentation
      • Knowledge Base
    • NetWitness Investigator
    • NetWitness Orchestrator
      • Advisories
      • Documentation
      • Knowledge Base
      • Legacy NetWitness Orchestrator
        • Advisories
        • Documentation
  • Community
    • Blog
    • Discussions
    • Events
    • Idea Exchange
  • Support
    • Case Portal
      • Create New Case
      • View My Cases
      • View My Team's Cases
    • Community Support
      • Getting Started
      • News & Announcements
      • Community Support Forum
      • Community Support Articles
    • Product Life Cycle
    • Support Information
    • General Security Advisories
  • Training
    • Blog
    • Certification Program
    • Course Catalog
      • Netwitness XDR
      • EC-Council Training
    • New Product Readiness
    • On-Demand Subscriptions
    • Student Resources
    • Upcoming Events
    • Role-Based Training
  • Technology Partners
  • Trust Center
Sign InRegister Now
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Search instead for 
Did you mean: 
NetWitness Discussions
  • NetWitness Community
  • Discussions
  • Re: Checklist for winrm+https event source configuration
  • Options
    • Subscribe to RSS Feed
    • Mark Topic as New
    • Mark Topic as Read
    • Float this Topic for Current User
    • Bookmark
    • Subscribe
    • Mute
    • Printer Friendly Page

Checklist for winrm+https event source configuration

UtsavSejpal
UtsavSejpal Beginner
Beginner
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎2017-06-13 03:12 AM

Hi Folks,

 

We are on SA version 10.6.2.2 and planning to integrate Windows Servers (from 3 different domains) to SA using winrm + https mechanism.

 

Can someone please share checklist or pre-requisites need to fulfill for the requirement?  

 

Thanks,

Utsav Sejpal 

  • Community Thread
  • Discussion
  • Forum Thread
  • NetWitness
  • NW
  • NWP
  • RSA NetWitness
  • RSA NetWitness Platform
0 Likes
Reply
  • All forum topics
  • Previous Topic
  • Next Topic
7 REPLIES 7

SravanKoneti1
SravanKoneti1 Beginner
Beginner
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎2017-06-13 05:17 AM

Hi Utsav,

 

Please try this: https://community.rsa.com/docs/DOC-43306 

0 Likes
Reply

UtsavSejpal
UtsavSejpal Beginner
Beginner
In response to SravanKoneti1
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎2017-06-22 08:10 PM

Hi Sravan,

 

Is there a way to disable the script (RSA provided for winrm config) which has been executed earlier (part of rollback plan)?

 

Thanks,

Utsav Sejpal

0 Likes
Reply

SravanKoneti1
SravanKoneti1 Beginner
Beginner
In response to UtsavSejpal
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎2017-06-23 12:33 AM

Hi Utsav,

 

I can't give complete rollback for the script. But, I can give a shot for deleting https listener and removing the collection user from the group which will be created by the script.

  • Run in windows command prompt winrm delete winrm/config/Listener?Address=*+Transport=HTTPS
  • Remove collection user account from Event Log Readers group.
2 Likes
Reply

UtsavSejpal
UtsavSejpal Beginner
Beginner
In response to SravanKoneti1
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎2017-06-23 01:00 AM

Hi Sravan,

 

Thanks for your inputs. 

 

One more doubt is it possible to delete listener running on custom port 5986 for HTTPs? Above command would delete all listeners associated with HTTPs service. 

 

Thanks,

Utsav Sejpal

0 Likes
Reply

SravanKoneti1
SravanKoneti1 Beginner
Beginner
In response to UtsavSejpal
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎2017-06-23 01:09 AM

Hi Utsav,

 

In Winrm 2, the default port is 5986 for https. If you have used custom port for configuration, Please use below command to remove.

 

Winrm delete winrm/config/listener?Address=*+Transport=HTTPS @{Port="<Custom_PORT_NUMBER>"}

 

Example:

Winrm delete winrm/config/listener?Address=*+Transport=HTTPS @{Port="2356"}

0 Likes
Reply

UtsavSejpal
UtsavSejpal Beginner
Beginner
In response to SravanKoneti1
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎2017-06-23 01:25 AM

Hi Sraven,

 

No luck mate!! Using 6789 port number for listener

 

I ran all the below commands:

C:\>winrm delete winrm/config/listener?Address=*+Transport=HTTPS @{Port="6789"}
Error: Input was supplied to an operation that does not accept input.

 

C:\>winrm delete winrm/config/listener?Address=*+Transport=HTTPS @Port="6789"
Error: Input was supplied to an operation that does not accept input.

 

C:\>winrm delete winrm/config/listener?Address=*+Transport=HTTPS Port="6789"
Error: Invalid use of command line. Type "winrm -?" for help.

 

Thanks,

Utsav Sejpal 

0 Likes
Reply

SravanKoneti1
SravanKoneti1 Beginner
Beginner
In response to UtsavSejpal
Options
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎2017-06-23 01:39 AM

Hi Utsav,

 

Sorry, I don't have test server to test the command. Try below command to change custom port 6789 to default 5986.

 

Winrm set winrm/config/listener?Address=*+Transport=HTTPS @{Port="5986"}

0 Likes
Reply
Powered by Khoros
  • Blog
  • Events
  • Discussions
  • Idea Exchange
  • Knowledge Base
  • Case Portal
  • Community Support
  • Product Life Cycle
  • Support Information
  • About the Community
  • Terms & Conditions
  • Privacy Statement
  • Acceptable Use Policy
  • Employee Login
© 2022 RSA Security LLC or its affiliates. All rights reserved.