Automounts for specific groups

Hi,
I set up automounts via AFP on a 10.3.9 server, they work fine on Panther and Tiger clients. Now I want to assign the automounts to specific groups of users (or computers, as my users don't switch machines). Right now the automounts appear on every client on the subnet but I want Group A to get share A and NOT share B which is only for Group B and so on.
At the moment all users have local home directories, no OD etc in use. DNS and OD master are set up and run fine.
Is there a way to accomplish this task?
I am thankful for every hint.
MK

Here is one example:
<http://www.uni-muenster.de/IVVNWZ/Vortraege/DECUS2005/3D02%20-%20Benutzerverwal tung%20in%20heterogenen%20Betriebssystemumgebungen%20mit%20Active%20Directory.pd f#search=%22login%20mount%20linux%20ldap%20mac%22>
  Other OS  

Similar Messages

  • Is update approved for specific group via powershell?

    Hello, 
    I have a script that auto approves updates based on release date for specific groups. The script checks to see if the update has already been approved (e.g. isApproved) and either skips it if it's already been approved or approves it for my specific group
    (e.g. $update.approve("install",$wsus_group)). The problem I'm running into is if I approve Update1 for GroupA, then later check Update1's isApproved to see whether or not I need to approve it for GroupB, Update1's isApproved is $true and therefor
    my script skips approving it for GroupB. I've checked the update's object and I don't see a multi-valued var for groups that its been approved for. I've started to poke around with other
    Microsoft.UpdateServices.Administration namespaces but I don't see one that has the info I'm looking for. 
    So, how can I view what updates have been approved for GroupA vs GroupB?
    Thanks! 

    Hi Joey,
    If you want to approve updates to multiple groups, and also want to check if the updates have been approved to the groups, please check the script below:
    This can examine one computerGroup and find updates not approved for one or multiple other computer groups.
    $serverName="localhost"
    $targetComputerGroup="BaselineGroup"
    $checkForMissing="MissingGroup1,MissingGroup2"
    [void][reflection.assembly]::LoadWithPartialName("Microsoft.UpdateServices.Administration")
    $wsus=[Microsoft.UpdateServices.Administration.AdminProxy]::getUpdateServer($serverName,$false)
    $computerGroup=$wsus.GetComputerTargetGroups()|ForEach-Object -Process {if ($_.Name -eq $targetComputerGroup) {$_}}
    $UpdateScope=New-Object Microsoft.UpdateServices.Administration.UpdateScope
    $UpdateScope.ApprovedStates="Any"
    $updateScope.ApprovedComputerTargetGroups.Add($computerGroup)
    $Approvals = $wsus.GetUpdateApprovals($UpdateScope)
    #At this point we have all of the updates assigned to the $targetComputerGroup
    $report= @()
    write-host "Querying for all Updates approved for $targetComputerGroup"
    foreach ($Approval in $approvals) {
    $record=""|Select-Object ComputerGroup,UpdateName, UpdateID
    $record.ComputerGroup=$wsus.GetComputerTargetGroup($Approval.ComputerTargetGroupID).Name
    $record.UpdateName=$wsus.GetUpdate($Approval.UpdateID).Title
    $record.UpdateID=$wsus.GetUpdate($Approval.UpdateID).ID.UpdateID
    $report +=$record
    #Now group the results by UpdateName
    $GR=$report|group -Property UpdateName
    $CheckForMissing=$CheckForMissing.Split(",")
    foreach ($entry in $gr) {
    $groups=@()
    foreach ($g in $entry.Group) {
    $groups += $g.ComputerGroup
    foreach ($missing in $checkForMissing) {
    if ($groups -Contains $missing) {}
    else{
    New-Object PSObject -Property @{
    Name = $entry.Name
    UpdateID = $entry.Group[0].UpdateID
    GroupMissing = $missing
    Reference from:
    WSUS report approvals for a group
    I hope this helps.

  • SharePoint 2013 Discussion items "visibility" depending on permession for specific groups and users

    Hello,
    I have a blank site in SharePoint 2013 in which i activated `CommunityFeature` and i created a discussion board app which is displayed in a web part.
    Now, i want to be able to change the discussion visibility ... E.g. when i click on new discussion i want to have a people picker that allows me to choose people or groups that are allowed to see and reply for that discussion...
    How can this be made? can anyone help me please?

    Hi,
    The OOTB feature “Audience Targeting” on list item will be capable of your requirement.
    “List or library items can be targeted to appear only to people who are members of a particular group or audience”.
    More information about
    Audience Targeting:
    http://office.microsoft.com/en-001/sharepoint-server-help/target-content-to-specific-audiences-HA010169053.aspx
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to show specifc filters for specific groups

    Hi,
    I have a sitecollection with lists A and B. There are two subsites.Each subsite has lists C and D.
    Admin has access to everything.
    Non Admins group(s) have access to specific subsite
    I understand that search results are security trimmed with user group permissions.When Admin searches, he should be able to see results from all lists and he should also see filters A,B,C and D.
    When non admin searches, he should be able see results only from specific subsites to which he has access and should be able to see the filters C and D.
    How can I do this? The below approach I had involves creating lots of pages is there a better way.
    I could create 4 pages at root sitecollection for 4 lists and add them to the SearchNavigation in SiteSettings with audience targetting.In each of those 4 pages, I can add SearchNavigation webpart with Search Results and Search box webpart and query transform
    to fetch results for that specific list content type for that respective page.
    At each subsite, I would have to add two pages with audience targetting in Search Navigation for lists C and D . In each of the two pages, I have to add the search Navigation webpart and results webpart which is query transformed for that specific list.
    So in total I would require 8 pages ,4 for sitecollection and 2 each for 2 subsites.
    How else can I achieve this?
    One approach I had was to create a single result page at sitecollection level and add this url 4 times with different url parameter matching the list content type along with. audience targetting.This would ensure that, if Admin sees the page which has search
    navigation webpart, he would see 4 links and others would see 2 links.
    Similarly in subsite, I can add the two links to same result page along with two url parameters, 1) path( to that subsite) and 2)content type .
    But is there a way where we can specify the contenttype and path in the url?
    I tried results.aspx?contenttype=mycontenttypename&path="my url" but it does not work.
    Is there any better way to achieve the same?

    Unfortunately, it didn't work.  While I was able to add the second cover art, when the song from the album played it still showed the first album cover.  While the second album cover won't show unless I click the "part of a compilation" box in "cmd-i > Info".  This will work for the one song that I have checked.  Although I can select the songs in the album, whenever I attempt to assign the specific artwork to those songs for, the artwork applies itself to all the other songs on the cd.  Any other suggestions ?  All are greatly appreciated.  Thanks.

  • Target drives for specific groups - Logical Disk Monitoring

    I want to target different drives and thresholds for logical disk monitoring. I want to be able to place the server in a group and monitor the drives accordingly. Can this be done? How would you go about doing it?

    couple of ways you can go about this:
    1. Place the servers into a group and apply the necessary overrides to the logical disk monitors
    2. If you don't want the same threshold applied to all the drives on the same server create a new group and add the  specific drives to the group and then apply the necessary overrides to the group for logical disk monitors.
    3. If you don't want the same threshold applied to all the drives you could also create a dynamic group ie all D: for servers and then apply the overrides to that group.
    example of this see: https://social.technet.microsoft.com/Forums/systemcenter/en-US/c2719fb1-9298-435a-8bf9-3c92d4b34f85/making-groups-of-logical-disk?forum=operationsmanagergeneral
    Cheers,
    Martin
    Blog:
    http://sustaslog.wordpress.com 
    LinkedIn:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • SCOM Powershell get alert count for specific groups

    Hello good people,
    im looking for a powershell script (to use in powershell widget):
    ive got 3 groups which generate alerts, for example group1 group2 group3
    now i need to get all new alerts and closed alerts per group
    groupid  new  closed
    group1    12     100
    group2    10       50
    group3    3         6
    thx for your help in advanced

    you may consider using the following powershell cmdlet to count number of closed alert
    $gp1closed=get-scommonitoringobject|where-object{$_.displayname -eq 'group1'} | get-scomalert | whereobject$_.resolutionstate -eq '255'} |measure
    $gp1open=get-scommonitoringobject|where-object{$_.displayname -eq 'group1'} | get-scomalert | whereobject$_.resolutionstate -eq '0'} |measure
    $gp2closed=get-scommonitoringobject|where-object{$_.displayname -eq 'group2'} | get-scomalert | whereobject$_.resolutionstate -eq '255'} |measure
    $gp2open=get-scommonitoringobject|where-object{$_.displayname -eq 'group2'} | get-scomalert | whereobject$_.resolutionstate -eq '0'} |measure
    $gp3closed=get-scommonitoringobject|where-object{$_.displayname -eq 'group3'} | get-scomalert | whereobject$_.resolutionstate -eq '255'} |measure
    $gp3open=get-scommonitoringobject|where-object{$_.displayname -eq 'group3'} | get-scomalert | whereobject$_.resolutionstate -eq '0'} |measure
    'Group1' + '  '+ $gp1open + '  '+ $gp1closed
    'Group2' + '  '+ $gp2open + '  '+ $gp2closed
    'Group3' + '  '+ $gp3open + '  '+ $gp3closed
    Roger

  • Is update not approved for a specific group via powershell.

    My apologies in advance for asking a similar question to the one I asked two months ago,
    is update approved for specific group via powershell? I thought I had this covered, but as I've found time to continue to work on this project I see that it does not.
    I have a script that iterates through updates and if the release date is older than 30 days and they have not already been “Approved for Install” or “Approved for Removal” for a specific group it approves them. I am currently faced with the dilemma that
    when an update is set to “Not Approved” for the specific group I’m working on it does not come across in my group’s approvals and there for I cannot detect its current state to know if I should approve it. In other words, I don’t want to approve an update
    that I set to not approved for a specific group.
    I am currently achieving all this so far by connecting to my WSUS server and getting any and all updates via $all = $wsus.GetUpdates(). I Then get my group’s approved updates via $groupApproved = $wsus.GetUpdateApprovals($GroupScope) where ApprovedStates
    = "Any" and ApprovedComputerTargetGroups.Add($current_wsus_group). While iterating through $all I grab updates that are older than 30 days and check to see if the updateID exists in my $groupApproved. If it does not, I approve the update. Like I
    said before, an explicitly unapproved update for my group does not show up in my $groupApproved. I understand it’s because of my GetUpdateApprovals($GroupScope) being just that and only getting approved for install or uninstall, but even when I try to simply
    GetUpdates($GroupScope) I am still not returned explicitly unapproved updates. Below is a screen shot of what I mean by explicitly setting an update to unapproved for a group. I’ve read up on
    ApprovedStates and possible enumerated values and it does include "NotApproved" defined as "Includes updates that have not been approved or declined.".
    Hope all that makes sense, thanks for the help.

    So, I've decided to go about this a different way. Rather than getting all updates and comparing them to approvals via a scope of updates for my specific group (which includes all actions but Not Approved), I am going to look at specific approvals for each
    update and see if there is a match for my group. A simplfied version of this is below. 
    $AnyAllUpdates = $wsus.GetUpdates()
    foreach ($udpate in $AnyAllUpdates)
    if ($update IsNOTDeclined IsNOTSuperseded LegacyNameNOTIA64 CreationDateLTDATE yada yada yada)
    # get the approvals for this udpate as they relate to my group
    $uApprovals = $update.GetUpdateApprovals() | ?{$_.ComputerTargetGroupId -eq $wsus_group.Id}
    if ($uApprovals)
    if ($uApprovals.action -eq "Install")
    # do nothing, the udpate was approved for install
    elseif ($uApprovals.action -eq "Uninstall")
    # do nothing, the update was approved for uninstall
    elseif ($uApprovals.action -eq "NotApproved")
    # do nothing, the udpate was not approved for install
    else
    # since there was no specific action then it must be an inherited not approved from teh parent group
    # approve the update!

  • How to apply Software Restriction policy for specific user in local group policy object ?

    I am working on implementing user based software restriction policy programmatically for local group policy object.
    If i create a policy through Domain Controller,i do have option for software restriction policy in user configuration but in local group policy editor i don't have option for that.
    When i look for the changes made by policy applied from Domain Controller in registry, they modifies registry values for specific users on path HKEY_USERS\(SID of User)\Softwares\Policies\Microsoft\Windows\Safer\Codeidentifiers
    They also have registry.pol stored in SYSvol folder in Domain Controller. When i make the same changes in registry to block any other application, application is getting blocked.
    I achieved what i wanted but is it right to modify registry values ?  
    PS:- I am using Igrouppolicyobject API

    I achieved what I wanted but is it right to modify registry values ?
    You also can modify a registry programmatically based policy. Check this:
    http://blogs.msdn.com/b/dsadsi/archive/2009/07/23/working-with-group-policy-objects-programmatically-simple-c-example-illustrating-how-to-modify-a-registry-based-policy.aspx
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SCOM 2012 - how to setup alerts for specific IT groups.

    Hello everyone - I have seen a few similar questions but never any specific answers.
    Our IT department is split up in teams.  We have a Database team - Exchange Team - SharePoint Team - Web Team and others.
    We currently run around 650 Servers for the department.  Exchange team for example will need to get alerts off of their 12 Exchange servers.  SharePoint team will need alerts off of say 22 servers and etc...
    Is there "Anyway" to make sure they only get the alerts for their servers?
    I recently setup a new group for our Web Team and they are getting SharePoint, Exchange, DPM and other alerts which they do not need to be getting.  Also I have noticed from this that the SharePoint and Exchange teams are not even getting all their
    alerts since apparently we had to refine them so much so as not to get other alerts (thus causing them to miss many).  SCOM seems like a great package but it falls very short (from my limited experience with it so far) in being able to really customize
    alerts for IT environments.
    Can you enable a group to get all alerts for a specific group of servers?
    SharePoint uses IIS, Database, Windows OS etc....  If I set it up for this it gets all IIS, Database servers when I only want them to see the 22 servers - if I restrict it down then they miss alerts.  Sorry repeating myself now -
    Thanks for any help.
    Willis

    Hi,
    "Can you enable a group to get all alerts for a specific group of servers?"
    Yes you can. In Authoring, Group, create groups with the servers, e.g create an Exchange Group with all 12 Exchange servers. In Adminstration, Notifications, Subcricptions, create a subscription and in the "raised by any instance in a specific group" select
    the group (Exchange servers)
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Query Builder - Getting Universelist for one specific Group

    Hi All,
               I am in need of a query string (in query builder) that will return me All the universes for a specific group.Is it possible to do and if possible what will be the way to do this?
    Thanks in advance for your help,
    Anirban

    Hi Anirban,
    What is the BusinessObjects version you are using ( i.e. BO XIR2 or BOXI 3.0)?
    Regards,
    Deepti Bajpai

  • Search for specific user in an Active Directory group

    Hello,
    I have an OU containing a number of Groups. Each group contains a number of members.
    I'm currently retrieving the entire list of members from each group by searching for the members attrib for each group. This is not an ideal approach as the query execute time is a bit too long.
    from what I can tell, the group class is group (opposed to a groupofuniquenames). Is there a way to query for the specific member?
    Thanks

    Thanks for the reply.
    I have read the first post you gave, but not the second. I'm off to read that now.
    My main concern is that I don't have access to the DN of the user in the member attrib. I have access to their CN and uid (which is indexed). From what I can recall from when I last updated this code, I couldn't create a wildcard search filter e.g.,:
    (&(cn=All Scientists)(objectClass=Group)(member=CN=Albert Einstein*))
    If that's correct and I require a DN, is there any way around this?
    I was interested in the posixGroup and groupOfUniqueNames classes. I wasn't aware that these were available through Active Directory, but I see them listed in the AD schema (http://msdn.microsoft.com/en-us/library/ms683908(VS.85).aspx).
    If I'm correct, posixGroup would allow for a filter of (&(cn=All Scientists)(objectClass=posixGroup)(memberUid=AEinstein))
    I'm not sure how typical it is to use the posixGroup class in AD and I'll have to check with my AD team before moving forward with this. But I wanted to get some more direction/ideas before asking them to create some posixGroup objects for me.
    I'm now going to go and read the second post you linked, but I wanted to put the rest of my details out there.
    Thanks again.

  • Email Alert for Specific Server Groups

    We are using SCOM 2012 R2. We have windows server 2003 and 2012 servers. 
    I configured email alerts for this servers. 
    Criteria: 
    Notfiy on alerts
    of a critical severity.
      and of a high priority
      and with New(0) resolution state.
    I succesfully recieve alerts and emails from this configuration.
    But i want to recieve email alerts from specific Windows Server 2003 servers or Windows Server 2012 servers.
    I create a server 2003 and server 2008 group in scom.
    I use  "raised by any instance in a specific group" OR "raised by any instance of a specific class". I shutdown one of the servers. I can see alerts in scom active alerts section (hearthbeat alerts) but i cannot recieve emails about
    this alerts.
    If i use monitor rule (for example printer spool service rule) , I can recieve emails but it does not for work hearthbeats alerts.
    I recently install Windows Server MP and Active Directory MP .

    Create a group containing watchers/watcher groups for your servers and use this group in subscription filter. See this
    post for more info.
    Gleb.

  • Very specific group policy for IE 11

    Got a very interesting GPO I need created. I need a GPO that forces all users on a certain machine to use InPrivate browsing at all times while they are using IE. Or even for a specific website. 
    I have an application that has a bug that is fixed by using private browsing, weirdly enough. To limit problems with users saying "But I did use private browsing" I would ideally like to force the use of it while they are on the machine. If I have
    to apply it to a specific group, that will be fine too, but the end result needs to be private browsing they cannot turn off at all. 
    Any suggestions? Open to Powershell solutions, or creative options. 

    Hi Noah ,
    The only group policy I have found related to the InPrivateBrowsing is this :
    User Configuration, Administrative Templates, Windows Components, Internet Explorer, Privacy and Turn off InPrivate Browsing
    But it is used to turn on /off the Inprivate Browsing feature and it can not be used to force the Inprivate Browsing .
    I am afraid the only good option is to create a shortcut for the user if you want the user to open the Internet Explorer in private browsing mode every time .
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Modification in me23n :for specific purch. group ,user can enter specific

    Hi ,
    I have to make modification in me23n that for specific purchase group ,user can enter specific matrial no .But I have never did anything before  in standerd sap.So how I have to proceed in order to achieve this.
    Regards,
    Seema.

    Hi,
      This can be achieved using enhancements in SAP, which could be customer-Exits or BAdi implementations. I think this can be achieved using enhancement(Customer-Exit) MM06E005(Tcode-SMOD) function module EXIT_SAPMM06E_012.Here you have import parameter I_EKKO which will have purchase org and tables TEKPO which will ahve all lines so youc an add a custom check to validate materail based on purchase org.
    Regards,
    Himanshu

  • Sync only specific groups for contacts mobileme on iphone

    How do I only sync specific contact groups via mobileme on my iphone 3G?

    With over 4000 contacts in my Address Book this is an important issue for me.
    I am currently syncing my all my contacts via MobieMe having set up 20 or so Groups in address book. I have split my contacts amongst the Groups which makes it easier to sort/search on my iphone. It is also a **** of a lot quicker to search for a name in a group than looking for it amongst 4000 entries in 'All Contacts'
    Some of my Groups change on a daily or weekly basis. For instance if I have a list of people that I know I want to call during the day, one group is called simply 'Calls', other groups my relate to Key Contacts and Key Projects, people that I am currently working with. When I job is done , I remove them from that Group but they remain in their Sector Group.
    I found a App called ABContacts which displays the Groups, but also adds either the contact name or Organisation name beneath the key data. Handy
    The only way to actually select specific groups is to sync your contacts with iTunes and select the groups that appear in the Sync Window. To do this you must first switch off Contact syncing with MobileMe on the iPhone. Make sure you are uptodate on MobileMe before you do this and back up your iPhone prior to doing this as you will lose all your Contact info of your phone prior to syncing Contacts with iTunes/AB
    Hope that helps
    Regards
    Dewi

Maybe you are looking for

  • Can you have more than one iPod shuffle in one copy of iTune

    Hi, I've bought an iPod shuffle each for my two daughters, since they live with their mum I won't be able to set them up for them, anyway, they will be using them on a W2K PC, I am wondering, can you have two iPods set up on the one copy as it were,

  • HT2500 How do I copy multiple e-mail addresses from an e-mail to a new e-mail?

    How do I copy multiple e-mail addresses from an e-mail to a new e-mail in the Mail program on MacBook Pro. Received an e-mail with multiple recipients, and need to send a new e-mail to the list.

  • Load Bill of Material (BOM) using DTW?

    I had a question, I was wondering how do we load BOM using DTW? Which template to use Thanks in advance

  • Why the system tablespace increase a lot?

    I have noticed that the system tablespace of my prod Oracle 10g R2 on AIX 5.3L reaches over the 85% warning level now, and the size has increased from ~68% to 88% of 1.6G total assigned capacity during the last 7 months. How do i find out what reason

  • How to get out of recovery mode

    went to update my iPhone 4. it told me to connect it to iTunes. after I connected to iTunes It then told me it was in recovery mode and I need to restore it. is there anyway I can get it out of recovery mode with out restoring it and deleting everyth