Skip to content
shell{&}co

shell{&}co

Menu

  • News
    • Bug and tips
  • Automation
    • Ansible
  • Scripts & Code
    • Perl
      • Network
    • PHP
    • Powershell
      • Active Directory
      • Citrix
      • Cluster
      • Database
      • Exchange
      • Files and folders
      • Hardware
      • Network
      • Operating System
      • PKI
      • SCCM
      • Service and process
      • Tips
      • VMWare
    • Python
      • Monitoring
      • Network
      • PKI
      • Ruby
      • Security
    • Shell
      • Backup
      • Filesystem
      • Image processing
      • Monitoring
      • Network
      • PKI
      • Process
      • Time
      • Virtualization
      • Web
  • Fun
  • Project
    • Github
    • Log Analyzer

    List AD domain controller KDC certificates

    Kerberos uses certificates to encrypt communication between the Kerberos client and the Kerberos Key Distribution Center (KDC). If you’re domain controllers use certificate for KDC you can list them by runnning this script: $domains = (Get-ADForest).domains $dcs = (Get-ADForest).globalcatalogs $list

    shellandco_admin September 28, 2017 Active Directory, PKI, Powershell, Security No Comments Read more

    Certificate renewal with Powershell

    With the following function, it is possible to renew a Local machine certificate by providing the certificate thumbprint to the function. To simply get a certificate thumbprint, you can run this command: gci -path Cert:\LocalMachine\My | select Thumbprint If you

    shellandco_admin September 27, 2017 PKI, Powershell, Security 4 Comments Read more

    Revoke a certificate that has specific properties

    In the next days, I will show you how to perform specific tasks on your Microsoft PKI using Powershell. In this post, you will be able to revoke a certificate that matches your criteria. In the following example, I will

    shellandco_admin September 26, 2017 PKI, Powershell, Security No Comments Read more

    Submit an openssl request file to a Microsoft PKI with certreq

    This procedure will show you how to generate a certificate with this following requirements : a linux web server : a certificate request file is generated with openssl command a Microsoft Certificate Authority that will issue a certificate Follow these

    shellandco_admin January 23, 2015 PKI, Security, Tips No Comments Read more

    PKI : Recover the certificate private key

    PKI : Recover the certificate private key with Microsoft tools If a certificate does not contain the private key, the following part will be blank: Follow these steps to include the private key in the certificate file : Snap-In Configuration

    shellandco_admin October 10, 2014 PKI, Security No Comments Read more

    Monitor certificate expiration

    UPDATE : – new HTML template – added two informations : Root and Subordinate CA CRL expiration dates in the report Purpose : This project is a simple script to monitor the certificate expiration. When a certificate is about to

    shellandco_admin February 4, 2014 PKI, Powershell, Project No Comments Read more
    • Next »

    Recent Posts

    • pwddb – a self-hosted password repository
    • Get Azure Security event workspace configuration
    • Copy certificate to the Windows Services store
    • Copy files from Windows CIFS share
    • Create a certificate from a request file with Powershell

    Recent Comments

    • Nick Thompson on Update computer group membership without a reboot
    • Carl on Update computer group membership without a reboot
    • Frankted on Remove local user profile
    • László Török on Manage reverse DNS zones with Powershell
    • Christian Santos on Create DNS PTR record if A record exists
    Copyright © 2022 shell{&}co. Powered by WordPress. Theme: Spacious by ThemeGrill.