<?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: View all Scheduled Tasks of VMs in VMware PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2263760#M98968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;how i can delete this scheduled tasks by PowerCLI?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2020 07:20:47 GMT</pubDate>
    <dc:creator>Wafi_aljunaedi</dc:creator>
    <dc:date>2020-07-20T07:20:47Z</dc:date>
    <item>
      <title>View all Scheduled Tasks of VMs</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2263756#M98964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know if there is a way to view all Scheduled Tasks of all VMs from vCenter? Is there potentially a PowerCLI command that could be used to gather this information?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 18:13:02 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2263756#M98964</guid>
      <dc:creator>ecrosby</dc:creator>
      <dc:date>2017-11-13T18:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: View all Scheduled Tasks of VMs</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2263757#M98965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am not good with powercli but i found this if it is helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.vmware.com/thread/341297"&gt;Task/Events for a ESX or VM: PowerCLI script&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 18:54:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2263757#M98965</guid>
      <dc:creator>msripada</dc:creator>
      <dc:date>2017-11-13T18:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: View all Scheduled Tasks of VMs</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2263758#M98966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PowerCLI you can accomplish this with a Get-View of the ScheduledTaskManager object like so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(Get-View ScheduledTaskManager).ScheduledTask | %{(Get-View $_).Info} | Select Name,NextRunTime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will return for any object in the system. For example, if I schedule two power on tasks for a couple of VMs, I can run this pipeline without specifying those individual objects.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/76717i0961E0056567AD24/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 19:15:29 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2263758#M98966</guid>
      <dc:creator>daphnissov</dc:creator>
      <dc:date>2017-11-13T19:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: View all Scheduled Tasks of VMs</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2263759#M98967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;very helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2019 09:31:04 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2263759#M98967</guid>
      <dc:creator>MRoushdy</dc:creator>
      <dc:date>2019-01-02T09:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: View all Scheduled Tasks of VMs</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2263760#M98968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;how i can delete this scheduled tasks by PowerCLI?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2020 07:20:47 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2263760#M98968</guid>
      <dc:creator>Wafi_aljunaedi</dc:creator>
      <dc:date>2020-07-20T07:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: View all Scheduled Tasks of VMs</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2819096#M98969</link>
      <description>&lt;P&gt;Guessing you no longer need the remove script, but it was posted here a month later&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/vSphere-6-7-VCSA-Cannot-Edit-Scheduled-tasks-through-GUI-need-to/td-p/2313569" target="_blank"&gt;https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/vSphere-6-7-VCSA-Cannot-Edit-Scheduled-tasks-through-GUI-need-to/td-p/2313569&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;modify or remove&amp;nbsp; where&lt;/SPAN&gt;&lt;SPAN&gt;{$&lt;/SPAN&gt;&lt;SPAN&gt;_.Info.Name&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-match&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;PRE WSUS&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 21:26:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2819096#M98969</guid>
      <dc:creator>nettech1</dc:creator>
      <dc:date>2020-12-23T21:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: View all Scheduled Tasks of VMs</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2819104#M98970</link>
      <description>&lt;P&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/1541725"&gt;@ecrosby&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moderator: Moved to &lt;STRONG&gt;PowerCLI Discussions&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 23:35:29 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/View-all-Scheduled-Tasks-of-VMs/m-p/2819104#M98970</guid>
      <dc:creator>scott28tt</dc:creator>
      <dc:date>2020-12-23T23:35:29Z</dc:date>
    </item>
  </channel>
</rss>

