Verifying if a DC is a RODC

743

In 'Active Directory Users And Computers' browse to the RODC's computer object the DC Type should contain say ReadOnly if it is a RODC. The computer object properties on tab 'Managed by' should also show what type of DC it is.

Share:
743

Related videos on Youtube

Mohamed Amin
Author by

Mohamed Amin

Updated on September 18, 2022

Comments

  • Mohamed Amin
    Mohamed Amin over 1 year

    i tried to write a php code inside an xml file,but the code can't be outputed..

    <?xml version="1.0"?>
    <MultimediaGallery>
        <file type="video">
            <thumb>media/videos/thumbs/<?php echo "disney.png"; ?></thumb>
            <source>https://www.youtube.com/watch?v=irF02LNZLpE</source>
            <description>Youtube Video: Introduction to HTML5</description>
    </file>
    </MultimediaGallery> 
    

    result(image of .xml file in a browser) enter image description here

    • michi
      michi about 9 years
      hi mohamed amin, pls edit your question, I don't understand what 1. you tried php-wise, 2. you expect as a desired result, 3. what exactly went wrong and how.
  • JArrington1
    JArrington1 almost 13 years
    The DC type states that it is GC. I'm assuming that is Global Catalog. Under the Managed by tab everything is blank. I'm confident that this is properly installed and not a RODC. I'll have to tell my friend to contact the software vendor for support installing the package he wants installed.
  • ravi yarlagadda
    ravi yarlagadda almost 13 years
    @JArrington1 Correct - it'll display both "GC" and "RODC" in that field if it's both.
  • Mohamed Amin
    Mohamed Amin about 9 years
    thanks simon,i know this solution,but i want to do this without changing the xml file extension
  • Simon
    Simon about 9 years
    to do that you should change your webserver configuration. If you're using Apache you can add this to the config file AddType application/x-httpd-php .xml
  • bgtvfr
    bgtvfr almost 7 years
    Can you please edit your post to improve formattiing?