SCCM Client on Site Server from Different Site within Same Domain

Our desktop team has a site to manage desktops.
We have a site to manage servers.
Do you see any issue with the Server site managing the Desktop teams servers as their clients?
In other words, desktop wants us to patch and manage their SCCM servers with our site. Placing the SCCM client on their servers pointing to our site.
Thanks for any gotchas!

Are you talking about different (standalone primary ConfigMgr) sites (e.g. site abc is used for managing desktops and xyz for servers)? And now you want to assign the ConfigMgr clients (on servers used in site xyz) to site abc? This does work, but I am not
sure if it is supported.
Torsten Meringer | http://www.mssccmfaq.de

Similar Messages

  • Sccm client 2012 not uninstalling from cmd window

    One of the client computer in my organization having software deployment issue, so i would go for sccm client reinstallation. i have used command prompt to uninstall the client as below. 
    ccmsetup.exe /uninstall. i don't see any progress in un installation. checked ccmsetup.log log file under C:\windows\ccmsetup folder. but there is no update. 
    May I know how to uninstall the sccm client. 

    No. It is not running . I don't see ccmsetup running.. and I don't see configuration manager icon in the control panel, and sms agent host services not showing in the services.msc. 
    If i try to install ccmsetup.exe , there is no update in the ccmsetup.log file. .
    Restarted WMI services but no update.
    Maybe I'm missing the obvious but if you don't see the service and the icon, isn't that a good thing? Aka isn't that exactly what you want?
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Can i run UDP  client and UDP  server socket program in the same pc ?

    hi all.
    when i execute my UDP client socket program and UDP server socket program in the same pc ,
    It's will shown the error msg :
    "Address already in use: Cannot bind"
    but if i run UDP client socket program in the remote pc and UDP server socket program run in local pc , it's will success.
    anybody know what's going on ?
    any help will be appreciated !

    bobby92 wrote:
    i have use a specified port for UDP server side , and for client define the server port "DatagramSocket clientSocket= new DatagramSocket(Server_PORT);"Why? The port you provide here is not the target port. It's the local port you listen on. That's only necessary when you want other hosts to connect to you (i.e. when you're acting as a server).
    The server should be using that constructor, the client should not be specifying a port.
    so when i start the udp server code to listen in local pc , then when i start UDP client code in local pc ,i will get the error "Address already in use: Cannot bind"Because your client tries to bind to the same port that the server already bound to.

  • Retrieving Data from different Tables with same tuple name

    Hi,
    I am made the following query from different tables. A tuple "name" is appearing in some tables. So when I run the qiery in a Java class, it delivers the same result of c.name, bpl.name and p.name. The result of c.name is correct, but the other 2 names are overwritten. It works perfect in a postgreSql query tool. How can I correct it, plz?
    SELECT c.ad_client_id, c.name, o.c_order_id, o.ref_order_id, bp.name, bpl.name, o.dateordered, o.datepromised, od.c_orderline_id,p.m_product_id,p.name, cur.iso_code, od.qtyordered
    FROM adempiere.ad_client c, adempiere.c_order o, adempiere.c_orderline od, adempiere.c_bpartner bp, adempiere.m_product p, adempiere.c_bpartner_location bpl, adempiere.c_currency cur
    WHERE c.ad_client_id =11 and c.ad_client_id = o.ad_client_id and bp.c_bpartner_id=o.c_bpartner_id and o.c_order_id = od.c_order_id and od.m_product_id = p.m_product_id and o.c_bpartner_location_id =bpl.c_bpartner_location_id and o.c_currency_id=cur.c_currency_id;
    Cheers

    Hi,
    create alias, if u have similar field names as below. Use the alias name (rs.getString("cname") and rs.getString("bpname") and so on ) to retrive data.
    SELECT c.ad_client_id, c.name as cname, o.c_order_id, o.ref_order_id, bp.name as bpname, bpl.name as bplname, o.dateordered, o.datepromised, od.c_orderline_id,p.m_product_id,p.name as pname, cur.iso_code, od.qtyordered
    FROM adempiere.ad_client c, adempiere.c_order o, adempiere.c_orderline od, adempiere.c_bpartner bp, adempiere.m_product p, adempiere.c_bpartner_location bpl, adempiere.c_currency cur
    WHERE c.ad_client_id =11 and c.ad_client_id = o.ad_client_id and bp.c_bpartner_id=o.c_bpartner_id and o.c_order_id = od.c_order_id and od.m_product_id = p.m_product_id and o.c_bpartner_location_id =bpl.c_bpartner_location_id and o.c_currency_id=cur.c_currency_id;Regards,
    Ram

  • Seperate server log for different projects on same domain

    Hi All,
    Could someone help me initiate code to seperate server log of domain for different projects running on the domain.
    For example, If I have two projects 1,2 in the same domain, then I should get two server log files for each project.
    Regards,
    SunnyPhani

    iCal Server sends invitations to internal users too if you remove the email addresses of your internal users under "Info" in Workgroup Manager.
    So the Open Directory does not have an entry for the users with your internal domain, which makes iCal Server see the user as an external one.

  • Is it possible to have multiple SOA Server within same domain ?

    Hi All
    I need to know whether I can install and setup multiple soa_servers inside the same domain so that they can be managed by single weblogic instance.
    The use case scenario :
    We have a single DEV environment instance that has several environments configured with it like PR1, PR2, TR, PY, PC.
    The way we have achieved it is by creating partitions under soa_infra and deploying the code as we move up the ladder in testing phases before we move to separate QA and Prod.
    Because of the way Dev is being setup, we are not able to use/test Oracle B2B properly because there is no way to have environment specific distinction be created in Oracle B2B.
    In essence, at any point in time testing can happen only in one environment for out Dev box because it makes call to Oracle B2B (Trading Partners) and there is no way for us to distinguish whether the call is coming from PR1 or PR2 or PC or TR or PY.
    We have no issue testing it as long as it is not restricted to B2B but with B2B we are restricted because a single soa instance has a single B2b instance. ( We can not have partition wise instances of B2B)
    Requirement :
    Is it possible to install and configure different soa_server for.e.g
    soa_server1 : PR1
    soa_server2 : PR2
    soa_server3 : PY
    soa_server4 : PC
    soa_server5 : TR
    inside the same domain (dev_domain) so that they can be managed from single weblogic instance through Admin console and we can have different B2B instances for each soa_server.
    This way we will be able to differentiate between environments on the basis of ports with the same IP address.
    Please let me know if there is a possibility of achieving the same.
    Thank you so much in advance.
    Regards
    ACM

    Thanks Sharmela for your directions.
    Let me try to clone the soa server and see if it helps.
    Before I move forward, I would like to verify one thing from you.
    As you have mentioned the word "cluster" , I am not exactly trying to achieve the clustered setup "conventional way of load balancing and high availability" but instead I want to have these cloned soa servers( soa_server1 : 8001,soa_server2 : 8002,soa_server3 : 8003,soa_server4 : 8004,soa_server5:8005 )to have separate partitions ( PR1, PR2, PY, TR,PC) respectively.
    I hope I don't have to configure OHS to access these nodes since I want these nodes be available as a separate instance rather than redirecting load in case of any other becoming unresponsive ( OHS configuration)
    I am not sure whether I am making sense but all I need to do is point the PR1 instance having it's own port number(8001) to the PR1 instance of ERP.
    I think it is doable but just wanted to double check with you.
    Please let me know
    Thank you

  • Can Ironport support 2 different servers within 1 domain?

    Hi All,
    The situation is:
    Our company's Ironport is using firmware AsyncOS 7.6 and currently is connected to Lotus Notes Server.
    However, we are now planning to add 1 more mail server - MS Exchange.
    The questions are:
    1. Is it possible to connect both Notes and Exchange with 1 domain only?
    2. If yes, can we set some filtering to seperate then the incoming email can fall into the designated server?
    3. How can we achieve connecting 2 different servers under 1 domain?
    Please give any other comments if you have. Thanks!!
    Thanks and Regards
    Krav

    Krav,
    You should be able to do this. However, a curious question, are you planning to migrate off of Lotus notes or is this going to be a permanent solution? Are the mailboxes for both mail servers going to be the same (maybe clustered).
    1. Yes, you can have multiple servers assigned to a domain, by specifying the ip address as an additional entry in SMTP routes.
    2. This may prove to be the big issue. There is no filtering mechanism that can distinguish lotus notes bound mail from exchange bound mail. For example; if you set both the servers with the same priority in SMTP routes they will round robin, meaning some mail will goto Lotus notes and other mail will goto Exchange. So if this is just to test, you can possibly use the priority option in the SMTP routes. However, this may also be more of a question as to whether you could cluster an Exchange and lotus notes server, which is beyond my understanding.
    3.In the SMTP Routes section click on the domain and add in the ip address of the other server. Be mindful that if you keep the priority the same, mail will round robin between the devices. However if you set the first device to 0 and the second device to 10, mail will primarily goto the device with the 0 priority. You will also need to specify the ip address of the second server in your HAT table, if you are using the Relaylist.

  • Window SBS server 2008 and window server 2008 R2 on the same domain

    Hi all,
    I am a person only work for linux system. Recently i work for my company that using microsoft technologie. So i have a lot of trouble. Could you please help me and below are my big troble that i have met:
    In my system, i have the first window SBS server 2008 run on our domain. However my organization growth up and we have more than 150 users and mailbox of exchange server 2007. So i do not want to use my sbs server 2008 anymore.
    I am going to install a window server 2008 R2 64 bit and join it into the same domain with sbs server 2008. It will be replicate the username, dns, OU and group policy...After that i will tranfer FSMO role to new server and i will demote then remove the
    sbs server.
    My boss say that i should not use this solution because window server sbs can not run with any other kinds of window server 2008 (R2, standard, enterprise...) and it will automatically shutdown the main server after a couple of days.
    Someone have experience can help me. I am so confuse now

    Maybe this will also help to better understand the steps involved:
    Transition from Small Business Server to Standard Windows Server
    http://blogs.technet.com/b/infratalks/archive/2012/09/07/transition-from-small-business-server-to-standard-windows-server.aspx
    Migrating away from SBS 2011
    http://social.technet.microsoft.com/Forums/en-US/07c58cc4-7d6d-419a-b1a0-439c2cc0c48d/migrating-away-from-sbs-2011?forum=smallbusinessserver
    Migrating from SBS 2008 to Windows Server 2012 R2 (NOT Essentials and with NO Exchange)
    http://social.technet.microsoft.com/Forums/en-US/1276d2d3-a8f2-4786-82f3-4308a2affb11/migrating-from-sbs-2008-to-windows-server-2012-r2-not-essentials-and-with-no-exchange?forum=smallbusinessserver
    And remember, as long as you don't move the PDC to one of the new DCs, you can leave the SBS 2008 up indefinitely. But I would remove Exchange 2007 off it right away once I've migrated the mailboxes and public folders, otherwise
    you will get yourself into an Exchange coexistence scenario which is much more complex to configure and support because of the CAS differences, changing the URLs on the old one to "legacy.domain.com," getting a new UC/SAN cert with the correct
    names on it, and more. Believe me, you really don't want to coexist them. The only time I've coexisted Exchange versions is during large migrations, such as 500 or more. Otherwise, I just migrate the mailboxes over a weekend and get it done with.
    Ace Fekay
    MVP, MCT, MCSE 2012, MCITP EA & MCTS Windows 2008/R2, Exchange 2013, 2010 EA & 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.

  • Unable to install SCCM client on Windows Server 2008 R2 - certificate permission error?

    I am trying to comply with corporate policy, which is, have an SCCM agent or client on every Windows device. I have successfully used the provided SCCM installer on other Windows 2008 R2 servers. However for one particular server I cannot get the SCCM agent
    to install successfully. I've searched forums and documentation, but can't find a solution. Part of the problem is the lack of feedback by SCCM on what is wrong. I think I have narrowed down the symptom to the following error messages from the "C:\Windows\CCM\Logs\ClientIDManagerStartup.log":
    [LOG[Certificate [Thumbprint C559304C1598F17641D0732EB9EB787169A25FA7] issued to 'SMS' doesn't have private key or caller doesn't have access to private key.
    [LOG[Failed in GetCertificate(...): 0x87d00281]LOG]!><time="10:56:59.014+300" date="04-17-2014" component="ClientIDManagerStartup" context="" type="3" thread="3024" file="ccmcert.cpp:2122">
    [LOG[CCMCreateAuthHeaders failed (0x8009200b).]LOG]!><time="10:56:59.014+300" date="04-17-2014" component="ClientIDManagerStartup" context="" type="3" thread="3024" file="clientauthutil.cpp:978">
    When I use the Certificates MMC snap in to look at installed certs on this Windows Server 2008 R2 machine, there are plenty of normal and expected certificates there. There is also a branch called SMS with hundreds of entries, I have no idea what that is.
    The above error seems to indicate a permissions issue. What do I do to fix this SCCM install? It seems like a server cert issue, not an SCCM issue, so I'm posting to the Windows Server forums.
    Thanks in advance.
    Thanks

    this maybe helpful...
    http://www.jamesbannanit.com/2011/04/certificate-requirements-for-sccm-2012/
    should be asked in SCCM forum...
    http://social.technet.microsoft.com/Forums/en-US/home?forum=configmanagerdeployment
    Best,
    Howtodo

  • Migrate & coexist Exchange 2010 to 2010 in two different site under same domain

    Hi all,
    The initial plan was planning to coexist Exchange 2010 (old data center) & 2013 (new data center) .
    Unfortunately there was a problem of upgrading the existing exchange 2010 sp2 to 2010 sp3 and Microsoft said they don't support this anymore.
    So the only plan I can think of is build another exchange 2010 with SP3 (new data center)  to coexist with existing exchange 2010 SP2 first then followed by exchange 2013.
    I don't see any relevant info on the Internet for the coexistence of exchange 2010 SP2 and SP3. can you please share some detailed steps or info?
    Thank you very much in advanced.

    Hi all,
    The initial plan was planning to coexist Exchange 2010 (old data center) & 2013 (new data center) .
    Unfortunately there was a problem of upgrading the existing exchange 2010 sp2 to 2010 sp3 and Microsoft said they don't support this anymore.
    So the only plan I can think of is build another exchange 2010 with SP3 (new data center)  to coexist with existing exchange 2010 SP2 first then followed by exchange 2013.
    I don't see any relevant info on the Internet for the coexistence of exchange 2010 SP2 and SP3. can you please share some detailed steps or info?
    The last database upgrade exchange 2010 SP3 is unable to mount server with Exchange 2010 SP2 i.e., there is no database schema upgrade from SP1 or SP2 to SP3. Please check this link :
    https://www.youtube.com/watch?v=M4hJfdqTe5s
    You may download exchange Server 2010 Service Pack 3 from here :http://www.microsoft.com/en-us/download/details.aspx?id=36768
    This Exchange Server 2010 SP3 software may be used to perform a new installation or to update an existing Exchange Server 2010 installation to Service Pack 2 (SP2) level.
    Moreover, to migrate the mailbox database from exchange 2010 to 2013, you may consider on this exchange migration tool (http://www.exchangemigrationtool.com/) that can be a good approach for you.

  • I have a problem connecting to my company exchange 2007 server from my IPAD2 the same settings worked with the IPAD1

    Hi All
    Can anybody help with this problem when trying to authenticate on the Microsoft Exchange Sever.
    I have been trying to connect the mail client on the IPAD2 to my company email (Exchange 2007 server)
    There appears to be an issue with the SSL settings for the IPAD 2 and Apples new OS
    I know that it’s not supported but I also know that the previous version of the IPAD worked fine using the same settings.
    Just to confirm I can access the email via Safari therefore I know that the Public Key is loaded in the web browser.
    Can anyone confirm that the Public Key has been installed on the IPAD 2 email client?
    Is there anyway to edit the SSL settings?
    Thanks in advance fro your help
    Regards
    Pat

    Try using Static IP and force a connection.
    You can get the settings from your other devices that are connected to the router.

  • Muse uploading multiple sites with same domain?

    It seems that when i upload my site via FTP, if i type the domain without www. and only Http, it is uploading and creating a separate site then when i submit an update with www.
    www.threesistersgarden.org
    http://threesistersgarden.org/
    How can i fix this issue?

    Hi Ho Yin Wong,
    Are you referring to entering the domain name in the 'FTP server' field or the 'Site URL' field?
    - Abhishek Maurya

  • Put itunes downloaded from different computers on same ipod?

    Hello,
    I have downloaded itunes onto two different computers using the same account. How do I put these itunes onto my ipod without deleting any content? Thanks, Jake.

    If you want to connect and use an iPod on more than one computer change the update setting on your iPod to manual. Connect your iPod to the computer you are using it on now an in iTunes go to Edit>Preferences>iPod and check the "Manually manage songs and playlists" box:
    Using iPod with Multiple computers
    Managing Your Songs Manually
    For info: iPod 101
    The iPod offers three ways to transfer music from your computer. You can select one of the following update modes from the iPod Preferences menu in iTunes (Edit=>Preferences=>'iPod' tab):
    1) Automatically update all songs and playlists. This is the default mode, in which your entire music library, including playlists, is automatically synced to your iPod. If the music library on your computer exceeds the iPod storage capacity, you are prompted to select a different update method.
    2) Automatically update selected playlists only. With this option, iTunes automatically copies the playlists you have selected to the iPod when you connect it to the computer.
    3) Manually manage songs and playlists. You can also choose to transfer music to the iPod manually. This allows you to drag and drop individual songs and playlists from iTunes to the iPod.

  • Can we generate forms from different locations on same account?

    We're thinking of subscribing for the unlimited forms plan. Would this plan allow us to generate forms (and receive reports) from various locations on the same account? Or would each location need its own account?
    Thanks, Meg

    Hi Meg;
    Depending on the roles each user needs to play, you could have one "Plus" membership that can have all of the "live" forms in it, that user could share forms and/or responses with the other users so they could collaborate in the editing and view responses and reports.  The permissions in the form (ability to use paid features) are based on the form author, so the "Free" level users could use the paid features in these forms that were shared by the one Plus membership.
    Here is some information on sharing forms: http://forums.adobe.com/docs/DOC-2462
    Also some good gneral Quick Start guides and How To's: https://www.acrobat.com/formscentral/en/library/how-to-make-create-survey-or-form.html
    In addition, if any of the free users were to create a form for the team they could export that form as a design file for the Plus member to import and then share.  Since the free user can only create one form, but have unlimited shared with them, and since the form rights are from the author the Free user wouldn't want to share the form, but instead export it so that when the Plus user imports it they are the author and when it is shared the form would have the Plus level features (I hope that made sense). 
    As far as organization there are no folders in FormsCentral at this time.
    Thanks,
    Josh

  • 5 to 7 robocalls each day from different numbers but same scam

    I get about 5 to 7 calles every day from something called "Senior Services" or "Medic Alert" or similar.  This has been going on for about a week now.  No two phone numbers are the same, and searching with Google on some of them showed some aren't even valid (how did the website know? I assume invalid area code/exchange combination). 
    Examples are Senior Life {edited for privacy}, Med Alert Co {edited for privacy}, Senior Alert {edited for privacy}, and Dynamic Alert {edited for privacy}
    Every one has the same recorded message, that I "won" a free medic alert device yada yada yada.  A web search shows this is a scam common the last few months. 
    It is a bit of a pain to delete all the messages left by this robocaller, and I fear accidentally missing a real message from someone as a result.
    I have my number on the do-not-call list and have reported a few of the instances to FCC, for what it's worth.  It does no good to block the numbers as they are never used more than once.
    Have we reached a point where phone calls coming from networks which Verizon can't verify the caller with certainty have to go through a voice "captcha" to connect?

    First...all the phone numbers you entered have been automatically edited out by the forum software as a privacy protection policy so the best of idea--particularly as these are not personal phone numbers--is to run all the numbers together and then the forum software doesn't see it as a phone number and doesn't edit it out.
    Unfortunately, as a new user you can't go and edit your original post--you have to post 5-6 times to be able to edit one of your own posts--to put the phone numbers run together back in but also, since I'm replying to your post, the forum software won't let you edit your original post even if you could.
    Welcome to the land of Alice...'-}}
    So...post a reply and in it run each phone number together if you'd like to show others these slimey phone numbers...
    I've also received those same robocalls and they are really annoying--how totally stupid do these people think we are? Verizon Digital Voice does offer the option of blocking phone numbers however, it's limited to 10 numbers and you can't, for example, specify an entire area code or an area code-exchange combo. Some people have recommended getting a call blocker although they are a bit pricey at just under $100. It may depend on how aggravated you are as to whether you want to spend that kind of money but if you do, here's a link to a call blocker that has decent reviews:
    http://www.amazon.com/electronics/dp/B009RVYEZ0

Maybe you are looking for

  • Back up for BCS data

    Hello, I have some issue and I don't know how to solve it. The client wants to create a backup for data by creating additional cubes. After the finish working on a data and approve the financial reports, they want to copy the transactional data to th

  • Internal hard drive/repair: SMART status; Disk Utility, Tech Tool & More

    machine: 12" PowerBook 1.5 GHz PowerPC G4 (Aluminium) with 80GB internal HD internal hard drive (original): Hitachi Travelstar 5K100 series HTS541080G9AT00 hard drive firmware: MB4AA5AJ ATA version: 6 ATA standard: ATA/ATAPI-6 T13 1410D revision 3a I

  • Pass List MyObject as a parameter with jax ws web service

    Hi, I need to pass a list of strongly typed object as a parameter in my web service which utilizes jax ws. For some reason I am not able to pass more than one. For example if do the following in my soap message: <Objects>    <Object>         <propert

  • Transport a standard text

    hi all, 1.how to transport a standard text? 2. how can we make available a form which is on client 100 to client 200? thanks & regards sanjeev

  • IPhoto '08 Won't let me order book

    Hey guys- I'm trying to create a book in iPhoto '08. The book is made, no gray fields for photos, anything. When I click on the "buy book" button, it gives me an error message saying that al of the fields are not filed in an thus cannot order a book,