image

How to Enable Microsoft Sentinel

To get started, add Microsoft Sentinel to an existing workspace or create a new one. Sign in to the Azure portal. Search for and select Microsoft Sentinel. Select Add. Select the workspace you want to use or create a new one. You can run Microsoft Sentinel on more than one workspace, but the data is isolated to a Read More

image

How to Modify the Password Policies for Windows Server by Using Commands

The Password complexity is a Local Policy setting named “Passwords must meet complexity requirements” under Computer Configuration/Windows Settings/Security Settings/Account Policies/Password Policy. In a Server Core installation, there is no graphical user interface to set this policy.Instead, use secedit to import and export the security settings from a Full Installation of Windows Server 2008 and later Read More

image

How to Disable Sync in SharePoint / Teams Site

Option 1: Disable sync at the library level If you want to generally allow synchronization in your environment, but restrict specific libraries from being synchronized, you can disable sync locally, for a given document library. Here is how to do this: Navigate to the library where you want to disable sync, then click Gear Icon > Library Settings Click on Advanced Read More

image

How to Connect a Linux Instance on Oracle Cloud

You connect to a running Linux instance by using a Secure Shell (SSH) connection. The steps to connect to a Linux instance vary, depending on the operating system that you’re connecting from. Most UNIX-style systems include an SSH client by default. Windows 10 and Windows Server 2019 systems should include the OpenSSH client, which you need Read More

image

How to Boot Microsoft Surface from a USB device

For all Surface models  Before you start, make sure you don’t have any other USB devices connected to your Surface, including USB mouse devices, keyboards, or other storage drives. Surface will try to boot from any other connected USB devices. Here’s how to boot from a USB.  Shut down your Surface. Insert the bootable USB drive Read More

image

How to Convert an SSL Certificate to Other Formats

It is highly recommended that you convert to and from .pfx files on your own machine using OpenSSL so you can keep the private key there. Use the following OpenSSL commands to convert SSL certificate to different formats on your own machine: OpenSSL Convert PEM Convert PEM to DER openssl x509 -outform der -in certificate.pem Read More