Check if network protection is enabled Check if network protection has been enabled on a local device by using Registry editor. Select the Start button in the task bar and type regedit to open Registry editor. Choose HKEY_LOCAL_MACHINE from the side menu. Navigate through the nested menus to SOFTWARE > Policies > Microsoft > Windows Defender > Policy Manager. If the Key is missing, Navigate to SOFTWARE > Microsoft > Windows Defender > Windows Defender Exploit Guard > Network Read More
Category: PowerShell
How to Get Azure AD Users with Registered Devices Using PowerShell
In this post, I am going to share Powershell script to find and list devices that are registered by Azure AD users. We can use the Get-AzureADUserRegisteredDevice cmdlet to get the registered devices. Before proceed run the below command to connect Azure AD Powershell module. 1 Connect-AzureAD List registered devices of all Azure AD users: To get Read More
Avoid Windows Task Scheduler When Running Microsoft 365 PowerShell Scripts
ByTony Redmond Better Methods Exist to Run Microsoft 365 PowerShell Scripts I am bemused when I read articles advising Microsoft 365 tenant administrators to run PowerShell scripts using the Windows Task Scheduler. I understand the reason why people use the Task Scheduler. It’s easy, built into Windows, allows scripts to run unattended (always an advantage when Read More
How to Create a Library in SharePoint Online for Office Templates
An organization assets library is a document library that you designate for storing images & logos for use in your company. These images can be used in modern web parts added to SharePoint pages. This adds the obvious benefit of a central location for the storage of corporate media. You can have up to 30 Read More
How to Manage Microsoft Defender by PowerShell
Introduction All the Windows and Windows Server users know that the operating system features a built-in antimalware protection tool named Windows Defender.The UI of this tool has passed through several changes, but that’s not the only way Windows Defender can be managed: a Windows PowerShell module named “Defender” (provided within the operating system’s PowerShell) can Read More
Use PowerShell to Find Installed Software Quickly
by Gayathri R Nayak In certain situations, we may need to check the list of installed software and its version and for this, we can make use of PowerShell. Here at Bobcares, we have seen several such PowerShell related queries as part of our Server Management Services for web hosts and online service providers. Today, we’ll take a Read More