ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Solved Get-ADUser -Properties ipphone in Windows 7

    IT Discussion
    4
    8
    1.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      stess
      last edited by stess

      I am trying to create a simple script that retrieve ipphone extension from ADUser properties on Windows 7, then add the extension to XML file, but I am not sure where to start.

      I can get the ipphone extension if I run the command on the DC server, but I need to run it on Windows 7. Any idea?

      EDIT: My goal is to retrieve the extension in ipphone attribute, then use the extension found to insert into xml file.

      dafyreD black3dynamiteB 2 Replies Last reply Reply Quote 0
      • dafyreD
        dafyre @stess
        last edited by

        @stess said in Get-ADUser -Properties ipphone in Windows 7:

        I am trying to create a simple script that retrieve ipphone extension from ADUser properties on Windows 7, then add the extension to XML file, but I am not sure where to start.

        I can get the ipphone extension if I run the command on the DC server, but I need to run it on Windows 7. Any idea?

        EDIT: My goal is to retrieve the extension in ipphone attribute, then use the extension found to insert into xml file.

        If the Windows 7 machine in question is joined to the domain, just install RSAT and tell it you want the PowerShell modules for AD. Then you you can use the AD commands in powershell.

        S 1 Reply Last reply Reply Quote 0
        • S
          stess @dafyre
          last edited by

          @dafyre said in Get-ADUser -Properties ipphone in Windows 7:

          @stess said in Get-ADUser -Properties ipphone in Windows 7:

          I am trying to create a simple script that retrieve ipphone extension from ADUser properties on Windows 7, then add the extension to XML file, but I am not sure where to start.

          I can get the ipphone extension if I run the command on the DC server, but I need to run it on Windows 7. Any idea?

          EDIT: My goal is to retrieve the extension in ipphone attribute, then use the extension found to insert into xml file.

          If the Windows 7 machine in question is joined to the domain, just install RSAT and tell it you want the PowerShell modules for AD. Then you you can use the AD commands in powershell.

          So to use get-aduser I have to install RSAT on all machines, then enable AD module for PS, then import them through PS?

          1 Reply Last reply Reply Quote 0
          • black3dynamiteB
            black3dynamite @stess
            last edited by

            @stess said in Get-ADUser -Properties ipphone in Windows 7:

            I am trying to create a simple script that retrieve ipphone extension from ADUser properties on Windows 7, then add the extension to XML file, but I am not sure where to start.

            I can get the ipphone extension if I run the command on the DC server, but I need to run it on Windows 7. Any idea?

            EDIT: My goal is to retrieve the extension in ipphone attribute, then use the extension found to insert into xml file.

            What version is your DC running on?
            2012R2 requires Windows 8.1 with RSAT or greater.

            S 1 Reply Last reply Reply Quote 1
            • S
              stess @black3dynamite
              last edited by

              @black3dynamite said in Get-ADUser -Properties ipphone in Windows 7:

              @stess said in Get-ADUser -Properties ipphone in Windows 7:

              I am trying to create a simple script that retrieve ipphone extension from ADUser properties on Windows 7, then add the extension to XML file, but I am not sure where to start.

              I can get the ipphone extension if I run the command on the DC server, but I need to run it on Windows 7. Any idea?

              EDIT: My goal is to retrieve the extension in ipphone attribute, then use the extension found to insert into xml file.

              What version is your DC running on?
              2012R2 requires Windows 8.1 with RSAT or greater.

              2012R2 / Windows 7 Pro 64bits

              1 Reply Last reply Reply Quote 0
              • DashrenderD
                Dashrender
                last edited by

                @stess said in Get-ADUser -Properties ipphone in Windows 7:

                the extension to XML file, but I am not sure where to start.

                Why is your admin station still Windows 7? You can upgrade for free.
                Once you upgrade, you'll have the latest version of PowerShell and you won't have these types of issues of compatibility.

                S 1 Reply Last reply Reply Quote 0
                • S
                  stess @Dashrender
                  last edited by

                  @Dashrender said in Get-ADUser -Properties ipphone in Windows 7:

                  @stess said in Get-ADUser -Properties ipphone in Windows 7:

                  the extension to XML file, but I am not sure where to start.

                  Why is your admin station still Windows 7? You can upgrade for free.
                  Once you upgrade, you'll have the latest version of PowerShell and you won't have these types of issues of compatibility.

                  We planned for Q2 next year. We just moved into new office space, so we don't want to introduce too much changes.

                  DashrenderD 1 Reply Last reply Reply Quote 0
                  • DashrenderD
                    Dashrender @stess
                    last edited by

                    @stess said in Get-ADUser -Properties ipphone in Windows 7:

                    @Dashrender said in Get-ADUser -Properties ipphone in Windows 7:

                    @stess said in Get-ADUser -Properties ipphone in Windows 7:

                    the extension to XML file, but I am not sure where to start.

                    Why is your admin station still Windows 7? You can upgrade for free.
                    Once you upgrade, you'll have the latest version of PowerShell and you won't have these types of issues of compatibility.

                    We planned for Q2 next year. We just moved into new office space, so we don't want to introduce too much changes.

                    I'd only update your PC right now. This will let you move forward without affecting your users.

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    • First post
                      Last post