<?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: How to export to csv the Get-SMSchedule command you can run on Snapcenter? in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/How-to-export-to-csv-the-Get-SMSchedule-command-you-can-run-on-Snapcenter/m-p/151728#M12552</link>
    <description>&lt;P&gt;The most basic way would be something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Get-SMSchedule | Select-Object &amp;lt;list of PowerShell properties that you want to include in your exported CSV&amp;gt; | Export-CSV C:\path\to\your\CSV\file

&lt;/PRE&gt;
&lt;P&gt;You can run "Get-SMSchedule | Get-Member" to get a list of all available properties (there are usually a large number of properties available that aren't displayed by default).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some light reading:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/select-object?view=powershell-6" target="_blank"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/select-object?view=powershell-6&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-member?view=powershell-6" target="_blank"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-member?view=powershell-6&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2019 21:37:44 GMT</pubDate>
    <dc:creator>donny_lang</dc:creator>
    <dc:date>2019-10-14T21:37:44Z</dc:date>
    <item>
      <title>How to export to csv the Get-SMSchedule command you can run on Snapcenter?</title>
      <link>https://community.netapp.com/t5/Data-Protection/How-to-export-to-csv-the-Get-SMSchedule-command-you-can-run-on-Snapcenter/m-p/151725#M12551</link>
      <description>&lt;P&gt;A customer wants to know how to export to CSV the Get-SMSchedule command from SnapCenter&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;I am looking to export objects such as Scheduled start and end time, databases involved, and retention into columns. Not sure if there is an advanced guide on getting this info populated into columns since currently it is a mess populating that into a spreadsheet.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:11:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/How-to-export-to-csv-the-Get-SMSchedule-command-you-can-run-on-Snapcenter/m-p/151725#M12551</guid>
      <dc:creator>philipb</dc:creator>
      <dc:date>2025-06-04T12:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to export to csv the Get-SMSchedule command you can run on Snapcenter?</title>
      <link>https://community.netapp.com/t5/Data-Protection/How-to-export-to-csv-the-Get-SMSchedule-command-you-can-run-on-Snapcenter/m-p/151728#M12552</link>
      <description>&lt;P&gt;The most basic way would be something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Get-SMSchedule | Select-Object &amp;lt;list of PowerShell properties that you want to include in your exported CSV&amp;gt; | Export-CSV C:\path\to\your\CSV\file

&lt;/PRE&gt;
&lt;P&gt;You can run "Get-SMSchedule | Get-Member" to get a list of all available properties (there are usually a large number of properties available that aren't displayed by default).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some light reading:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/select-object?view=powershell-6" target="_blank"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/select-object?view=powershell-6&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-member?view=powershell-6" target="_blank"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-member?view=powershell-6&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 21:37:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/How-to-export-to-csv-the-Get-SMSchedule-command-you-can-run-on-Snapcenter/m-p/151728#M12552</guid>
      <dc:creator>donny_lang</dc:creator>
      <dc:date>2019-10-14T21:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to export to csv the Get-SMSchedule command you can run on Snapcenter?</title>
      <link>https://community.netapp.com/t5/Data-Protection/How-to-export-to-csv-the-Get-SMSchedule-command-you-can-run-on-Snapcenter/m-p/151836#M12570</link>
      <description>&lt;P&gt;I believe this is the answer that the customer has needed.&amp;nbsp; They will be testing shortly.&amp;nbsp; THanks!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 12:53:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/How-to-export-to-csv-the-Get-SMSchedule-command-you-can-run-on-Snapcenter/m-p/151836#M12570</guid>
      <dc:creator>philipb</dc:creator>
      <dc:date>2019-10-18T12:53:50Z</dc:date>
    </item>
  </channel>
</rss>

