Skip to content

Conversation

@0xKaushik
Copy link

This change resolves #2 by adding the following commands to the script.

fetch USB Devices: Get-PnpDevice -Class ‘USB’
fetch antivirus software: Get-CimInstance -Namespace root\SecurityCenter2 -ClassName AntiVirusProduct
fetch all softwares : Get-WmiObject -Class Win32_Product
netstat : netstat -anob

Signed-off-by:Dev Kaushik kaushik.exe@protonmail.com

    fetch USB Devices: Get-PnpDevice -Class ‘USB’
    fetch antivirus software: Get-CimInstance -Namespace root\SecurityCenter2 -ClassName AntiVirusProduct
    fetch all softwares : Get-WmiObject -Class Win32_Product
    netstat : netstat -anob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants