Comments on: How to Retire an Application in SCCM | ConfigMgr https://www.prajwaldesai.com/retire-an-application-in-sccm-configmgr/ SCCM | ConfigMgr | Intune | Windows 11 | Azure Thu, 09 Nov 2023 11:08:39 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: Evgeny https://www.prajwaldesai.com/retire-an-application-in-sccm-configmgr/#comment-57582 https://www.prajwaldesai.com/?p=306045#comment-57582 In reply to Axle.

Hi !
Yes, with Powershell:
Get-CMApplication -Fast | ? {$_.IsExpired -ne ‘True’}

]]>
By: Axle https://www.prajwaldesai.com/retire-an-application-in-sccm-configmgr/#comment-41604 https://www.prajwaldesai.com/?p=306045#comment-41604 Can i get a SQL query for fetching all the retired Status Apps from SCCM

]]>
By: Ejike N https://www.prajwaldesai.com/retire-an-application-in-sccm-configmgr/#comment-39259 https://www.prajwaldesai.com/?p=306045#comment-39259 How do I use SCCM to install an application on endpoints on a local domain with no access to the internet

]]>