image-1

How to Fix “A drive with the name ‘HKU’ does not exist” on PowerShell

How to fix “A drive with the name ‘HKU’ does not exist” on Powershell The error:   Cannot find drive. A drive with the name ‘HKU’ does not exist.+ CategoryInfo : ObjectNotFound: (HKU:String) [Remove-Item], DriveNotFoundException+ FullyQualifiedErrorId : DriveNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand+ PSComputerName : clt64792 By default, only the following PowerShell drives referencing registry locations are defined: PS> Get-PSDrive Read More

image-1

How to Deploy an Application by Creating an Atera Script

Note: To create a script: 1. Go to Admin > Monitoring and automation > Scripts. 2. Click Create script. The Create script page appears. 4. Fill in the mandatory fields: 5. Click More script properties to fill in other fields (optional). 6. Enter the script in the script editor. Then click Create. The script is created and will appear in the My scripts tab. Create, upload, and generate Read More

image-1

How to Perform a Silent Installation of Intel Software

The available options are:[-q|-quiet|-s|-silent] – Silent installation with no user interface[-l|-log <LogFileName>] – Log to a specific file[-repair] – Repair (Or install if not installed)       For examples: Installation command line example:  Install:  WiFi_21.60.2_Driver64_Win10.exe -q -sInstall:  SetupChipset.exe -q -s Uninstall command line example: Uninstall: WiFi_21.60.2_Driver64_Win10.exe -uninstallUninstall: SetupChipset.exe -q -uninstall

image-1

How to Configure KnowBe4 with Microsoft Entra ID (Formerly Azure Active Directory)

In this article, you’ll learn how to configure SCIM with Microsoft Entra ID (formerly Azure Active Directory). Configuring SCIM for Microsoft Entra ID will allow you to add and manage users and groups in your KSAT console using Microsoft Entra ID. The instructions in this article are for third-party software. If you experience issues with Read More

image-1

How to decommission an AD FS server Correctly

Microsoft Entra ID provides a simple cloud-based sign-in experience to all your resources and apps with strong authentication and real-time, risk-based adaptive access policies to grant access to resources reducing operational costs of managing and maintaining an AD FS environment and increasing IT efficiency. For more info on why you should upgrade from AD FS to Microsoft Read More