Blog

Admin Smarticon code



Here is the code many of you asked for, just make a custom smarticon for it and paste this code in.  You can also remove any parts that you do not want to utilize!!

*********Start of code - remove this line*************
ll:="Remote Console":
"Register User":
"ID File Examine":
"Cross Certify ID File":
"Certify":
"New Organization":
"New OrgUnit":
"Register Server":
"Register From File":
"Trace Connection";

x:=@Prompt([OkCancelList]:[NoSort];"Quick Admin";"Select a function: ";@Subset(ll;1);ll);
tmp:=@If(x="";@Return("");"");
p:=@Member(x;ll);
@If(
p=1;@Command([AdminRemoteConsole]);
p=2;@Command([AdminRegisterUser]);
p=3;@Command([AdminIDFileExamine]);
p=4;@Command([AdminCrossCertifyIDFile]);
p=5;@Command([AdminCertify]);
p=6;@Command([AdminNewOrganization]);
p=7;@Command([AdminNewOrgUnit]);
p=8;@Command([AdminRegisterServer]);
p=9;@Command([AdminRegisterFromFile]);
p=10;@Command([AdminTraceConnection]);
"")
************End of code - remove this line***********

Related Posts