نمایش نتایج: از شماره 1 تا 10 از مجموع 10
سپاس ها 2سپاس
  • 1 توسط mkm
  • 1 توسط kazem_m

موضوع: سوال در مورد Connection

  
  1. #1
    نام حقيقي: Mehran

    عضو عادی شناسه تصویری KherKhere
    تاریخ عضویت
    Aug 2009
    محل سکونت
    Tehran
    نوشته
    272
    سپاسگزاری شده
    45
    سپاسگزاری کرده
    59

    سوال در مورد Connection

    سلام دوستان .

    راهی هست که از طریق Command به صورت Remote تنظیمات connection یه Client که عضو دامین هست رو دید ؟

    مثلاً ببینیم از DHCP IP گرفته یا خودش دستی داده و ...

    ممنون .



    موضوعات مشابه:

  2. #2
    mkm
    mkm آنلاین نیست.
    نام حقيقي: \\/\// K \\/\//

    عضو عادی شناسه تصویری mkm
    تاریخ عضویت
    Feb 2008
    محل سکونت
    The city of Tehran
    نوشته
    919
    سپاسگزاری شده
    385
    سپاسگزاری کرده
    253
    نقل قول نوشته اصلی توسط KherKhere نمایش پست ها
    سلام دوستان .

    راهی هست که از طریق Command به صورت Remote تنظیمات connection یه Client که عضو دامین هست رو دید ؟

    مثلاً ببینیم از DHCP IP گرفته یا خودش دستی داده و ...

    ممنون .

    بله. بوسیله سرویس WinRM در ویندوز . کامندش هم برای مورد شما اینطوریه:

    WinRS –r:[computer name] ipconfig /all

    اینم WS-Management v1.1


    Windows Remote Management Service
    The Windows Remote Management service allows you to execute commands on a remote
    computer, either from the command prompt using WinRS or from Windows PowerShell.
    Before
    you can use WinRS or Windows PowerShell for remote management tasks, it is
    necessary
    to configure the target computer using the WinRM command. To configure the
    Lesson 2: Windows 7 Remote Management CHAPTER 7 409
    target computer, you must run the command WinRM quickconfig from an elevated command
    prompt. Executing WinRM quickconfig does the following:
    n Starts the WinRM service
    n Configures the WinRM service startup type to delayed automatic start
    n Configures the LocalAccountTokenFilterPolicy to grant administrative rights remotely
    to local users
    n Configures the WinRM listener on http://* to accept WS-Man requests
    n Configures the WinRM firewall exception
    If you are attempting to manage a computer remotely that is not a member of the same
    AD DS domain as the management computer, you may need to configure the management
    computer to trust the remote computer. This is necessary only when you do not use
    Hypertext Protocol Secure (HTTPS) or Kerberos to authenticate the remote computer’s
    identity. You need to configure this trust because of the bidirectional nature of remote
    management traffic and the fact that authentication credentials will be forwarded to the
    remote computer. You can configure this trust using the following command:
    winrm set winrm/config/client @{TrustedHosts=”remote computer name or IP address”}
    It is also possible to configure Windows Remote Management through Group Policy.
    The relevant policies are located in the Computer Configuration\Administrative Templates\
    Windows Components\Windows Remote Management node and are split between WinRM
    Client and WinRM Service policies. These policies relate to authentication settings and
    TrustedHosts.




    uplink سپاسگزاری کرده است.

  3. #3
    نام حقيقي: never mind

    عضو عادی شناسه تصویری uplink
    تاریخ عضویت
    Feb 2010
    محل سکونت
    never mind
    نوشته
    74
    سپاسگزاری شده
    16
    سپاسگزاری کرده
    24
    من نميدونم چطور گاهي ما يادمون ميره از كسي كه اينقدر خوب جواب سوال ها رو ميده تشكر كنيم !!!
    من بجاي ايشون همين حالا دكمه تشكر رو ميزنم



  4. #4
    نام حقيقي: كاظم

    خواننده
    تاریخ عضویت
    Jul 2009
    محل سکونت
    Tehran
    نوشته
    259
    سپاسگزاری شده
    210
    سپاسگزاری کرده
    30
    کد:
    http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx
    کد:
    http://computer-vet.com/weblog/2008/01/28/remote-command-line-on-windows.html



    ویرایش توسط kazem_m : 2010-03-10 در ساعت 12:21 AM
    KherKhere سپاسگزاری کرده است.

  5. #5
    نام حقيقي: Mehran

    عضو عادی شناسه تصویری KherKhere
    تاریخ عضویت
    Aug 2009
    محل سکونت
    Tehran
    نوشته
    272
    سپاسگزاری شده
    45
    سپاسگزاری کرده
    59

    Icon12

    نقل قول نوشته اصلی توسط mkm نمایش پست ها
    بله. بوسیله سرویس WinRM در ویندوز . کامندش هم برای مورد شما اینطوریه:

    WinRS –r:[computer name] ipconfig /all

    اینم WS-Management v1.1


    Windows Remote Management Service
    The Windows Remote Management service allows you to execute commands on a remote
    computer, either from the command prompt using WinRS or from Windows PowerShell.
    Before
    you can use WinRS or Windows PowerShell for remote management tasks, it is
    necessary
    to configure the target computer using the WinRM command. To configure the
    Lesson 2: Windows 7 Remote Management CHAPTER 7 409
    target computer, you must run the command WinRM quickconfig from an elevated command
    prompt. Executing WinRM quickconfig does the following:
    n Starts the WinRM service
    n Configures the WinRM service startup type to delayed automatic start
    n Configures the LocalAccountTokenFilterPolicy to grant administrative rights remotely
    to local users
    n Configures the WinRM listener on http://* to accept WS-Man requests
    n Configures the WinRM firewall exception
    If you are attempting to manage a computer remotely that is not a member of the same
    AD DS domain as the management computer, you may need to configure the management
    computer to trust the remote computer. This is necessary only when you do not use
    Hypertext Protocol Secure (HTTPS) or Kerberos to authenticate the remote computer’s
    identity. You need to configure this trust because of the bidirectional nature of remote
    management traffic and the fact that authentication credentials will be forwarded to the
    remote computer. You can configure this trust using the following command:
    winrm set winrm/config/client @{TrustedHosts=”remote computer name or IP address”}
    It is also possible to configure Windows Remote Management through Group Policy.
    The relevant policies are located in the Computer Configuration\Administrative Templates\
    Windows Components\Windows Remote Management node and are split between WinRM
    Client and WinRM Service policies. These policies relate to authentication settings and
    TrustedHosts.

    آقا واقاً دستت درد نکنه از این همه Software های مفیدی که معرفی میکنی ....



  6. #6
    نام حقيقي: Mehran

    عضو عادی شناسه تصویری KherKhere
    تاریخ عضویت
    Aug 2009
    محل سکونت
    Tehran
    نوشته
    272
    سپاسگزاری شده
    45
    سپاسگزاری کرده
    59
    نقل قول نوشته اصلی توسط mkm نمایش پست ها
    بله. بوسیله سرویس WinRM در ویندوز . کامندش هم برای مورد شما اینطوریه:

    WinRS –r:[computer name] ipconfig /all

    اینم WS-Management v1.1


    Windows Remote Management Service
    The Windows Remote Management service allows you to execute commands on a remote
    computer, either from the command prompt using WinRS or from Windows PowerShell.
    Before
    you can use WinRS or Windows PowerShell for remote management tasks, it is
    necessary
    to configure the target computer using the WinRM command. To configure the
    Lesson 2: Windows 7 Remote Management CHAPTER 7 409
    target computer, you must run the command WinRM quickconfig from an elevated command
    prompt. Executing WinRM quickconfig does the following:
    n Starts the WinRM service
    n Configures the WinRM service startup type to delayed automatic start
    n Configures the LocalAccountTokenFilterPolicy to grant administrative rights remotely
    to local users
    n Configures the WinRM listener on http://* to accept WS-Man requests
    n Configures the WinRM firewall exception
    If you are attempting to manage a computer remotely that is not a member of the same
    AD DS domain as the management computer, you may need to configure the management
    computer to trust the remote computer. This is necessary only when you do not use
    Hypertext Protocol Secure (HTTPS) or Kerberos to authenticate the remote computer’s
    identity. You need to configure this trust because of the bidirectional nature of remote
    management traffic and the fact that authentication credentials will be forwarded to the
    remote computer. You can configure this trust using the following command:
    winrm set winrm/config/client @{TrustedHosts=”remote computer name or IP address”}
    It is also possible to configure Windows Remote Management through Group Policy.
    The relevant policies are located in the Computer Configuration\Administrative Templates\
    Windows Components\Windows Remote Management node and are split between WinRM
    Client and WinRM Service policies. These policies relate to authentication settings and
    TrustedHosts.

    آقا فقط یک نکته اینطوری که من فهمیدم اول باید WinRs رو روی Client نصب کنم بعد command بزنم درسته ؟



  7. #7
    نام حقيقي: Mehran

    عضو عادی شناسه تصویری KherKhere
    تاریخ عضویت
    Aug 2009
    محل سکونت
    Tehran
    نوشته
    272
    سپاسگزاری شده
    45
    سپاسگزاری کرده
    59
    نقل قول نوشته اصلی توسط kazem_m نمایش پست ها
    کد:
    http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx
    کد:
    http://computer-vet.com/weblog/2008/01/28/remote-command-line-on-windows.html
    این Software خوبه ولی Connection ها رو نشون نمیده



  8. #8
    نام حقيقي: كاظم

    خواننده
    تاریخ عضویت
    Jul 2009
    محل سکونت
    Tehran
    نوشته
    259
    سپاسگزاری شده
    210
    سپاسگزاری کرده
    30
    نقل قول نوشته اصلی توسط KherKhere نمایش پست ها
    این Software خوبه ولی Connection ها رو نشون نمیده
    دوست عزيز

    شما اول از اين طريق مثلا CMD.exe رو در كامپيوتر مقصد اجرا كن. بعد هر دستوري رو كه خواستي اجرا كن.

    دستورات روي مقصد اجرا مي شن. شما اگر دستور cmd كارهايي كه مي خواهيد انجام بديد بدونيد مشكلتون حله.

    روي google با يك سرچ ساده مي تونيد بيشتر command هاي مورد نظرتون رو پيدا كنيد.

    اينم گام اول براي نمونه:

    کد:
    D:\ps>psexec.exe \\u.v.w.x cmd.exe



    ویرایش توسط kazem_m : 2010-03-10 در ساعت 01:19 PM

  9. #9
    mkm
    mkm آنلاین نیست.
    نام حقيقي: \\/\// K \\/\//

    عضو عادی شناسه تصویری mkm
    تاریخ عضویت
    Feb 2008
    محل سکونت
    The city of Tehran
    نوشته
    919
    سپاسگزاری شده
    385
    سپاسگزاری کرده
    253
    نقل قول نوشته اصلی توسط KherKhere نمایش پست ها
    آقا فقط یک نکته اینطوری که من فهمیدم اول باید WinRs رو روی Client نصب کنم بعد command بزنم درسته ؟
    درسته.



  10. #10
    نام حقيقي: Mehran

    عضو عادی شناسه تصویری KherKhere
    تاریخ عضویت
    Aug 2009
    محل سکونت
    Tehran
    نوشته
    272
    سپاسگزاری شده
    45
    سپاسگزاری کرده
    59
    نقل قول نوشته اصلی توسط kazem_m نمایش پست ها
    دوست عزيز

    شما اول از اين طريق مثلا CMD.exe رو در كامپيوتر مقصد اجرا كن. بعد هر دستوري رو كه خواستي اجرا كن.

    دستورات روي مقصد اجرا مي شن. شما اگر دستور cmd كارهايي كه مي خواهيد انجام بديد بدونيد مشكلتون حله.

    روي google با يك سرچ ساده مي تونيد بيشتر command هاي مورد نظرتون رو پيدا كنيد.

    اينم گام اول براي نمونه:

    کد:
    D:\ps>psexec.exe \\u.v.w.x cmd.exe
    متوجه شدم بسبار عالی بود ممنون



کلمات کلیدی در جستجوها:

remote computer name

IP address در مورد

WinRM service

winrm command line

دباره winrm

winrm

تنظیمات winrm quickconfig

برچسب برای این موضوع

مجوز های ارسال و ویرایش

  • شما نمی توانید موضوع جدید ارسال کنید
  • شما نمی توانید به پست ها پاسخ دهید
  • شما نمی توانید فایل پیوست ضمیمه کنید
  • شما نمی توانید پست های خود را ویرایش کنید
  •