shell {&} co

Menu

  • News
  • Powershell
    • Active Directory
    • Cluster
    • Database
    • Exchange
    • Files and folders
    • Hardware
    • Network
    • Operating System
    • PKI
    • SCCM
    • Service and process
    • Tips
    • VMWare
  • Shell
    • Filesystem
    • Image processing
    • Monitoring
    • Network
    • Process
    • Time
  • Perl
    • Network
  • Python
    • Network
    • PKI
  • Project
  • Security
  • Links
  • Privacy Policy
DNS Monitoring

DNS Monitoring

- based on Collectd/InfluxDB and Grafana
- keep history
- graph queries and monitor disk space

Now Available

Read more
Active Directory Audit FREE

Active Directory Audit FREE

- Multi domains
- Keep history
- Fast search (date range, event type,...)
- Low database size
- CSV export function
Now Available !

Read more
Active Directory Dashboard

Active Directory Dashboard

Active Directory dashboard :
- CPU/Memory/Disk performance
- Directory read/write/search
- Active Directory specific counters (Kerberos auth, NTLM auth, LDAP bind time,...)
Now available

Read more
Monitor the Active Directory authentication with Splunk

Monitor the Active Directory authentication with Splunk

Read more
Password database

Password database

Bootstrap, Jquery, PHP and MySQL
- Secure location for your passwords (AES encrypted data)
- Built-in or Active Directory authentication
- Manage entry ACL
- Generate random passwords...
Now Available

Read more

Automate certificate revocation on a Microsoft PKI

The purpose of this script is to automate your certificate revocation on a Microsoft PKI. The script uses the powershell module PSPKI. To install it, run the following command :

1
PS> Install-Module -Name PSPKI

This module is intended to simplify various PKI and…

Nicolas HAHANG October 23, 2018 PKI, Powershell No Comments Read more

Cleanup your Group Policies with Powershell

You will find in this post two little scripts to help you on cleaning your unused Group Policies (GPO). The first script will help you to identify the GPO linked to an OU but with a disabled link. The second…

Nicolas HAHANG September 18, 2018 Active Directory, Powershell, Tips No Comments Read more

Citrix Receiver version live status

This script or rather these two command lines will output interesting information. In the current situation, the table will have two columns : one for the version number of the Citrix Receiver and another for the version count number. Like…

Nicolas HAHANG August 7, 2018 Citrix, Powershell No Comments Read more

List installed certificate properties on remote computers

I have written this script to list the installed certificates on remote computers. The script lists first the computer accounts that match a specific OS type. Currently, the computer account in the Active Directory domain that have a “Server” operating…

Nicolas HAHANG July 13, 2018 Active Directory, PKI, Powershell No Comments Read more

Automatic HTTPS WinRM Listener creation

In this post I will show you how to create a HTTPS WinRM listener that is using a certificate issued by your own MS PKI. The requirements are the following: – An Active Directory domain – An Enterprise MS PKI…

Nicolas HAHANG June 6, 2018 Active Directory, Operating System, PKI, Powershell, Tips No Comments Read more

Create a self-signed certificate on Windows server

If you don’t have your own PKI and just want to perform some tests on a specific application or OS feature, you will probably need to generate a self-signed certificate. You can easily achieve this on Windows server without any…

Nicolas HAHANG June 1, 2018 PKI, Powershell, Tips No Comments Read more

Active Directory Functional Domain level check

This script will help you to check the Active Directory domain functional level. First the script asks for the domain name (fqdn). Then, the domain controllers names of this domain are queried to get the value of the AD attribute…

Nicolas HAHANG May 16, 2018 Active Directory, Powershell No Comments Read more

Get the Active Directory functional levels/FSMO roles forest wide

Description With the following script, it is possible in the same array to get useful Active Directory informations such as: domain names (DNS fqdn) domain functional level forest functional level fsmo roles The powershell cmdlets used for this script are…

Nicolas HAHANG March 19, 2018 Active Directory, Powershell No Comments Read more

List duplicated valid certificates on a MS PKI version 3

Description One more version of the script provided some weeks ago. This is a minor update but it can be helpful. In that version, the duplicated valid certificates are listed and two options are shown : keep or revoke. It…

Nicolas HAHANG March 16, 2018 News, PKI, Powershell, Security No Comments Read more

List duplicated valid certificates on a MS PKI version 2

Description I have written another version of the script provided some weeks ago. This new version is looking for duplicated valid certificates based on both CommonName and Certificate template. The first version checked only the CommonName. All of this cmdlets…

Nicolas HAHANG March 15, 2018 PKI, Powershell, Security No Comments Read more
  • « Previous
Follow nhahang on Twitter Microsoft Virtual Academy    Paypal.Me


Random password generator

Upper
Lower
Number
Special
Click on the button "Generate Password"
Source code

Recent Posts

  • Automate certificate revocation on a Microsoft PKI
  • Cleanup your Group Policies with Powershell
  • Citrix Receiver version live status
  • List installed certificate properties on remote computers
  • Automatic HTTPS WinRM Listener creation
  • Create a self-signed certificate on Windows server
  • Active Directory Functional Domain level check
  • Get the Active Directory functional levels/FSMO roles forest wide
  • List duplicated valid certificates on a MS PKI version 3
  • List duplicated valid certificates on a MS PKI version 2

  Powershell

 Powershell script repository. You will find in this section scripts to help you to manage Active Directory, Exchange, VMWare and more...

 $hell

Linux script shell repository. You will find various script to manage file, photo and much more...

  Security

 Posts, news and tools related on security

 Project 

Project repository. This section contains a lot of tools like a secure password database, Active Directory reporting tools,...