Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.

Managing Windows endpoints with PowerShell scripts and Intune policies

Managing Windows endpoints with PowerShell scripts and Intune policies
Microsoft Intune utilizes the Intune management extension to deploy PowerShell scripts to Windows 10 and later devices. This extension enhances modern management by allowing administrators to run scripts in either the system context or using logged-on user credentials. Scripts execute before Win32 apps and are automatically retried up to three times if an initial failure occurs during check-in.

Source

Removing problematic Microsoft Teams chat threads with PowerShell

Removing problematic Microsoft Teams chat threads with PowerShell
Administrators can use the Microsoft Graph PowerShell SDK to identify and delete problematic chat threads across an organization. This approach is particularly useful for cleaning up spam or inappropriate content that has been broadcast to large groups of users. The process utilizes the Remove-MgChat cmdlet to purge offending threads from the Teams message store after they are identified.

Source

❌