EricSnijders1
Technical User
Hi,
To start with, im new in here so i hope i'm asking the right question(s) in the right place.
Allso, i'm not a programmar. Which is allso the reason i came here.
What i would like is the following:
- A VBscript that could list names of Global Security groups, and allso list the members (in Display Names) of that group.
To be more specific. The Global Security groups are all build in the same structure. The name of the groups are as followed: GL-<IdentifierName>-<Variable>.
Example:
GL-XX-Folder1
GL-YY-Folder2
GL-ZZ-Folder3
What i would like is a script that asks me for the "IdentifierName" (XX, YY, ZZ, etc.) and lists all the Variables of the GL group of this Identity (but not showing the GL-<IdentifierName> part.
I'm not sure how i can explain it exactly, but maybe with the following Example it will be more clear:
- I start the script
- Script asks me for the "IdentifierName", in which i'll type something like "XX", "YY", "ZZ" etc.
- The script will look in Active Directory for all Global Security groups starting with GL-XX.
- The script will only list the last part (Variable) of the security group
- The script will list the members (in display names) of that Security Group.
Is this possible?
I hope i provided enough information, and i would be glad to provide more info if needed.
To start with, im new in here so i hope i'm asking the right question(s) in the right place.
Allso, i'm not a programmar. Which is allso the reason i came here.
What i would like is the following:
- A VBscript that could list names of Global Security groups, and allso list the members (in Display Names) of that group.
To be more specific. The Global Security groups are all build in the same structure. The name of the groups are as followed: GL-<IdentifierName>-<Variable>.
Example:
GL-XX-Folder1
GL-YY-Folder2
GL-ZZ-Folder3
What i would like is a script that asks me for the "IdentifierName" (XX, YY, ZZ, etc.) and lists all the Variables of the GL group of this Identity (but not showing the GL-<IdentifierName> part.
I'm not sure how i can explain it exactly, but maybe with the following Example it will be more clear:
- I start the script
- Script asks me for the "IdentifierName", in which i'll type something like "XX", "YY", "ZZ" etc.
- The script will look in Active Directory for all Global Security groups starting with GL-XX.
- The script will only list the last part (Variable) of the security group
- The script will list the members (in display names) of that Security Group.
Is this possible?
I hope i provided enough information, and i would be glad to provide more info if needed.