HyperV Core SSL Replication without GUI

Created a bonded NIC (optional): [shell] Get-NetAdapter New-NetLbfoTeam “NIC Team” –TeamingMode SwitchIndependent [/shell] If you need to add a VLAN: [shell] Add-NetLbfoTeamNic -Team “Lan Team” -vLanID 10 -Name “Management VLAN”...

PowerShell commands to check JBOD

PowerShell commands for linked JBOD. [powershell]Get-PhysicalDisk[/powershell] [powershell]Get-Virtual-Disk[/powershell] [powershell]Set-PhysicalDisk -FriendlyName ‘PhysicalDiskXX’ -Usage Retired[/powershell] [powershell]Repair-VirtualDisk -FriendlyName...

Querying the free AlienVault OSSIM software model

Requirement: MySQL Workbench. OSSIM object model: Database Name: alienvault_siem | Table Name: extra_data OSSIM drops all information into extra_data and you will need to filter the events in this table as shown below: We will use the query below to query by username:...