Examples/AnyRepo/Repo/Prod/AD/Get-Computer.ps1

param(
  [ValidateNotNullOrEmpty()]
  [string]$ComputerName
)

Get-ADComputer $ComputerName