Archive for June 2020

Alien Vault SIEM

29th June 2020

Agents: Agents need to be deployed individually as a unique encryption string is generated per PC.Environment, Detection, Agents Tab, Agent Control, Add Agentsearch or choose from listif a pc is…

📌
0💬 read more

VmWare vCenter script to reduce /storage/seat size

26th June 2020

root@Joker [ ~ ]# /opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgrespsql.bin (9.6.16 (VMware Postgres 9.6.16.0-15334897 release))Type “help” for help. VCDB=# CREATE OR REPLACE FUNCTION event_full_cleanup_p ()VCDB-# returns void as $$VCDB$# DECLAREVCDB$# event_partition…

📌
0💬 read more

Useful PowerShell commands

24th June 2020

List AD users that haven’t logged on in 30 days Import-Module activedirectory Get-ADUser -Filter {Enabled -eq $TRUE} -SearchBase $OU -Properties Name,SamAccountName,LastLogonDate | Where {($_.LastLogonDate -lt (Get-Date).AddDays(-30)) -and ($_.LastLogonDate -ne $NULL)}…

📌
0💬 read more

Troubleshooting vCenter

19th June 2020

vCenter 6.7u3 requires a patch to be stable. A flood of messages gradually fills the local disk. Logon to the vCenter using the root password.you may need to type shell…

📌
0💬 read more

Test TCP ports without installing WinPCap

4th June 2020

download portqry from microsoft

📌
0💬 read more