module PSWindows::Group

def group_gid(name)

def group_gid(name)
  raise NotImplementedError, "Can't retrieve group gid on a Windows host"
end