June 8, 200718 yr Can anyone tell me why the following scripts steps don’t work? If [Get ( PrivilegeSetName ) = "[Full Access]"] Install Menu Set [“Custom Menu Set”] End if Everything works fine if I replace the steps with: If [Get ( AccountName ) =”Admin”] Install Menu Set [“Custom Menu Set”] End if
June 9, 200718 yr AFAIKT it should work. Is this script set to run with full acces privileges? Because if it does, it'll only ever see "[Full Access]".
Create an account or sign in to comment