Block Internet access if OpenVPN Client is down?

June 10th, 2023

NetTime is a Simple Network Time Protocol (SNTP)

February 16th, 2023

NetTime – Network Time Synchronization Tool (timesynctool.com)

How to Save Sent Items in “Shared” Mailbox

February 9th, 2023
Set-Mailbox <SharedMailboxIdentity> -MessageCopyForSentAsEnabled $true
Set-Mailbox <SharedMailboxIdentity> -MessageCopyForSendOnBehalfEnabled $true 
 

How to Reset and Clear Recent Items and Frequent Places in Windows 10 / Excel and Word

April 12th, 2022
  • %APPDATA%\Microsoft\Windows\Recent Items
  • %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations
  • %APPDATA%\Microsoft\Windows\Recent\CustomDestinations

How to Add an Additional IP Address in Windows 11

February 19th, 2022

run the ncpa.cpl command

Get current logged in user name command line (CMD)

January 3rd, 2022
whoami

Example:

c:\>whoami
cmdline\administrator

 

Add Azure Active Directory User to Local Administrators Group

December 3rd, 2021
  1. Login to the PC as the Azure AD user you want to be a local admin. This gets the GUID onto the PC.

  2. Log out as that user and login as a local admin user.

  3. Open a command prompt as Administrator and using the command line, add the user to the administrators group. As an example, if I had a user called John Doe, the command would be “net localgroup administrators AzureAD\JohnDoe /add” without the quotes

Assign eDiscovery permissions in the Microsoft 365 compliance center

August 25th, 2021

Link

Assign eDiscovery permissions

  1. Go to https://compliance.microsoft.com and sign in using an account that can assign permissions.

  2. In the left pane of the Microsoft 365 compliance center, select Permissions.

  3. On the Permissions & Roles page, under Compliance center, click Roles.

  4. On the Compliance center roles page, select eDiscovery Manager.

  5. On the eDiscovery Manager flyout page, do one of the following based on the eDiscovery permissions that you want to assign.

    To make a user an eDiscovery Manager: Next to eDiscovery Manager, select Edit. On the Choose eDiscovery Manager wizard page, click Add Icon Add. Select the user (or users) you want to add as an eDiscovery manager, and then select Add. When you’re finished adding users, select Done. Then, on the Editing Choose eDiscovery Manager wizard page, select Save to save the changes to the eDiscovery Manager membership.

    To make a user an eDiscovery Administrator: Next to eDiscovery Administrator, select Edit. On the Choose eDiscovery Administrator page, click Add Icon Add. Select the user (or users) you want to add as an eDiscovery Administrator, and then Add. When you’re finished adding users, select Done. Then, on the Editing Choose eDiscovery Administrator wizard page, select Save to save the changes to the eDiscovery Administrator membership.

 

UniFi – Layer 3 Adoption for Remote UniFi Network Applications

July 17th, 2021

If you can SSH into the device, it’s possible to do L3 adoption via CLI command:

Disable UAC (User Account Control) in Windows

May 5th, 2021

C:\Windows\System32\UserAccountControlSettings.exe

Powershell

Set-ItemProperty -Path registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System -Name EnableLUA -Value 0