function getprovider{
  param(
    [Parameter(Mandatory)]
    [String] $provider
  )
  get-childitem $provider
}
