<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rename_objects.sh - bash script using CSV to bulk rename objects (on MDS) in Scripts</title>
    <link>https://community.checkpoint.com/t5/Scripts/rename-objects-sh-bash-script-using-CSV-to-bulk-rename-objects/m-p/153655#M983</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/70943"&gt;@_khard&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This script was specifically written for a Multi-Domain environment, but you can easily modify it to work on a single management server.&lt;/P&gt;
&lt;P&gt;It probably will work if you modify line 273 to:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;mgmt_cli login user &lt;/SPAN&gt;&lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;SPAN class="pl-smi"&gt;$1&lt;/SPAN&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="pl-k"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; id.txt&lt;BR /&gt;&lt;BR /&gt;Note: You still need to enter a (fake) domainname but it will not be used to login. To remove this it would require a lot more custom modifications.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jul 2022 21:00:57 GMT</pubDate>
    <dc:creator>RickHoppe</dc:creator>
    <dc:date>2022-07-22T21:00:57Z</dc:date>
    <item>
      <title>rename_objects.sh - bash script using CSV to bulk rename objects (on MDS)</title>
      <link>https://community.checkpoint.com/t5/Scripts/rename-objects-sh-bash-script-using-CSV-to-bulk-rename-objects/m-p/80372#M718</link>
      <description>24</description>
      <pubDate>Tue, 14 Apr 2026 08:24:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/rename-objects-sh-bash-script-using-CSV-to-bulk-rename-objects/m-p/80372#M718</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2026-04-14T08:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: rename_objects.sh - bash script using CSV to bulk rename objects (on MDS)</title>
      <link>https://community.checkpoint.com/t5/Scripts/rename-objects-sh-bash-script-using-CSV-to-bulk-rename-objects/m-p/153522#M981</link>
      <description>&lt;P&gt;Is this supported for single domain server running on R80.40 ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 06:50:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/rename-objects-sh-bash-script-using-CSV-to-bulk-rename-objects/m-p/153522#M981</guid>
      <dc:creator>_khard</dc:creator>
      <dc:date>2022-07-21T06:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: rename_objects.sh - bash script using CSV to bulk rename objects (on MDS)</title>
      <link>https://community.checkpoint.com/t5/Scripts/rename-objects-sh-bash-script-using-CSV-to-bulk-rename-objects/m-p/153655#M983</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/70943"&gt;@_khard&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This script was specifically written for a Multi-Domain environment, but you can easily modify it to work on a single management server.&lt;/P&gt;
&lt;P&gt;It probably will work if you modify line 273 to:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;mgmt_cli login user &lt;/SPAN&gt;&lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;SPAN class="pl-smi"&gt;$1&lt;/SPAN&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="pl-k"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; id.txt&lt;BR /&gt;&lt;BR /&gt;Note: You still need to enter a (fake) domainname but it will not be used to login. To remove this it would require a lot more custom modifications.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 21:00:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/rename-objects-sh-bash-script-using-CSV-to-bulk-rename-objects/m-p/153655#M983</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2022-07-22T21:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: rename_objects.sh - bash script using CSV to bulk rename objects (on MDS)</title>
      <link>https://community.checkpoint.com/t5/Scripts/rename-objects-sh-bash-script-using-CSV-to-bulk-rename-objects/m-p/153663#M984</link>
      <description>&lt;P&gt;Nice work !&lt;/P&gt;
&lt;P&gt;I have some more features how to further develop this script.&lt;/P&gt;
&lt;P&gt;1. Iterate over all Domains on MDS and check if the object to be renamed is existing on all Domains, not only on specified as an argument. You can specify only one Domain, but if you dont, the script will rename it on all Domains.&lt;/P&gt;
&lt;P&gt;2. Integrate Global Domain, if present.&lt;/P&gt;
&lt;P&gt;3. Rename the network objects searched by the IP addresses (not via name).&lt;/P&gt;
&lt;P&gt;4. Automatic detection of SMS or MDS.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2022 05:42:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/rename-objects-sh-bash-script-using-CSV-to-bulk-rename-objects/m-p/153663#M984</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2022-07-23T05:42:29Z</dc:date>
    </item>
  </channel>
</rss>

