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

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

Get-ADGroup $GroupName