[et_pb_section fb_built=”1″ admin_label=”Page Title” _builder_version=”4.9.3″ background_color=”#667077″ use_background_color_gradient=”on” custom_padding=”75px||75px|” global_module=”210146″ collapsed=”off”][et_pb_row _builder_version=”3.25″ background_size=”initial” background_position=”top_left” background_repeat=”repeat” custom_padding=”0px||0px|”][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” custom_padding__hover=”|||”][et_pb_post_title meta=”off” featured_image=”off” text_color=”light” _builder_version=”4.9.3″ title_font=”Poppins|600|||||||” title_text_align=”center” title_text_color=”#ffffff” title_font_size=”50px” text_orientation=”center” title_font_size_tablet=”” title_font_size_phone=”40px” title_font_size_last_edited=”on|phone”][/et_pb_post_title][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=”1″ admin_label=”Section Title” _builder_version=”3.22″ custom_padding=”6%||6%|” border_width_all=”1px” border_color_all=”#bdbdbf” collapsed=”off”][et_pb_row _builder_version=”3.25″ custom_padding=”0px||0px|”][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” custom_padding__hover=”|||”][et_pb_text admin_label=”Subtitle of the module” _builder_version=”4.9.3″ header_font=”|300|||||||” header_text_align=”left” header_text_color=”#000000″]

Microsoft Endpoint Configuration Manager (MEMCM) Admin Console Location:

\Monitoring\Overview\Client Operations

Here’s the Solution Straight Away:

In Your ConfigMgr admin console, connect to your site via PowerShell and run the following script as a one-liner:

[/et_pb_text][et_pb_text _builder_version=”4.9.3″ _module_preset=”default”]

Foreach($cmopentry in Get-CMClientOperation)
{
   If ($cmopentry.IsExpired -eq 1)
   {
      Remove-CMClientOperation -Id $cmopentry.ID -Force
   }
}

[/et_pb_text][et_pb_text admin_label=”Subtitle of the module” _builder_version=”4.9.3″ header_font=”|300|||||||” header_text_align=”left” header_text_color=”#000000″]

The script will take several minutes to execute if you have a lot of entries,, so be patient with it.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=”1″ admin_label=”Section Title” _builder_version=”3.22″ custom_padding=”6%||6%|” border_width_all=”1px” border_color_all=”#bdbdbf” collapsed=”off”][et_pb_row _builder_version=”3.25″ custom_padding=”0px||0px|”][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” custom_padding__hover=”|||”][et_pb_text admin_label=”Subtitle of the module” _builder_version=”4.9.3″ header_font=”|300|||||||” header_text_align=”left” header_text_color=”#000000″]

More From Craig

[/et_pb_text][et_pb_blog posts_number=”3″ include_categories=”103,111″ use_manual_excerpt=”off” _builder_version=”4.9.3″ _module_preset=”default” header_font_size=”22px”][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *