Site Title

I take cybersecurity seriously and use Infosec Institute to continue my education with classes from Infosec, NIST, ISACA, (ISC)2 and other leaders in the cybersecurity and privacy industry. Below are continued education certificates issued by Infosec. 62 learning paths and 467 hours of videos, assessments and quizzes completed since November 2022. (Scroll to view them all (51 shown)).

I am currently in pursuit of the CISSP, CISM and CIPP/US certifications.

LinkedIn Profile     Wade Bachelder Resume     Wade Bachelder PowerShell    

Advanced Intrusion Detection

AWS Certified Security Specialist

Azure Secure Engineer Associate

Certificate of Cloud Security Knowledge (CCSK)

Certified Authorization Professional (CAP)

Certified in Risk and Information Systems Control (CRISC)

Certified Information Privacy Manager (CIPM)

Certified Information Security Manager (CISM)

Certified Information Systems Security Professional (CISSP)

Certified Security Awareness Practitioner

CISSP ISSEP

CISSP ISSMP

Cloud Security Architecture

Cloud Security Management

Corporate Security Policies

Cybersecurity Administration

Cybersecurity Audit Fundamentals

Cybersecurity Leadership And Management

Cybersecurity Management

Database Security

DevSecOps

Enterprise Security Risk Management

Forensic File System Artifacts

Fundamentals of Privacy Laws and Acts

Fundamentals of Zero Trust

How to do Application Security Right

HTML5 Security

IAPP CIPP/E

IAPP CIPP/US

IAPP CIPT

Information Privacy Essentials

ISACA Certified in the Governance of Enterprise IT (CGEIT)

ISACA Certified Information Systems Auditor (CISA)

ISO 27001 Audits

ITIL 4 Foundation

Machine Learning for Red Team Hackers

Microsoft Windows and Virtualization Fundamentals

Mobile Web Application Penetration Testing

Network Security Fundamentals

NIST - SP 800-171

NIST - SP 800-53

NIST DoD RMF

PCI DSS for Developers

Project Management Professional (PMP)

Securing Cloud-based Applications

Security Engineering

Software Security Testing

Systems Security Certified Practitioner (SSCP)

Threat Intelligence

Threat Modeling

Windows 10 Host Security

Completed Infosec Certificate Name

Advanced Intrusion Detection

AWS Certified Security Specialist

Azure Secure Engineer Associate

Certificate of Cloud Security Knowledge (CCSK)

Certified Authorization Professional (CAP)

Certified in Risk and Information Systems Control (CRISC)

Certified Information Privacy Manager (CIPM)

Certified Information Security Manager (CISM)

Certified Information Systems Security Professional (CISSP)

Certified Security Awareness Practitioner

CISSP ISSEP

CISSP ISSMP

Cloud Security Architecture

Cloud Security Management

Corporate Security Policies

Cybersecurity Administration

Cybersecurity Audit Fundamentals

Cybersecurity Leadership And Management

Cybersecurity Management

Database Security

DevSecOps

Enterprise Security Risk Management

Forensic File System Artifacts

Fundamentals of Privacy Laws and Acts

Fundamentals of Zero Trust

How to do Application Security Right

HTML5 Security

IAPP CIPP/E

IAPP CIPP/US

IAPP CIPT

Information Privacy Essentials

ISACA Certified in the Governance of Enterprise IT (CGEIT)

ISACA Certified Information Systems Auditor (CISA)

ISO 27001 Audits

ITIL 4 Foundation

Machine Learning for Red Team Hackers

Microsoft Windows and Virtualization Fundamentals

Mobile Web Application Penetration Testing

Network Security Fundamentals

NIST - SP 800-171

NIST - SP 800-53

NIST DoD RMF

PCI DSS for Developers

Project Management Professional (PMP)

Securing Cloud-based Applications

Security Engineering

Software Security Testing

Systems Security Certified Practitioner (SSCP)

Threat Intelligence

Threat Modeling

Windows 10 Host Security

PowerShell - wbMSPmodule 1.3

The install and use of the wbMSPmodule is pretty straight forward. Open Windows PowerShell with Administrative access and copy and paste the commands below.
There are a bunch of functions to choose from.

The module can be found at PowerShell Gallery

Install-PackageProvider -Name NuGet -RequiredVersion 2.8.5.201 -Force;
Import-PackageProvider -Name NuGet -RequiredVersion 2.8.5.201;
 
Install-Module -Name wbMSPmodule -RequiredVersion 1.3 -force
Import-Module -Name wbMSPmodule -RequiredVersion 1.3

After NuGet and wbMSPmodule have been installed and imported then just the function is required.

1) This command will clean up the hard drive.

wbMSPgeneralDiskCleanUp

2) This command will clean up any Windows or software generated packages.

wbMSPpackageCleanUp

3) This command will clean up any TEAMS issues. I suggest a reboot after completion.

wbMSPTEAMSCleanUp

4) Turn on all Windows firewalls.

wbMSPfireWallOn

5) Turn off all Windows firewalls.

wbMSPfireWallOff

6) Turn off hibernate, set power state time out to 0 and set monitor time out to 30 minutes.

wbMSPsetPowerState

7) Show the top memory consuming processes.

wbMSPshowMemoryProcesses

8) Set laptop closing lid power state to 0.

wbMSPsetLaptopPower

9) Set Enable Linked Connections, Remote Settings and Shell Data Caching.

wbMSPsetRegistry

10) Check the health of the hard drives.

wbMSPcheckHDHealth

11) Optimize the hard drive (C drive).

wbMSPoptimizeHD

12) Repair the hard drive (C drive).

wbMSPrepairHD

13) Run Sophos Endpoint update and scan (if installed).

wbMSPsophosUpdateScan

14) Check the stablility index of the operating system.

wbMSPwindowsStabilityIndex

15) Check Windows counters.

wbMSPwindowsCounters

16) List the top 10 files in size on the C drive.

wbMSPlistTop10Files

17) Turn on network discovery.

wbMSPnetworkDiscoveryOn

18) Turn on printer and file sharing.

wbMSPfileDiscoveryOn

19) Rename the workstation to the serial number of the workstation.

wbMSPrenameWorkstation

Black Cat White Hat Security