Nick James

Nick James

Get-Bio -Identity 'Nick James'

  • Home
  • Blog: PowerShell
  • Blog: Security
  • Projects
  • Customizations
  • My Setup

© 2025 Nick James. Theme by RadarThemes with modifications.

Tag: Technique

powershell header

Custom PowerShell Attributes

January 22, 2019

Attributes allow you to attach additional information to a class, function, or property. They can also be used to validate or transform properties in a class or function.

  • #Attributes
  • #Classes
  • #PowerShell
  • #Technique
Read More