---
title: Powershell script for setting up Windows Login - Passwordless
description: The script Configure-Passwordless.ps1 can be used to quickly carry out the steps required to set up Windows Login - Passwordless. This can be useful for purposes such as informal testing or demos.
component: pingid
page_id: pingid:pingid_integrations:pid_powershell_script_setting_up_windows_login_passwordless
canonical_url: http://docs.pingidentity.com/pingid/pingid_integrations/pid_powershell_script_setting_up_windows_login_passwordless.html
revdate: January 30, 2024
---

# Powershell script for setting up Windows Login - Passwordless

The script `Configure-Passwordless.ps1` can be used to quickly carry out the steps required to set up Windows Login - Passwordless. This can be useful for purposes such as informal testing or demos.

The script carries out the following steps:

* Creates and installs the CA certificate, also to the group policy

* Sets `externalId` to be a unique attribute

* Creates the authentication policy

* Creates and configures the passwordless Windows login application

* Creates a KDC certificate: request creation, issuing of certificate from request, installation of certificate

You can download the script [here](https://github.com/pingidentity/pingid-windows-passwordless-configuration-script).
