9.19.2016

How to use JRB tools to dump members of a distribution lists for Novell GroupWise 2012

How to use JRB tools to dump members of a distribution lists for Novell GroupWise 2012

  • Install Novell GroupWise Client onto the system where you will be running JRB tools. 
  • Install JRB tools v17 and accept default prompts for installation. 
  • It will install to the default directories. 
Command line utilities with text output:
          C:\Program Files (x86)\JRButils V17\jrb32
          
Command line utilities with GUI output:
          C:\Program Files (x86)\JRButils V17\jrbgui1
          
GUI utilities:
          C:\Program Files (x86)\JRButils V17\jrbgui2
          
Documentation folder:  
          C:\Program Files (x86)\JRButils V17\Docs
          
Server list for NLMs: 
          NON
  • Type the following commands in a Command Prompt Window:
    • cd "C:\Program Files (x86)\JRButils V17\jrb32>\"
    • gwdlists Staff /v=g20 > c:\temp\StaffDL.txt

Exchange Command to Dump Distribution List members

  • Launch Exchange Powershell
  • Get-DistributionGroupMember -Identity STAFF | sort-object alias | ft alias > c:\temp\Staff_EX.txt
  • notepad c:\temp\Staff_EX.txt

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.