Lista os grupos a qual um usuário é membro
fmember /list USER
Lista os DHCP autorizados no AD
netsh dhcp show server
Compara o conteúdo entre arquivos
fc file1 file2
Exibe informações importantes, como:
Data de instalação do SO, tempo de inicialização do Sistema, KBs instalados, placas de rede, domínio, servidor de logon (DC autenticado), etc…
systeminfo
Lista credenciais salvas (cofre de senha do Sistema)
cmdkey /list
Exibe informações da licença / Status licenciamento
slmgr /dli
Data de validade do estado da licença atual / Status Ativação
slmgr /xpr
Listar todos DCs:
netdom /query dc
Listar PDC:
netdom /query pdc
Listar FSMOs:
netdom /query fsmo
NGINX - To allow a specific User-Agent from one IP address only
Step 1: Define the Map BlocksAdd this configuration inside the http {} block of your /etc/nginx/nginx.conf file. This logic evaluates the in...
Mais vistos
-
Find Users Who Have Never Logged On Use the following PowerShell Command; Get-ADUser -Filter { LastLogonDate -notlike "*" -and En...
-
First you have to configure a wpad site in your IIS Open the proxypac.pac file you have previously created and save as wpad.dat. Copy wpa...
-
Java Keytool Command These commands allow you to generate a new Java Keytool keystore file, create a CSR, and import certificates. A...