How to find the GPO name with an GUID

Posted on

This post highlight some options to know GPO name for specified GUID. You can see SYSVOL contents of every GPO by browsing to: \\\SYSVOL\Domain name>\Policies\{ but this does not display the name. You can you any of the options below to see the display name of a specified GUID Option 1 – Using Active Directory […]

Read More

How to convert MBR to GPT

Posted on

Recently I was configuring disks for SQL and the plan was to use GPT rather than MBR. For any hard drive over 2TB, we need to use GPT partition because the number of partitions on a GPT disk is not constrained by temporary schemes, such as container partitions as defined by the MBR Extended Boot […]

Read More

How to Generate CSR in IIS7 and above

Posted on

Because of the new structure in IIS 7 manager interface, there is a little change in how CSR is being generated. Follow the steps below to generate a Private Key and CSR in IIS 7.0 and above: 1. Log on to the server with the administrator account or an equivalent account. 2. Open the Internet […]

Read More

How to Generate CSR in IIS6

Posted on

Follow the steps below to generate a Private Key and CSR in IIS 6.0 1. Log on to the server with an administrator account or an equivalent account. 2. Open the Internet Information Services (IIS) Manager. From the Start button select Programs > Administrative Tools > Internet Information Services Manager or Open Run and enter […]

Read More

How to export a certificate with the private key

Posted on

Open the Certificates snap-in using MMC Click on “File” and select “Add/Remove Snap-in”, Click “Add” and select “Certificate” Select “ Computer” and click “Next” Click “Finish” ,(Leave Local computer checked) Click “Close” and “OK” Expand the console tree and click on “Personal” Locate the certificate that you want to export on the “right pane” Click […]

Read More