Questions tagged [adgroup]

A set of keywords, ads, and bids that is a key part of how your account is organized. Each ad campaign is made up of one or more ad groups.

  • An ad group consists of one or more ads, keywords, placements, or other targeting methods. You also set a default bid for each ad group.
  • We recommend that you create a separate ad group for each theme such as for each product you offer (like wedding catering and party catering), selling points (like free consultation and gourmet menus), or ways to describe your business (like caterer and on-site food service).
  • The ads and keywords in each ad group should directly relate to that group's theme.
62 questions
0
votes
0 answers

How to get ADGroup type security and distribution both from c# asp.net code using System.DirectoryServices.AccountManagement

How to get ADGroup type security and distribution both adgroup types. How to get the AdGroup type both security and distribution ? Cant see any property to distinguish the group type ? GetGroups - Returns a collection of group objects that…
Jim Lobo
  • 471
  • 1
  • 7
  • 22
0
votes
1 answer

Azure Active Directory Group - controlling user access

I have a requirement to add users to an Azure Active Directory group with certain privileges. For example, specific user added to adgroup1 gets edit access on application specific data, while the same user could be part of adgroup2 with read only…
0
votes
0 answers

Recursive Direct Reports with Member, GroupCategory, GroupScope

I may not explain this well so I will start with the results which will be an excel of Manager name, all the groups they are apart of with the category, scope and email. I was able to get the direct reports and exported all the groups they are in to…
0
votes
2 answers

Catching errors within powershell script

I have written a script to pull permissions from file directories so that we can audit access to folders. I just want to see what groups we have not what users so I wrote this script to pull out all group names and remove the domain name from the…
0
votes
1 answer

How to create AD nested groups using GraphServiceClient c#?

Is it possible to create nested groups in Azure AD using Graph API client as:
0
votes
2 answers

Failure to enumerate AD Group's members using C#

Could you please help me? I am trying to enumerate an AD group's members from a remote machine by using the following code: using (var entry = new DirectoryEntry(.. { foreach (object member in (IEnumerable)entry.Invoke("Members", null)) …
adied
  • 1
  • 1
0
votes
1 answer

How to add users to AD group and delete some specific user files based on first letters username with Powershell

hope someone could help, I'm unfortunatelly not a Powershell expert This is what I want: look up users in the AD within specific OUs, based on first letter(s) of username. Validate if they are member of a AD group, and if not; delete some specific…
WouterG
  • 1
  • 1
0
votes
1 answer

Get-ADPrincipalGroupmembership : The server was unable to process the request due to an internal error

As in my previous Question, my problem is about this script: $csvInfos=@() $allservers=@(Get-ADComputer -SearchBase "OU=BRLN-Servers,OU=OU-BRLN,OU=DE,OU=Locations,DC=bla,DC=bla,DC=bla" -Filter * -Properties *) foreach($server in $allservers){ …
0
votes
1 answer

PowerShell script for returning groups assigned to application

Is there a better way to do this? I want to return the AD groups that are assigned to an Azure AD application. I can find a lot of information on looking at the assigned roles, but not the groups. The code below, looks at all AD groups first and…
Jen
  • 1
  • 1
0
votes
1 answer

Google Adwords/Ads AdGroupAdService

I was wondering, if I add and delete some ads with the service AdGroupAdService, using the method mutate, If It returns me some errors ( not in all the operations i want to upload ), does it perfom correctly the others operations? My initial guess…
0
votes
2 answers

Modify ADGroup if the Description of a User changes - Powershell

I'm still pretty new to powershell. I have now the order to create a group / mail distribution which gets updated weekly. It looks for the description of the user. I have an Arraylist in which I have listed all Descriptions which should be in there.…
TrixD
  • 7
  • 2
0
votes
1 answer

How to create a Function using Powershell

I need help with the code below. I want the script to perform the following: prompt the user for an AD group name, if the group name is found, export the group members to a CSV file. one of the requirements is that I must include a function…
ovictech20
  • 15
  • 3
0
votes
1 answer

I want to retrieve parent ad groups from a file with ad groups

I have a list with AD groups. I want to check if each of these groups is a MemberOf a parent group(s). If so, I want to list the parent group(s). As an example: Child group 1 has no parent group, so it does not have to list anything. Child group 2…
Maikel
  • 27
  • 8
0
votes
2 answers

Add Security AD Groups to folder permission without allowing Inheritance

I am adding ADGroups to folder permissions (Permissions are being applied correctly). How can I prevent the ADGroups that I am adding from inheriting? I have tried just about everything and variation…
ShaggyRogers
  • 121
  • 7
0
votes
1 answer

Get all members for groups and subgroups

good day to all. I've been trying to get information about groups and subgroups in Active Directory I've tried many variants like the one below, What I essentially need is, to get a CSV of all the groups in AD that contain "infolink" in their name,…
Nahuster
  • 13
  • 6