<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hey, Scripting Guy! How Can I List All User Profiles on a Remote Computer?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2009/12/01/hey-scripting-guy-december-1-2009.aspx</link><description>Hey, Scripting Guy! I am trying to administer a remote computer using Windows PowerShell 2.0, and I need to find out what profiles are stored on that computer. I found an old VBScript that reads the registry, but it looks like it will be a lot of work</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Hey, Scripting Guy! How Can I List All User Profiles on a Remote Computer?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2009/12/01/hey-scripting-guy-december-1-2009.aspx#3446902</link><pubDate>Sat, 13 Aug 2011 22:41:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3446902</guid><dc:creator>JonDoe321</dc:creator><description>&lt;p&gt;I tried this but got this error&lt;/p&gt;
&lt;p&gt;Get-WmiObject : Invalid class&lt;/p&gt;
&lt;p&gt;At line:1 char:14&lt;/p&gt;
&lt;p&gt;+ Get-WmiObject &amp;lt;&amp;lt;&amp;lt;&amp;lt; &amp;nbsp;-Class win32_userprofile -ComputerName citrix3a | ft sid, localpath -a&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ CategoryInfo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: InvalidOperation: (:) [Get-WmiObject], ManagementException&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.GetWmiObjectCommand&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3446902" width="1" height="1"&gt;</description></item></channel></rss>