Is there a way to give a local user permission to add a local user using the local group policy editor?

I need to find a way to have the local administrator of a Windows Server 2012 system grant a local user (non-administrator) the ability to add a user for the machine using the local group policy editor. The machine is not part of any Active Directory environment,
this is strictly on the one machine.  In my situation it is not an option to just make the user an administrator. The idea is to give someone the right to add a user and have no other such administrative rights. I need to accomplish this using the
Local Group Policy editor or the Group Policy Management Console if it is possible to do this outside of an active directory environment. This is not an assignment to learn how to use these tools and I am not even sure if it would even be possible though I
need to either find a way or find proof that it is not possible using these applications.

Hi,
Sorry for the delay reply.
So did you want to non-admin user have the ability to add another user?
As far as i know, we cannot add the user if we have no local admin permission, we will receive the error"Access denied".
Regards.
Vivian Wang

Similar Messages

  • I share a photo stream with a family member. Is there a way to make it so we have separate photo stream but still use the same apple id?

    i share a photo stream with a family member. Is there a way to make it so we have separate photo stream but still use the same apple id?

    You'll want a separate iCloud account for each user in addition to the main Apple ID used for purchases.
    Let's say you have a family of four (husband, wife, and two children). Here is what you will need:
    Main Apple ID for shared purchases in Tunes (everybody will be using this)
    iCloud (Apple ID) account for husband
    iCloud (Apple ID) account for wife
    iCloud (Apple ID) account for child 1
    iCloud (Apple ID) account for child 2
    Yes, you can have both an Apple ID and iCloud account setup on the same device. On each iOS device, setup the main Apple ID account for the following services:
    iCloud (Photo Stream and Backup are the only items selected here).
    Music Home Sharing
    Video Home Sharing
    Photo Stream
    Additionally, on each iOS device, add a new iCloud account (Under Mail, Contacts, Calendar) that is unique to each user for the following services:
    Mail (if using @me.com)
    Contacts
    Calendars
    Reminders
    Bookmarks
    Notes
    Find My iPhone
    Messages
    Find Friends
    FaceTime
    On your individual Macs (or Mac accounts), use the main Apple ID in iTunes. Then, use the unique iCloud account in/for iCloud.
    Now that everbody is using separate iCloud accounts for your contacts, calendars, and other things, it will be all be kept separate.
    The only thing that is now 'shared' would be iTunes content (apps and other purchases), backups via iCloud (if enabled), and Photo Stream (if enabled).

  • Hi am having problems with iTunes,I have all my music on my 4s but I bought the iPhone 5 today.us there any way that I can transfer music over to my new phone without using the library?as it doesn't seem to be on my PCM anymore.

    Hi am having problems with iTunes,I have all my music on my 4s but I bought the iPhone 5 today.is there any way that I can transfer music over to my new phone without using the library?as it doesn't seem to be on my PC anymore.i reset my pc and save my iTunes to a hard drive but can't access it.Need help please

    " When I did this, my library showed all the music I have "purchased" from itunes but did not have the music that I downloaded a long time ago through itunes from my old CDs."
    Correct.
    " How can I get that music to show up in my library now on my new computer?  "
    Copy it from your old computer or your backup copy of your old computer.
    The sync is one way - computer to ipod.

  • Is there any way to verify that your installed plugins are up to date without using the Plugincheck page via Tools/AddOns/Plugins/Find Updates ?

    I installed Firefox 3.6.13 on a new computer and updated the plugins via the Plugincheck page. Now when I visit the Plugincheck page, it says "No plugins detected" although several plugins are installed as indicated in the Addons dialog box and About:Plugins page. The Plugincheck page used to show all the installed plugins and flag them as either up to date, out of date, or unable to detect the version.

    You used the data.  Verizon can not see what it was sued for.  However your phone can see whats apps used the data.  go to settings-data usage- there will be a place that says data usage cycle.  line the dates up with your cycle.  then there will be a bar graph below that   extend bother white bars one all the way to the left and one all the way to the right.  after those are extended below that will be a list of apps,  there should be one that used over 2 gb and that will show you what app used that data in her purse

  • Is there a way I can find out when my last icloud back up was using the computer? The screen on my iphone is not working so I need an alternative way. Thanks

    My phones screen is shattered and will no longer turn on. I need to find out when the last time my phone was backed up before I go to the apple store. Any advice would be greatly appreciated. Thanks!

    Connect it to your computer, open iTunes, the last backup time will be displayed on the iPhone Summary tab in iTunes

  • Is there a way to give a customer a survey while their in the queue

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    Is there a way to give customers an option to take a quick survey and not lose their place in queue after the survey is done?
    We are using UCCX 7.0 enhanced.

    What exactly is the point of the survey?
    Do they like the music in queue?
    Does the 'all agents are busy helping other customers, your call is important to us' message sound sincere?
    Does the voice talent have a nice personality?
    I'll be serious now - what are you asking in your proposed survey? Typically we have post call surveys, to ask customers how they found the agent interaction. Not sure what a pre-call survey would be.
    But if you do want this, make sure the prompt is not interruptible.
    Regards,
    Geoff

  • Is there a way to give orientation to a Accordion?

    Hi,
    is there a way to give a vertical orientation to the Accordion. I could not find a method like setOrientation or setStyle? Its much nicer if the TitledPane appear from left to right then from top to down.
    Thanks for your help.

    Hi,
    sorry for unclear descripition. This is the very simple code snippet
        SplitPane Content = new SplitPane();
        Content.getItems().add(createTableView());
        Content.getItems().add(createDetails());
        ArtikelTexte = new TitledPane("Artikel Texte", createArtikelTexte());
        TexteDetail = new TitledPane("Texte Detail", createTexteDetail());
        Accordion accordion = new Accordion();
        accordion.getPanes().add(ArtikelTexte);
        accordion.getPanes().add(TexteDetail);
        Content.getItems().add(accordion);
        Content.setDividerPosition(0, 0.33f);
        Content.setDividerPosition(1, 0.66f);So its a SplitPane with 3 items. The last item is a accordion with 2 items. In the accordion the TiteldPanes appear as Title one below the other on top of the SplitPane item.
    When you press on that tiny arrow it opens. The TitledPane expand from top to down.
    Now what i am looking for is. The Titel should appear in the left area one beside the other in that SplitPane item. And they should expand from left to right.
    Hope this makes it clear. Thank you!

  • Is there a way to give an ebook as a gift for iPad

    Is there a way to give an ebook for an iPad as a gift to someone.  Not just a gift card, but a particular book.

    No, at the moment ebooks bought from Apple cannot be gifted - from http://support.apple.com/kb/HT4059 :
    No, you cannot gift a book in the iBookstore at this time

  • Is there a way to give Sandbox exceptions to core applications?

    Due to the sandboxing of the Contacts application functionality such as click-to-dial scripts no longer work. Is there a way to give Contacts an exception allowing it to give commands to another application?

    No, at the moment ebooks bought from Apple cannot be gifted - from http://support.apple.com/kb/HT4059 :
    No, you cannot gift a book in the iBookstore at this time

  • Is there a way to create a "common desktop" for all RD/TS 2012 users? (Office 2010 icons on the dekstop, for example.)

    Hello!  Just like the title, is there a way to create a "common desktop" for all RD/TS 2012 users?
    I know how to do this using regular W7 workstations and 2008 Servers, but the "Default" folder under the USERS directory is gone and I'm not sure how to get the icons there in Windows 8, let alone Server 2012 Remote Desktop.
    I've installed Office 2010 on the 2012 server, but every end user that logs in has to manually type in "Word," "Excel." "PowerPoint." etc from the metro interface, then right-click each icon to add the shortcut to the desktop.
    Given the... uh.. unfamiliarity of our endusers around the computer, this really isn't the best option.  What I'd like is them to log on and have all the Office icons ready and availible for them.
    Any ideas?
    Matthew J. Fazio

    Hi,
    You can edit the local GPP and create a desktop shortcut for all users.
    Reference:
    Customize the default local user profile in windows Server 2012
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/3f178a0e-128e-4f4f-870a-90c8bbf1afeb/customize-the-default-local-user-profile-in-windows-server-2012?forum=winserver8gen
    Also, you can use CopyProfile to customize the Default User Profile.
    Customize the Default User Profile by Using CopyProfile
    http://technet.microsoft.com/en-us/library/hh825135.aspx
    Best Regards.
    Jeremy Wu
    TechNet Community Support

  • Ok Apple users...Is there a way to delete e-mails on my Mac and not have to delete the same e-mails on my iPhone, and iPad...and vise-versa. I have the Cloud, and thought that everything would sync all of the time. If you know of a setting I need to adjus

    Ok Apple users...Is there a way to delete e-mails on my Mac and not have to delete the same e-mails on my iPhone, and iPad...and vise-versa. I have the Cloud, and thought that everything would sync all of the time. If you know of a setting I need to adjust, please let me know.

    Are you referring to @mac.com, @me.com or @icloud.com emails? Or some other email providers emails?
    If the former, it should do that automatically. If the latter, no. iCloud does not (nor is it supposed to) sync non-Apple provided emails.

  • How do I delete an app from my phone but not the computer? Is there a way to deactivate it so it doesn't add it back when it syncs?

    How do I delete and app from my phone but not from the computer? Is there a way to do this so it doesn't add it back in when it syncs?

    In iTunes under the Apps tab for the iPhone device just uncheck any app you don't want synced to the phone. When you next sync the app will be removed from the phone but remain in the iTunes library.

  • Is there any way to insert a pop up calender and tick boxes into pages on the ipad? And if not if I do it on a mac will the document work on pages on the ipad?

    Is there any way to insert a pop up calender and tick boxes into pages on the ipad? And if not if I do it on a mac will the document work on pages on the ipad? I'm trying to set up a document with quick check boxes to tick and a date to choose rather than type? I know it possible to do it on pages on a mac but i haven't been able to find anything on the ipad to create such a thing, and I don't know if it will work on the ipad if I create it on the mac

    RGA,
    Unfortunately, I do not believe that it is possible for a DAQ board to generate an AI Start Trigger from an analog trigger, but not be triggered itself until it receives a digital trigger.
    Spencer S.

  • Question: Is there a way to create a PDF from outlook e-mail that does not embed the attachment? better, is there a way to convert the e-mail with attachement (not embeded) as pdf pages? - Problem: I have 1400 e-mails with attachments that need to be conv

    Is there a way to create a PDF from outlook e-mail that does not embed the attachment? better, is there a way to convert the e-mail with attachement (not embeded) as pdf pages?
    - Problem: I have 1400 e-mails with attachments that need to be converted into pdf and the attachments cannot be embeded.
    System: PC Windows 7 using Acrobat X Prof. - Thank you!

    Hi ,
    There is an option of embedding index for faster search while converting email to a PDF .
    However I am not sure that will serve your purpose or not .
    I would recommend you to get in touch with Microsoft support as well .
    Meanwhile I'll work on it and get back to you in case I get a desired solution .
    Regards
    Sukrit Dhingra

  • Is there any way of saving progress in a game/app when you remove it from the ipad to the cloud

    Is there any way of saving progress in a game/app when you remove it from the ipad to the cloud.
    Basically i have a 16gb ipad2 (big mistake) so space on the ipad  is precious. obviously i occasionally need to remove games/apps to make way for other apps from my cloud. The problem is, when I remove an app to make way for the new app I lose all my progress in that game apart from the option to save leader-board stats (which is the least important thing to me). Its very annoying to get so far in a game only to have to remove it to make way for a movie and lose all my progress!!!!!
    Any way round this?

    I do not know how to save game data when deleting an app, but as for updating, if you connect the ipad to a computer and do the update through itunes, you will not have to download the update package to the ipad just to the computer. so you don't have to free up quite so much space, as for movie and photo storage you can look at the sandisk wireless and airstash wireless SD card adapters, they create their own wireless network and come with apps that allow you to store and then stream movies to the ipad instead of loading them to the ipad storage.
    http://www.airstash.com/
    http://www.sandisk.com/products/wireless/media-drive/

Maybe you are looking for

  • I've been experiencing a lag on my iMac's volume control.

    I've been experiencing a lag on my iMac's volume control, and have been reading some of the suggestions to fix this.  I tried "sudo killall coreaudiod " in Terminal, but that command is not recognized, and neither is my password.  Any one out there w

  • How do i get to watch something that will only open with window's media?

    Sorry if this is a dumb question but we are new to the mac and have been trying to get some way to get windows media videos to play on our new mac. I tried to download the software to let them play on quicktime but it says that it can't play on an in

  • Image swap code and flex -- HELP NEEDED

    Hello Folks, I am still new at programming and having a major issue and wondered if anyone know a simple way to do a photogallery by using some code to create an image swap Thumbnail ( here )                                             Large image he

  • Costing when end product not known

    Hi We are unable to identify which finished product we are manufacturing and we are consuming the raw materials.Only after end product is manufactured we are posting raw material consumption.Period end this is creating a problem since the end product

  • OS 10.4

    I bought two graphite 466 clamshells recently.....one came loaded with OS 10.4. I bought it from someone online and they left their login on the computer. I would like to install my own copy that I have of OS 10.4 that is licensed to me and erase the