Most Viewed Commands

Top 20 commands
#1 Get-ADUser

Gets one or more Active Directory users.

User Management Windows_ad
ad powershell user query get
Get-ADUser
25 views
#2 Generate SSH Key

Generate SSH key pair

Security Ssh
ssh-keygen -t rsa -b 4096 -C 'your_email@example.com'
18 views
#3 pa-backup

Create a backup of PingAccess configuration and data.

Backup/restore Ping-Access
backup disaster-recovery configuration
./pa-backup
17 views
aws cloudformation deploy

Deploys an AWS CloudFormation template by creating and then executing a change set.

Cloudformation Aws
aws cloudformation iac deploy stack
aws cloudformation deploy
16 views
az vm stop

Stop a running virtual machine.

Virtual Machine Azure
azure vm compute stop
az vm stop
15 views
docker rm

Remove one or more containers.

Container Management Docker
container remove delete
docker rm
15 views
dsconfig

View and manage server configuration settings.

Configuration Ping-Directory
configuration cli
dsconfig --hostname localhost --port 4444 --bindDN "cn=Directory Manager" --bindPassword password --no-prompt
15 views
aws s3 cp

Copies a local file or S3 object to another location.

S3 Aws
aws s3 storage copy upload download
aws s3 cp
14 views
az group list

List resource groups.

Resource Group Azure
azure resource group rg list
az group list
14 views
az vm list

Get the details of the virtual machines.

Virtual Machine Azure
azure vm compute list
az vm list
14 views
docker volume

Manage Docker volumes.

Storage Docker
volume storage persistence
docker volume
14 views
import-ldif

Efficiently import data into the directory from an LDIF file.

Import/export Ping-Directory
data import ldif performance
import-ldif --backendID userRoot --ldifFile /path/to/data.ldif
14 views
awk

Pattern scanning and text processing language.

Text Processing Linux
text processing pattern
awk
14 views
aws ec2 describe-instances

Describes one or more of your instances.

Ec2 Aws
aws ec2 compute instance list describe
aws ec2 describe-instances
14 views
aws ec2 stop-instances

Stops an Amazon EBS-backed instance.

Ec2 Aws
aws ec2 compute instance stop
aws ec2 stop-instances
14 views
ldapadd

Add entries to an LDAP directory.

Modify Operations Ldap
add create entry
ldapadd
14 views
az login

Log in to Azure.

Configuration Azure
azure cli login auth account
az login
14 views
az vm start

Start a stopped virtual machine.

Virtual Machine Azure
azure vm compute start
az vm start
14 views
aws s3 sync

Syncs directories and S3 prefixes. Recursively copies new and updated files.

S3 Aws
aws s3 storage sync backup
aws s3 sync
14 views
ldappasswd

Change the password of an LDAP user.

Password Management Ldap
password change user
ldappasswd
14 views