• Need An RWZ-File Editor…

    Author
    Topic
    #319589

    Need An RWZ-File Editor…

    When you export Outlook rules, they create a RWZ file (in HEX).

    I’m looking for software that will read the file (results in ASCII), and let me edit it.

    p.s. this is my first post, and my first use//test of my footer; G-d help us all!

    "To know yet to think that one does not know is best"

    Viewing 2 reply threads
    Author
    Replies
    • #319719
      • #319917

        Well, technically, there’s one thing that might do something useful and appears to be free… it’s just that it’s sort of outdated… and only seems to be around in the form of archived source code.

        https://archive.codeplex.com/?p=rwzreader

    • #319911

      Sorry, your footer got swallowed up in our moderating machine.

      We’ll do better next time!

    • #2643135

      Its been awhile since this RWZ-file topic was discussed.   Just wanted to share that PowerShell is the answer for these Inbox Rule questions.   Today I was just looking for a detailed listing of my Outlook Rules and the WORDs that the rules were looking for.

      Install-Module -Name ExchangeOnlineManagement
      Connect-ExchangeOnline
      Get-InboxRule -Mailbox user@contoso.com

      # List All Words in a RULE!

      Get-InboxRule -Mailbox  user@contoso.com| Where-Object -Property Name -eq ‘MyRuleName’ | Select-object Name, Description, Enabled, RedirectTo, MoveToFolder, ForwardTo, DeleteMessage, SubjectOrBodyContainsWords, HeaderContainsWords, BodyContainsWords -ExpandProperty SubjectOrBodyContainsWords

      # Also

      Use the Set-InboxRule cmdlet to modify existing Inbox rules in mailboxes

      Use the New-InboxRule cmdlet to create Inbox rules in mailboxes.

       

    Viewing 2 reply threads
    Reply To: Need An RWZ-File Editor…

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: