Gocobachi
‎07-13-2021
New Contributor III

Joined: December 2014

User Statistics

  • 19 Posts
  • 2 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

Here 's a simple way to get the specific version of Centrify running. !/bin/sh mode=adinfo --version | grep "CentrifyDC" | awk '{print $3}' if [ "$mode" == "5.3.3-602)" ]; then echo "Centrify v5.3.3 Installed"elif [ "$mode" == "5.3.0-213)" ]; thenech...
Kudos from
Kudos given to