PowerShell .NET Classes: Use the Full .NET Framework ─□✕ May 2, 2026May 5, 2026 PowerShell Tips Editor 4 min read PowerShell .NET Classes: Use the Full .NET Framework PowerShell runs on .NET and can use any .NET class directly. Learn to access System.IO, System.Net, and other namespaces for advanced scripting.
PowerShell Classes: Object-Oriented Programming Basics ─□✕ April 21, 2026May 5, 2026 PowerShell Tips Editor 3 min read PowerShell Classes: Object-Oriented Programming Basics PowerShell 5+ supports class definitions for OOP-style scripting. Learn to create classes with properties, methods, constructors, and inheritance.