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

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

Get-ADGroup $GroupName