image-2

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

image-2

How to Enable Hyper-V on Windows 10

Enable Hyper-V to create virtual machines on Windows 10.Hyper-V can be enabled in many ways including using the Windows 10 control panel, PowerShell or using the Deployment Imaging Servicing and Management tool (DISM). This document walks through each option. Note: Hyper-V is built into Windows as an optional feature — there is no Hyper-V download. Check Read More

image-2

How to Export Azure AD All Devices

Step 1, install AzureAD module if you have done this yet. Type “PowerShell” from the start menu >> Right-click on Windows PowerShell and choose “Run as administrator”Type “Install-Module AzureAD” and hit Enter.You’ll be asked to confirm the installation from the PSGallery. Type “A” to select “Yes to All” and hit the Enter key. To update Read More

image-2

How to Setup a Password Expiration Notification via Emails

Quick reference, Powershell script is available to download from here. You need to change its file type from .txt to .Ps1 Have you ever had a need to configure notifications for user’s password expirations but found that existing solutions didn’t quite fit the bill? We all know you can use built-in solutions with Windows and Read More

image-2

How to Force Log Off One or All Users from Microsoft 365

In situations involving compromised user accounts simply disabling an account is often not sufficient to mitigate the threat especially if the account is actively being using to send SPAM/Phishing email or to download data. There are three supported ways of revoking an active user’s session in Office 365. The first option is found in the Read More

image-2

How to Generate a Code Signing Certificate and Sign PowerShell .ps1 Script

This guide will show you how to issue a code signing certificate from your internal Certificate Authority, and how to use it to sign your code. Topics covered in this article: Trying to sign code with no certificate available How to get a code signing certificate Requesting a certificate once issued from the Local CA How Read More