WMI Explorer Remote Connection Issues.pdf - Google Drive

1 downloads 66 Views 962KB Size Report
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to op
11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

  (/)

SAPIEN Blog (/blog) « PowerShell Studio 2015 – New Custom Menu Features & GIT template (https://www.sapien.com/blog/2015/10/01/powershell-studio-2015-new-custom-menu-featuresgit-template/) Columbus Day Sale (https://www.sapien.com/blog/2015/10/09/columbus-day-sale/) »

WMI Explorer Windows 8 Remote Connection Issues (https://www.sapien.com/blog/2015/10/07/wmi-explorerwindows-8-remote-connection-issues/) October 7th, 2015 by Devin Leaman Last updated on October 7th, 2015

  Connecting WMI Explorer to a remote Windows 8 computer is not an easy task. Due to the various 韈�rewall and permission settings that Windows 8 has, there are a few things that need to be modi韈�ed in order to connect properly. Please note that this article only addresses Windows 8 and 8.1 but not Windows 10. We will examine the necessary modi韈�cations for Windows 10 at a later time. The 韈�rst step is to enable Remote Admin on the computer you’re connecting to. You can do this two di音�erent ways, through the command line interface (CLI) or the Windows Firewall GUI. I 韈�nd the easiest way is to simply type the following in a command console with administrator rights: netsh 韈�rewall set service RemoteAdmin enable

https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

1/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

(https://i0.wp.com/www.sapien.com/blog/wp-content/uploads/2015/10/1.png?ssl=1) When you press enter, you should get something like the above image where PowerShell lets you know this is deprecated and you should use the more up to date method with netsh adv韈�rewall 韈�rewall. The only downside to the newer netsh adv韈�rewall 韈�rewall method is it turns into a much longer command that is tougher to remember: netsh adv韈�rewall 韈�rewall set rule group=“remote desktop” new enable=Yes After enabling RemoteAdmin, it’s on to the DCOM permissions. To change these you need to open dcomcnfg by typing dcomcnfg into a command console or from the run dialog (Win + R). When it opens, you should see a window that looks like this:

https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

2/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

(https://i1.wp.com/www.sapien.com/blog/wp-content/uploads/2015/10/2.png?ssl=1) Open the Computers folder, right click on My Computer, and then select properties. A dialog should appear with a few tabs at the top and you’re looking for the COM Security tab.

(https://i1.wp.com/www.sapien.com/blog/wp-content/uploads/2015/10/3.png?ssl=1) In this tab there are two sections, the Access Permissions, and the Launch and Activation Permissions. Both of them need to be modi韈�ed, but we’ll start with Access Permissions by clicking Edit Limits…

https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

3/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

(https://i0.wp.com/www.sapien.com/blog/wp-content/uploads/2015/10/clip_image006.png?ssl=1) Verify that Everyone has the Remote Access permission enabled and then press OK. (Please note that we used Everyone for simplicity but for security purposes, you may want to limit this to speci韈�c users or groups.)

https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

4/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

(https://i0.wp.com/www.sapien.com/blog/wp-content/uploads/2015/10/5.png?ssl=1) After pressing OK, move on to the second section and select Edit Limits… in the Launch and Activation Permissions area.

https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

5/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

(https://i1.wp.com/www.sapien.com/blog/wp-content/uploads/2015/10/6.png?ssl=1) Verify that Everyone has Remote Launch and Remote Activation permissions, and then press OK.

https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

6/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

(https://i0.wp.com/www.sapien.com/blog/wp-content/uploads/2015/10/10.png?ssl=1) By this point there’s only one 韈�nal step until we should be able to connect and that’s the WMI Namespace permissions. To get there you can type wmimgmt.msc into either a command console or the run box (Win + R). When that opens, right click on WMI Control (Local) and select properties. The following dialog should appear, and we want to navigate to the Security tab.

https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

7/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues



(https://i1.wp.com/www.sapien.com/blog/wp-content/uploads/2015/10/7.png?ssl=1) Select Security and then click Advanced in the bottom right. When the window opens, select Authenticated Users and then Edit.

(https://i0.wp.com/www.sapien.com/blog/wp-content/uploads/2015/10/8.png?ssl=1) https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

8/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

The only permission required is Remote Enable so verify that it is enabled and then press OK and Apply until you close all open windows.



(https://i0.wp.com/www.sapien.com/blog/wp-content/uploads/2015/10/9.png?ssl=1) After enabling the 韈�nal permission, you should be able to connect without any issues. If for some reason you cannot connect after following these steps, try looking at the following links from Microsoft as they go into other possible solutions. · https://msdn.microsoft.com/en-us/library/aa389286(v=vs.85).aspx (https://msdn.microsoft.com/en-us/library/aa389286(v=vs.85).aspx) · https://msdn.microsoft.com/en-us/library/aa393266(v=vs.85).aspx (https://msdn.microsoft.com/en-us/library/aa393266(v=vs.85).aspx) · https://msdn.microsoft.com/en-us/library/aa822854(v=vs.85).aspx (https://msdn.microsoft.com/en-us/library/aa822854(v=vs.85).aspx) · https://msdn.microsoft.com/en-us/library/aa393613(v=vs.85).aspx (https://msdn.microsoft.com/en-us/library/aa393613(v=vs.85).aspx)   Follow @SAPIENTech (https://twitter.com/SAPIENTech)   (https://plus.google.com/share? url=https%3A%2F%2Fwww.sapien.com%2Fblog%2F2015%2F10%2F07%2Fwmi-explorer-windows8-remote-connection-issues%2F)   (https://www.facebook.com/share.php? u=https%3A%2F%2Fwww.sapien.com%2Fblog%2F2015%2F10%2F07%2Fwmi-explorerwindows-8-remote-connection-issues%2F)   (https://www.linkedin.com/cws/share? url=https%3A%2F%2Fwww.sapien.com%2Fblog%2F2015%2F10%2F07%2Fwmi-explorerwindows-8-remote-connection-issues%2F)   (https://www.stumbleupon.com/submit? https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

9/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

url=https%3A%2F%2Fwww.sapien.com%2Fblog%2F2015%2F10%2F07%2Fwmi-explorer-windows8-remote-connection-issues%2F&title=WMI+Explorer+Windows+8+Remote+Connection+Issues)   (https://digg.com/submit? phase=2&url=https%3A%2F%2Fwww.sapien.com%2Fblog%2F2015%2F10%2F07%2Fwmi-explorer windows-8-remote-connectionissues%2F&title=WMI+Explorer+Windows+8+Remote+Connection+Issues)   (https://reddit.com/submit? url=https%3A%2F%2Fwww.sapien.com%2Fblog%2F2015%2F10%2F07%2Fwmi-explorer-windows8-remote-connection-issues%2F&title=WMI+Explorer+Windows+8+Remote+Connection+Issues)   (https://www.google.com/bookmarks/mark? op=edit&output=popup&bkmk=https%3A%2F%2Fwww.sapien.com%2Fblog%2F2015%2F10%2F07%2Fwmiexplorer-windows-8-remote-connectionissues%2F&title=WMI+Explorer+Windows+8+Remote+Connection+Issues)   Tags: Howto (https://www.sapien.com/blog/tag/howto/), Windows 8 (https://www.sapien.com/blog/tag/windows-8/), Windows 8.1 (https://www.sapien.com/blog/tag/windows-8-1/), Windows PowerShell (https://www.sapien.com/blog/tag/windows-powershell/), wmi (https://www.sapien.com/blog/tag/wmi/), WMI Explorer (https://www.sapien.com/blog/tag/wmiexplorer/) This entry was posted on Wednesday, October 7th, 2015 at 3:15 pm and is 韈�led under General (https://www.sapien.com/blog/topics/general/), Howto (https://www.sapien.com/blog/topics/howto/), WMI Explorer (https://www.sapien.com/blog/topics/wmi-explorer/). You can follow any responses to this entry through the RSS 2.0 (https://www.sapien.com/blog/2015/10/07/wmi-explorer-windows-8-remote-connection-issues/feed/) feed. Both comments and pings are currently closed.

Comments are closed. 3 Replies 0 Comments 3 Tweets 0 Facebook 0 Pingbacks Last reply was October 7, 2015 1. @Je音�Hicks (https://twitter.com/Je音�Hicks) View (https://twitter.com/Je音�Hicks/status/651885093070499840) October 7, 2015 (https://www.sapien.com/blog/2015/10/07/wmi-explorer-windows-8-remote-connectionissues/#comment-20131) New stu音� from the SAPIEN blog: WMI Explorer Windows 8 Remote Connection Issues http://t.co/7FMkM6I3bF (http://t.co/7FMkM6I3bF) (https://twitter.com/TechTrainerTim/status/651885487431491584) 2. @fdibot (https://twitter.com/fdibot) View (https://twitter.com/fdibot/status/651891190606995456) October 7, 2015 (https://www.sapien.com/blog/2015/10/07/wmi-explorer-windows-8-remote-connectionissues/#comment-20132)

https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

10/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

WMI Explorer Windows 8 Remote Connection Issues http://t.co/JQjR8PeqkI (http://t.co/JQjR8PeqkI) #Sapien

 (http://info.sapien.com/index.php?format=feed&type=rss) SAPIEN Information Center (http://info.sapien.com/index.php) Working with SemanticVersion in PowerShell (http://info.sapien.com/index.php/scripting/versioning/working-withsemanticversion-in-powershell) November 3, 2016 Requiring a Version of PowerShell (http://info.sapien.com/index.php/scripting/versioning/requiring-a-version-ofpowershell) November 2, 2016 Setting Parameter Attributes in PowerShell Help (http://info.sapien.com/index.php/scripting/scripting-help/parameter-attributes-inpowershell-help) November 1, 2016

Subscribe to Blog Enter your email address to subscribe to this blog and receive noti韈�cations of new posts by email. Email Address Subscribe

 

Search

Search

 

RSS Feed (https://www.sapien.com/blog/feed/)

Subscribe

Join our mailing list Enter your email address to subscribe to our mailing lists for Monthly Blog Digests, Product Announcements and more (you can choose which you receive once you sign-up!) Email address: Your email address Sign up

Tags

https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

11/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

Tags Books (https://www.sapien.com/blog/tag/books/) Controls (https://www.sapien.com/blog/tag/controls/) iPowerShell Pro

powershell  (https://www.sapien.com/blog/tag/powershell/) PowerShell Studio (https://www.sapien.com/blog/tag/ipowershell-pro/) juneb (https://www.sapien.com/blog/tag/juneb/)

(https://www.sapien.com/blog/tag/powershell-studio/)

PowerShell Studio 2014

(https://www.sapien.com/blog/tag/powershell-studio-2014/) PrimalForms (https://www.sapien.com/blog/tag/primalforms/) PrimalForms 2011

PrimalScript (https://www.sapien.com/blog/tag/primalscript/) SAPIEN (https://www.sapien.com/blog/tag/primalforms-2011/)

(https://www.sapien.com/blog/tag/sapien/) scripting (https://www.sapien.com/blog/tag/scripting/) service release (https://www.sapien.com/blog/tag/service-release/) training (https://www.sapien.com/blog/tag/training/) VBScript (https://www.sapien.com/blog/tag/vbscript/)

Windows PowerShell

(https://www.sapien.com/blog/tag/windows-powershell/) WinForm (https://www.sapien.com/blog/tag/winform/) Winforms (https://www.sapien.com/blog/tag/winforms/) wmi (https://www.sapien.com/blog/tag/wmi/) 2012 (https://www.sapien.com/blog/tag/2012/)

Categories 20,000 feet (https://www.sapien.com/blog/topics/20000-feet/) (69) Ask the Experts (https://www.sapien.com/blog/topics/ask-the-experts/) (31) Automation (https://www.sapien.com/blog/topics/automation/) (1) Back from TechEd (https://www.sapien.com/blog/topics/back-from-teched/) (16) Bash (https://www.sapien.com/blog/topics/bash/) (2) Batch/CMD (https://www.sapien.com/blog/topics/batchcmd/) (23) Beginners (https://www.sapien.com/blog/topics/beginners/) (34) Behavior-Driven Development (BDD) (https://www.sapien.com/blog/topics/behaviordriven-development-bdd/) (3) Best practices (https://www.sapien.com/blog/topics/best-practices/) (15) Beta Testing (https://www.sapien.com/blog/topics/beta-testing/) (2) Books and Training (https://www.sapien.com/blog/topics/books-and-training/) (184) ChangeVue (https://www.sapien.com/blog/topics/software-news/changevuesoftware-news/) (16) Classes in PowerShell 5.0 (https://www.sapien.com/blog/topics/classes-in-powershell5-0/) (7) Community Tools (https://www.sapien.com/blog/topics/software-news/communitytools/) (32) Conference (https://www.sapien.com/blog/topics/conference/) (1) Events (https://www.sapien.com/blog/topics/events/) (72) Exchange Management Shell (https://www.sapien.com/blog/topics/exchangemanagement-shell/) (2) Feature Peek (https://www.sapien.com/blog/topics/feature-peek/) (31) Forum (https://www.sapien.com/blog/topics/forum/) (1) Free Tools (https://www.sapien.com/blog/topics/software-news/free-tools/) (23) Gadgets (https://www.sapien.com/blog/topics/gadgets/) (11) General (https://www.sapien.com/blog/topics/general/) (489) Git (https://www.sapien.com/blog/topics/git/) (2) GitHub (https://www.sapien.com/blog/topics/github/) (2) GUIProgramming (https://www.sapien.com/blog/topics/guiprogramming/) (25) Howto (https://www.sapien.com/blog/topics/howto/) (140) iPowerShell (https://www.sapien.com/blog/topics/software-news/ipowershell/) (37) IT (https://www.sapien.com/blog/topics/it/) (1) MySQL (https://www.sapien.com/blog/topics/mysql/) (2) https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

12/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

Newsletter (https://www.sapien.com/blog/topics/newsletter/) (8) Pester (https://www.sapien.com/blog/topics/pester/) (4) Poll (https://www.sapien.com/blog/topics/poll/) (4) PowerShell (https://www.sapien.com/blog/topics/powershell/) (11)  PowerShell 5.0 (https://www.sapien.com/blog/topics/powershell-5-0/) (19) PowerShell 5.0.10586.122 (https://www.sapien.com/blog/topics/powershellversions/powershell-5-0-10586-122/) (1) PowerShell 5.0.14279.1000 (https://www.sapien.com/blog/topics/powershellversions/powershell-5-0-14279-1000/) (1) PowerShell 5.1.14352.1002 (https://www.sapien.com/blog/topics/powershellversions/powershell-5-1-14352-1002/) (1) PowerShell Blogging Week (https://www.sapien.com/blog/topics/powershellblogging-week/) (1) PowerShell HelpWriter (https://www.sapien.com/blog/topics/powershell-help-writer/) (4) PowerShell HelpWriter (https://www.sapien.com/blog/topics/softwarenews/powershell-helpwriter/) (1) PowerShell Studio (https://www.sapien.com/blog/topics/software-news/powershellstudio/) (105) PowerShell Studio 2012 (https://www.sapien.com/blog/topics/softwarenews/powershell-studio-2012/) (76) PowerShell Versions (https://www.sapien.com/blog/topics/powershell-versions/) (1) PrimalCSV (https://www.sapien.com/blog/topics/software-news/primalcsv/) (4) PrimalForms (https://www.sapien.com/blog/topics/software-news/primalformssoftware-news/) (83) PrimalForms 2011 (https://www.sapien.com/blog/topics/software-news/primalforms2011-software-news/) (74) PrimalPad (https://www.sapien.com/blog/topics/software-news/primalpad-softwarenews/) (15) PrimalScript (https://www.sapien.com/blog/topics/software-news/primalscriptsoftware-news/) (168) PrimalScript Studio (https://www.sapien.com/blog/topics/softwarenews/primalscript-studio/) (6) PrimalScript v.Next (https://www.sapien.com/blog/topics/software-news/sneakpeeks-at-the-next-version-of-primalscript/) (31) PrimalSQL (https://www.sapien.com/blog/topics/primalsql/) (14) PrimalSQL (https://www.sapien.com/blog/topics/software-news/primalsql-softwarenews/) (5) PrimalTools (https://www.sapien.com/blog/topics/software-news/primaltools/) (28) PrimalXML (https://www.sapien.com/blog/topics/software-news/primalxml/) (3) Productivity Pack (https://www.sapien.com/blog/topics/software-news/productivitypack/) (4) PS Version 5.0 (https://www.sapien.com/blog/topics/ps-version-5-0/) (3) Quick Guide (https://www.sapien.com/blog/topics/quick-guide/) (5) Sales and Promotions (https://www.sapien.com/blog/topics/sales-and-promotions/) (3) SAPIEN MVP (https://www.sapien.com/blog/topics/sapien-mvp/) (9) SAPIEN Tour (https://www.sapien.com/blog/topics/sapien-tour/) (12) SAPIEN Update Tool (https://www.sapien.com/blog/topics/software-news/sapienupdate-tool/) (1) Scripting (https://www.sapien.com/blog/topics/scripting/) (7) ScriptMerge (https://www.sapien.com/blog/topics/software-news/scriptmerge/) (1) https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

13/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

Service Build (https://www.sapien.com/blog/topics/service-build/) (65) Software News (https://www.sapien.com/blog/topics/software-news/) (334) Spotlight on Controls (https://www.sapien.com/blog/topics/spotlight-on-controls/) (32)  Survey (https://www.sapien.com/blog/topics/survey/) (1) Test-Driven Development (https://www.sapien.com/blog/topics/test-drivendevelopment/) (4) Testing (https://www.sapien.com/blog/topics/testing/) (3) Tip (https://www.sapien.com/blog/topics/tip/) (11) Trivia (https://www.sapien.com/blog/topics/trivia/) (2) User interface design for administrators (https://www.sapien.com/blog/topics/userinterface-design-for-administrators/) (5) User Reviews (https://www.sapien.com/blog/topics/software-news/user-reviews/) (7) UserGroup (https://www.sapien.com/blog/topics/usergroup/) (7) VBScript (https://www.sapien.com/blog/topics/vbscript/) (121) VBScript Scripts (https://www.sapien.com/blog/topics/vbscript-scripts/) (6) VersionRecall (https://www.sapien.com/blog/topics/software-news/versionrecall/) (19) Versions (https://www.sapien.com/blog/topics/versions/) (1) Videos (https://www.sapien.com/blog/topics/videos/) (5) What's new (https://www.sapien.com/blog/topics/software-news/whats-newsoftware-news/) (66) Windows PowerShell (https://www.sapien.com/blog/topics/windows-powershell/) (692) Windows Scripting News (https://www.sapien.com/blog/topics/windows-scriptingnews/) (71) WMI Explorer (https://www.sapien.com/blog/topics/wmi-explorer/) (13) Women in PowerShell (https://www.sapien.com/blog/topics/women-in-powershell/) (4)

Archives Select Month

BlogRoll PowerScripting Podcast (http://powerscripting.wordpress.com/) Windows PowerShell Team (http://blogs.msdn.com/powershell)

PowerShell Links Prof. PowerShell (http://mcpmag.com/articles/list/prof-powershell.aspx) Scripting with Windows PowerShell (http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx) Windows Administration in RealTime (http://www.realtimepublishers.com/category? categories=15) Windows PowerShell 2.0 CTP (http://www.microsoft.com/technet/scriptcenter/topics/winpsh/pshell2.mspx)

Information About us (https://www.sapien.com/blog/about/)

Dashboard

https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

14/15

11/7/2016

SAPIEN Technologies » Blog Archive » WMI Explorer Windows 8 Remote Connection Issues

Dashboard Log in (https://www.sapien.com/blog/wp-login.php) Entries RSS (Really Simple Syndication) (https://www.sapien.com/blog/feed/) Comments RSS (Really Simple Syndication) (https://www.sapien.com/blog/comments/feed/) WordPress.org (https://wordpress.org/)



(https://plus.google.com/+SAPIENTech/posts) (https://www.facebook.com/SAPIENTech) (https://www.linkedin.com/company/sapientechnologies-inc.) (http://www.twitter.com/SAPIENTech) (https://www.youtube.com/c/SAPIENTech) © Copyright 2016 Sapien Technologies, Inc.

https://www.sapien.com/blog/2015/10/07/wmi­explorer­windows­8­remote­connection­issues/

15/15