<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Pscx Work Item Rss Feed</title><link>http://www.codeplex.com/WorkItem/List.aspx?ProjectName=PowerShellCX</link><description>Pscx Work Item Rss Description</description><item><title>Closed Issue: Write-Zip -Append does not support -FlattenPaths [17794]</title><link>http://pscx.codeplex.com/workitem/17794</link><description>write-zip -append should have parity with archives created with plain write-zip. if not, it would be difficult to freshen files that have been flattened.&lt;br /&gt;</description><author>oisin</author><pubDate>Thu, 16 May 2013 11:57:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: Write-Zip -Append does not support -FlattenPaths [17794] 20130516115757A</guid></item><item><title>Closed Issue: Read-Archive fails on bz2 file [26955]</title><link>http://pscx.codeplex.com/workitem/26955</link><description>archive contains one large file - fails as below&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;Read-Archive -Verbose -Path .&amp;#92;planet-100414.osm.bz2&lt;br /&gt;VERBOSE&amp;#58; 1 item&amp;#40;s&amp;#41; in archive.&lt;br /&gt;Read-Archive &amp;#58; Error reading index 0&lt;br /&gt;At line&amp;#58;1 char&amp;#58;13&lt;br /&gt;&amp;#43; Read-Archive &amp;#60;&amp;#60;&amp;#60;&amp;#60;  -Verbose -Path .&amp;#92;planet-100414.osm.bz2&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; ReadError&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;Read-Archive&amp;#93;, ArgumentException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; ArchiveReadFail,Pscx.Commands.IO.Compression.ReadArchiveCommand&lt;br /&gt;&amp;#160;&lt;br /&gt;downloaded file planet-100414.osm.bz2and ran md5 check from  http&amp;#58;&amp;#47;&amp;#47;planet.openstreetmap.org&amp;#47;&lt;br /&gt;&amp;#160;&lt;br /&gt;thread on http&amp;#58;&amp;#47;&amp;#47;pscx.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;67087&lt;br /&gt;</description><author>oisin</author><pubDate>Thu, 16 May 2013 11:57:49 GMT</pubDate><guid isPermaLink="false">Closed Issue: Read-Archive fails on bz2 file [26955] 20130516115749A</guid></item><item><title>Closed Issue: write-zip bug: -flattenpaths has no effect when used with -append [27848]</title><link>http://pscx.codeplex.com/workitem/27848</link><description>Hi,&lt;br /&gt;&amp;#160;&lt;br /&gt;I&amp;#39;m trying to use the write-zip cmdlet and find the following odd behavior&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;When I use the -append switch, files get added with path information, even when specifying the -FlattenPaths switch....&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;write-zip &amp;#36;files &amp;#36;outputFile -level 9 -FlattenPaths -append&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;Anybody come across this, or even better, found a work around&amp;#63;&lt;br /&gt;&amp;#160;&lt;br /&gt;Cheers&amp;#33;&lt;br /&gt;</description><author>oisin</author><pubDate>Thu, 16 May 2013 11:57:49 GMT</pubDate><guid isPermaLink="false">Closed Issue: write-zip bug: -flattenpaths has no effect when used with -append [27848] 20130516115749A</guid></item><item><title>Closed Issue: -EntryPath switch of Expand-Archive is non-functional [28313]</title><link>http://pscx.codeplex.com/workitem/28313</link><description>Steps to reproduce&amp;#58; Run the following script&amp;#58;&lt;br /&gt;&amp;#34;hello world&amp;#34; &amp;#124; sc a.txt&lt;br /&gt;Write-Zip -Path a.txt -OutputPath a.zip&lt;br /&gt;Expand-Archive -path a.zip -OutputPath . -EntryPath a.txt&lt;br /&gt;&amp;#160;&lt;br /&gt;Expected Behaviour&amp;#58; a.txt file is extracted from a.zip archive into the current path.&lt;br /&gt;&amp;#160;&lt;br /&gt;Observed behaviour&amp;#58; Error message is displayed&amp;#58;&lt;br /&gt;Expand-Archive &amp;#58; Object reference not set to an instance of an object.&lt;br /&gt;At line&amp;#58;1 char&amp;#58;15&lt;br /&gt;&amp;#43; Expand-Archive &amp;#60;&amp;#60;&amp;#60;&amp;#60;  -path a.zip -OutputPath . -EntryPath &amp;#64;&amp;#40;&amp;#34;a.txt&amp;#34;&amp;#41;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;Expand-Archive&amp;#93;, NullReferenceException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; System.NullReferenceException,Pscx.Commands.IO.Compression.ExpandArchiveCommand&lt;br /&gt;&amp;#160;&lt;br /&gt;Additional information&amp;#58; The stack trace is like this&amp;#58;&lt;br /&gt;at Pscx.Commands.IO.Compression.ExpandArchiveCommand.ProcessArchive&amp;#40;FileInfo fileInfo&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Keith&amp;#92;Pscx&amp;#92;Trunk&amp;#92;Src&amp;#92;Pscx&amp;#92;Commands&amp;#92;IO&amp;#92;Compression&amp;#92;ExpandArchiveCommand.cs&amp;#58;line 175&lt;br /&gt;at Pscx.Commands.PscxPathCommandBase.ProcessRecord&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Keith&amp;#92;Pscx&amp;#92;Trunk&amp;#92;Src&amp;#92;Pscx.Core&amp;#92;Commands&amp;#92;PscxPathCommandBase.cs&amp;#58;line 127&lt;br /&gt;at System.Management.Automation.CommandProcessor.ProcessRecord&amp;#40;&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;Examination of the source code hints that EntryPath switch value is never used during the extraction process.&lt;br /&gt;&amp;#160;&lt;br /&gt;Workaround&amp;#58; Use -Index switch instead of -EntryPath switch&lt;br /&gt;</description><author>oisin</author><pubDate>Thu, 16 May 2013 11:57:48 GMT</pubDate><guid isPermaLink="false">Closed Issue: -EntryPath switch of Expand-Archive is non-functional [28313] 20130516115748A</guid></item><item><title>Closed Issue: Large Write-zip files cannot be extracted with 7zip 9.20 [32514]</title><link>http://pscx.codeplex.com/workitem/32514</link><description>The Write-Zip cmdlet appears to write zip files okay, but on large files &amp;#40;typical zip is 800MB or more&amp;#41;, the files cannot be extracted when using later version of 7zip &amp;#40;e.g. 9.20, 9.22 etc&amp;#41;, which gives an error &amp;#34;Unsupported compression method&amp;#34;. I suspect this is because pscx is using quite an old version of the 7zip.dll files &amp;#40;v4.65&amp;#41;, but simply replacing those DLLs in the pscx module folder has not resolved the issue &amp;#40;are the 7zip dlls embedded into the pscx dlls&amp;#63;&amp;#41;.&lt;br /&gt;</description><author>oisin</author><pubDate>Thu, 16 May 2013 11:57:45 GMT</pubDate><guid isPermaLink="false">Closed Issue: Large Write-zip files cannot be extracted with 7zip 9.20 [32514] 20130516115745A</guid></item><item><title>Closed Issue: Expand-Archive fails with TAR file format [32847]</title><link>http://pscx.codeplex.com/workitem/32847</link><description>The Expand-Archive cmdlet fails to extract the Tape Archive &amp;#40;TAR&amp;#41; file format.&lt;br /&gt;&amp;#160;&lt;br /&gt;Steps to reproduce&amp;#58;&lt;br /&gt;1. Create TAR of image files &amp;#40;or any files of your choice&amp;#41;&amp;#58;&lt;br /&gt;Get-ChildItem &amp;#42;.img &amp;#124; Write-Tar -output archive.tar&lt;br /&gt;2. Extract file&amp;#58;&lt;br /&gt;Expand-Archive -Path archive.tar -Format Tar&lt;br /&gt;&amp;#160;&lt;br /&gt;Notes&amp;#58;&lt;br /&gt;- No issues with Zip archive format using Expand-Archive cmdlet&lt;br /&gt;- According to Expand-Archive documentation, the supported formats are&amp;#58;&lt;br /&gt;SevenZip, Arj, BZip2, Cab, Chm, Compound, Cpio, Deb, GZip, Iso, Lzh, Lzma, Nsis, Rar, Rpm, Split, Tar, Wim, Z, Zip&lt;br /&gt;</description><author>kevinsmotherman</author><pubDate>Thu, 16 May 2013 11:57:45 GMT</pubDate><guid isPermaLink="false">Closed Issue: Expand-Archive fails with TAR file format [32847] 20130516115745A</guid></item><item><title>Closed Issue: Pscx 2.1 beta on PowerShell 3 -- errors [32948]</title><link>http://pscx.codeplex.com/workitem/32948</link><description>Method invocation failed because &amp;#91;System.Management.Automation.TypeAccelerators&amp;#93; doesn&amp;#39;t contain a method named&lt;br /&gt;&amp;#39;AddReplace&amp;#39;.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;rogerl&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;Modules&amp;#92;pscx&amp;#92;Modules&amp;#92;Wmi&amp;#92;Pscx.Wmi.psm1&amp;#58;17 char&amp;#58;9&lt;br /&gt;&amp;#43;         &amp;#36;acceleratorsType&amp;#58;&amp;#58;AddReplace&amp;#40;&amp;#36;name, &amp;#36;type&amp;#41;&lt;br /&gt;&amp;#43;         &amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, ParentContainsErrorRecordException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; MethodNotFound&lt;br /&gt;&amp;#160;&lt;br /&gt;Import-Module &amp;#58; The specified module&lt;br /&gt;&amp;#39;C&amp;#58;&amp;#92;Users&amp;#92;rogerl&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;Modules&amp;#92;pscx&amp;#92;Modules&amp;#92;Wmi&amp;#92;Pscx.Wmi.psm1&amp;#39; was not loaded because no valid&lt;br /&gt;module file was found in any module directory.&lt;br /&gt;At C&amp;#58;&amp;#92;Users&amp;#92;rogerl&amp;#92;Documents&amp;#92;WindowsPowerShell&amp;#92;Modules&amp;#92;pscx&amp;#92;Pscx.psm1&amp;#58;197 char&amp;#58;4&lt;br /&gt;&amp;#43;             Import-Module &amp;#36;path -DisableNameChecking&lt;br /&gt;&amp;#43;             &amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; ResourceUnavailable&amp;#58; &amp;#40;C&amp;#58;&amp;#92;Users&amp;#92;rogerl...i&amp;#92;Pscx.Wmi.psm1&amp;#58;String&amp;#41; &amp;#91;Import-Module&amp;#93;, FileNot&lt;br /&gt;   FoundException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand&lt;br /&gt;</description><author>r_keith_hill</author><pubDate>Thu, 16 May 2013 11:57:44 GMT</pubDate><guid isPermaLink="false">Closed Issue: Pscx 2.1 beta on PowerShell 3 -- errors [32948] 20130516115744A</guid></item><item><title>Closed Issue: PowerShell 3.0 RC [32949]</title><link>http://pscx.codeplex.com/workitem/32949</link><description>Pscx modul WMI failed to load with error &amp;#34;Property &amp;#39;Get&amp;#39; not available for this object&amp;#39;&lt;br /&gt;Error is in Pscx&amp;#92;Modules&amp;#92;Wmi&amp;#92;Pscx.Wmi.psm1&amp;#58;8 Char&amp;#58;6&amp;#58; &amp;#9;if &amp;#40;&amp;#33;&amp;#36;acceleratorsType&amp;#58;&amp;#58;Get.ContainsKey&amp;#40;&amp;#36;name&amp;#41;&amp;#41;&lt;br /&gt;See also &amp;#58; http&amp;#58;&amp;#47;&amp;#47;connect.microsoft.com&amp;#47;PowerShell&amp;#47;feedback&amp;#47;details&amp;#47;721443&amp;#47;system-management-automation-typeaccelerators-broken-in-v3-ctp2&lt;br /&gt;</description><author>r_keith_hill</author><pubDate>Thu, 16 May 2013 11:57:44 GMT</pubDate><guid isPermaLink="false">Closed Issue: PowerShell 3.0 RC [32949] 20130516115744A</guid></item><item><title>Closed Issue: Invoke-Elevated / su error [33094]</title><link>http://pscx.codeplex.com/workitem/33094</link><description>When I run an Invoke-Elevated command the resultant elevated PS window reports an error which implies that the command line has been repeated without the initial letter.&lt;br /&gt;&amp;#160;&lt;br /&gt;e.g.&amp;#58;&lt;br /&gt;Invoke-Elevated Get-ChildItem&lt;br /&gt;&amp;#160;&lt;br /&gt;reoprts&lt;br /&gt;&amp;#160;&lt;br /&gt;nvoke-elevated &amp;#58; The term &amp;#39;nvoke-elevated&amp;#39; is not recognized as the name of a&lt;br /&gt;cmdlet, function, script file, or operable program. Check the spelling of the&lt;br /&gt;name, or if a path was included, verify that the path is correct and try again.&lt;br /&gt;At line&amp;#58;1 char&amp;#58;143&lt;br /&gt;&amp;#43; ... .ProviderPath&amp;#59; nvoke-elevated Get-ChildItem&amp;#125;&lt;br /&gt;&amp;#43;                    &amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; ObjectNotFound&amp;#58; &amp;#40;nvoke-elevated&amp;#58;String&amp;#41; &amp;#91;&amp;#93;, Comm&lt;br /&gt;   andNotFoundException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; CommandNotFoundException&lt;br /&gt;</description><author>r_keith_hill</author><pubDate>Thu, 16 May 2013 11:57:44 GMT</pubDate><guid isPermaLink="false">Closed Issue: Invoke-Elevated / su error [33094] 20130516115744A</guid></item><item><title>Closed Issue: Property 'Get' cannot be found on this object. Make sure that it exists. [33100]</title><link>http://pscx.codeplex.com/workitem/33100</link><description>Property &amp;#39;Get&amp;#39; cannot be found on this object. Make sure that it exists.&lt;br /&gt;At C&amp;#58;&amp;#92;Windows&amp;#92;system32&amp;#92;WindowsPowerShell&amp;#92;v1.0&amp;#92;Modules&amp;#92;Pscx&amp;#92;Modules&amp;#92;Wmi&amp;#92;Pscx.Wmi.psm1&amp;#58;8 char&amp;#58;6&lt;br /&gt;&amp;#43;     if &amp;#40;&amp;#33;&amp;#36;acceleratorsType&amp;#58;&amp;#58;Get.ContainsKey&amp;#40;&amp;#36;name&amp;#41;&amp;#41;&lt;br /&gt;&amp;#43;         &amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, ParentContainsErrorRecordException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyNotFoundStrict&lt;br /&gt;&amp;#160;&lt;br /&gt;Import-Module &amp;#58; The specified module &amp;#39;C&amp;#58;&amp;#92;Windows&amp;#92;system32&amp;#92;WindowsPowerShell&amp;#92;v1.0&amp;#92;Modules&amp;#92;Pscx&amp;#92;Modules&amp;#92;Wmi&amp;#92;Pscx.Wmi.psm1&lt;br /&gt;&amp;#39; was not loaded because no valid module file was found in any module directory.&lt;br /&gt;At C&amp;#58;&amp;#92;Windows&amp;#92;system32&amp;#92;WindowsPowerShell&amp;#92;v1.0&amp;#92;Modules&amp;#92;Pscx&amp;#92;Pscx.psm1&amp;#58;197 char&amp;#58;4&lt;br /&gt;&amp;#43;             Import-Module &amp;#36;path -DisableNameChecking&lt;br /&gt;&amp;#43;             &amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; ResourceUnavailable&amp;#58; &amp;#40;C&amp;#58;&amp;#92;Windows&amp;#92;syst...i&amp;#92;Pscx.Wmi.psm1&amp;#58;String&amp;#41; &amp;#91;Import-Module&amp;#93;, FileNot&lt;br /&gt;   FoundException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand&lt;br /&gt;</description><author>r_keith_hill</author><pubDate>Thu, 16 May 2013 11:57:43 GMT</pubDate><guid isPermaLink="false">Closed Issue: Property 'Get' cannot be found on this object. Make sure that it exists. [33100] 20130516115743A</guid></item><item><title>Closed Issue: Importing Pscx breaks help [33486]</title><link>http://pscx.codeplex.com/workitem/33486</link><description>After importing PSCX then get-help is broken for any topic. e.g.PS M&amp;#58;&amp;#92;&amp;#62; get-help about_CommonParameters...SEE ALSO    about_Preference_Variables    Write-Debug    Write-Warning    Write-Error    Write-VerbosePS M&amp;#58;&amp;#92;&amp;#62; import-module pscxPS M&amp;#58;&amp;#92;&amp;#62; get-help about_CommonParametersProperty &amp;#39;HelpUri&amp;#39; cannot be found for type &amp;#39;System.Management.Automation.CmdletBindingAttribute&amp;#39;.At C&amp;#58;&amp;#92;windows&amp;#92;system32&amp;#92;WindowsPowerShell&amp;#92;v1.0&amp;#92;Modules&amp;#92;pscx&amp;#92;Modules&amp;#92;GetHelp&amp;#92;Pscx.GetHelp.psm1&amp;#58;407 char&amp;#58;19&amp;#43;     &amp;#91;CmdletBinding &amp;#60;&amp;#60;&amp;#60;&amp;#60; &amp;#40;DefaultParameterSetName&amp;#61;&amp;#39;AllUsersView&amp;#39;, HelpUri&amp;#61;&amp;#39;http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkID&amp;#61;113316&amp;#39;&amp;#41;&amp;#93;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentExceptionNote, This is for the 2.1 Production release of PSCX and occurs on both Win7 Desktop and Win2008 virtual server.&lt;br /&gt;</description><author>r_keith_hill</author><pubDate>Thu, 16 May 2013 11:57:42 GMT</pubDate><guid isPermaLink="false">Closed Issue: Importing Pscx breaks help [33486] 20130516115742A</guid></item><item><title>Created Issue: Paths with Spaces when using Invoke-Elevated [34019]</title><link>http://pscx.codeplex.com/workitem/34019</link><description>Hi there,&lt;br /&gt;&lt;br /&gt;When I use Invoke-Elevated &amp;#40;from PSCX 2.1.1&amp;#41; like this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;su dir &amp;#39;C&amp;#58;&amp;#92;Program Files&amp;#39;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;The launched process gives the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;Get-ChildItem &amp;#58; Cannot find path &amp;#39;C&amp;#58;&amp;#92;Program&amp;#39; because it does not exist.&lt;br /&gt;At line&amp;#58;1 char&amp;#58;37&lt;br /&gt;&amp;#43; &amp;#38; &amp;#123;Set-Location &amp;#39;C&amp;#58;&amp;#92;Users&amp;#92;xxxx&amp;#39;&amp;#59; dir &amp;#60;&amp;#60;&amp;#60;&amp;#60;  C&amp;#58;&amp;#92;Program Files&amp;#125;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; ObjectNotFound&amp;#58; &amp;#40;C&amp;#58;&amp;#92;Program&amp;#58;String&amp;#41; &amp;#91;Get-ChildItem&amp;#93;, ItemNotFoundException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;It would be great if Invoke-Elevated could support paths with spaces.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description><author>alzadude</author><pubDate>Tue, 30 Apr 2013 13:14:45 GMT</pubDate><guid isPermaLink="false">Created Issue: Paths with Spaces when using Invoke-Elevated [34019] 20130430011445P</guid></item><item><title>Created Issue: Working Directory when using Invoke-Elevated [34018]</title><link>http://pscx.codeplex.com/workitem/34018</link><description>Hi there,&lt;br /&gt;&lt;br /&gt;When I use Invoke-Elevated like this&amp;#58;&lt;br /&gt;&lt;br /&gt;su dir&lt;br /&gt;&lt;br /&gt;The launched process &amp;#40;correctly&amp;#63;&amp;#41; re-uses my current working directory.&lt;br /&gt;&lt;br /&gt;However, if I create a simple bat file &amp;#39;show_dir.bat&amp;#39; containing the command &amp;#39;dir&amp;#39;, and place this bat file on the system path, and use Invoke-Elevated on it&amp;#58;&lt;br /&gt;&lt;br /&gt;su show_dir.bat&lt;br /&gt;&lt;br /&gt;The launched process doesn&amp;#39;t seem to use my current working directory&amp;#59; instead, the directory listing is for &amp;#39;C&amp;#58;&amp;#92;Windows&amp;#92;system32&amp;#39;. &amp;#40;As an aside, the window for the launched process doesn&amp;#39;t stay open, unlike the behaviour for &amp;#39;su dir&amp;#39;&amp;#41; &lt;br /&gt;&lt;br /&gt;I can work around this issue &amp;#40;and the window not staying open&amp;#41; by using the following command, instead of Invoke-Elevated&amp;#58;&lt;br /&gt;&lt;br /&gt;Start-Process powershell -Verb RunAs -ArgumentList &amp;#34;-noexit&amp;#34;,&amp;#34;-command set-location &amp;#36;pwd&amp;#59; show_dir.bat&amp;#34;&lt;br /&gt;&lt;br /&gt;However, it would be great if Invoke-Elevated could support this case directly.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description><author>alzadude</author><pubDate>Tue, 30 Apr 2013 09:07:58 GMT</pubDate><guid isPermaLink="false">Created Issue: Working Directory when using Invoke-Elevated [34018] 20130430090758A</guid></item><item><title>Commented Issue: Import-Module extremely slow in 32-bit window on x64 system [27246]</title><link>http://pscx.codeplex.com/workitem/27246</link><description>The command &amp;#34;Import-Module pscx&amp;#34; takes an extremely long time in a 32-bit window on a 64-bit computer.  This problem exists on all computers available for me to test, running Windows 2008 R2, Windows 2008, and Windows Vista.&lt;br /&gt;&amp;#160;&lt;br /&gt;I have tried, using pscx.UserPreferences.ps1, to limit the number of modules imported.  With the default values in that file, load time is about 110 seconds. The Net, DirectoryServices, and FileSystem modules each use 20-30 seconds of that time, but most troubling is that with ALL the modules set to false the import time is still about 20 seconds.&lt;br /&gt;&amp;#160;&lt;br /&gt;Remove-module takes about 10-30 seconds longer than import-module.&lt;br /&gt;&amp;#160;&lt;br /&gt;NOTE&amp;#58;  Import-module with all default modules takes only a few seconds in a 64-bit Powershell window, on all the same machines and operating systems.  Remove-module is likewise quite fast in a 64-bit window.&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;Why the big difference between 64bit and 32bit on the same machine&amp;#63;  Is there anything that can be done to resolve this&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: schallm ** &lt;p&gt;I noticed that this is a fairly old work item... Hoping that someone has a solution...&lt;/p&gt;&lt;p&gt;I am seeing this slow down on a Windows 2008 R2 64bit machine with PowerShell 3.0 and Pscx 3.0 installed that is a TS server.  My dev machine Windows 7 64bit machine with PowerShell 3.0 and Pscx 3.0 installed loads in ~2 seconds.&lt;/p&gt;&lt;p&gt;Any pointers would be great.&lt;br&gt;&lt;/p&gt;</description><author>schallm</author><pubDate>Tue, 02 Apr 2013 17:49:47 GMT</pubDate><guid isPermaLink="false">Commented Issue: Import-Module extremely slow in 32-bit window on x64 system [27246] 20130402054947P</guid></item><item><title>Created Issue: Write-Zip overwriting zip files when -WhatIf is specified. [33670]</title><link>http://pscx.codeplex.com/workitem/33670</link><description>When using the -whatif parameter with write-zip, if there is an existing archive with the same name it is overwritten.  I&amp;#39;ve included a brief transcript.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m running PSCX 2.1.1 under PowerShell 3.0 on Server 2008 R2.&lt;br /&gt;</description><author>zaf0</author><pubDate>Wed, 16 Jan 2013 20:22:04 GMT</pubDate><guid isPermaLink="false">Created Issue: Write-Zip overwriting zip files when -WhatIf is specified. [33670] 20130116082204P</guid></item><item><title>Commented Issue: get-filetail does not work with files being used [32689]</title><link>http://pscx.codeplex.com/workitem/32689</link><description>&amp;#60;p&amp;#62;Hello,&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;One of the most important uses for system administration of the get-filetail command is to monitor log files, like the Windows Update log file. But this does not work&amp;#58;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;PS C&amp;#58;&amp;#92;Windows&amp;#92;System32&amp;#38;gt&amp;#59; tail -wait -count 10 C&amp;#58;&amp;#92;Windows&amp;#92;System32&amp;#92;LogFiles&amp;#92;Firewa&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;ll&amp;#92;pfirewall.log&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Get-FileTail &amp;#58; The process cannot access &amp;#39;C&amp;#58;&amp;#92;Windows&amp;#92;System&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;32&amp;#92;LogFiles&amp;#92;Firewall&amp;#92;pfirewall.log&amp;#39; because it is being used by another process&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Line&amp;#58; 1 Character&amp;#58; 5&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#43; tail &amp;#38;lt&amp;#59;&amp;#38;lt&amp;#59;&amp;#38;lt&amp;#59;&amp;#38;lt&amp;#59;  -wait -count 10 C&amp;#58;&amp;#92;Windows&amp;#92;System32&amp;#92;LogFiles&amp;#92;Firewall&amp;#92;pfirewall.lo&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;g&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;Get-FileTail&amp;#93;, IOException&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;    &amp;#43; FullyQualifiedErrorId &amp;#58; System.IO.IOException,Pscx.Commands.IO.GetFileTa&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;   ilCommand&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#40;Note&amp;#58; actual messages in Spanish, translated by hand by me, for helping you&amp;#41;.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;In the source code of the file  GetFileTailCommand.cs, we see&amp;#58;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;var stream &amp;#61; new FileStream&amp;#40;filePath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite&amp;#41;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;The share mode is restricting access to files being concurrently written.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: KeithF ** &lt;p&gt;I've experienced the same problem and fiddled with the source code a bit. What I discovered is that the other process generating the logs is requesting DELETE access on the log file, which get-filetail is denying.&lt;/p&gt;&lt;p&gt;If the line mentioned above: &lt;br&gt;  var stream = new FileStream(filePath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)&lt;/p&gt;&lt;p&gt;is altered so that we have FileShare.ReadWrite | FileShare.Delete, it then works correctly.&lt;/p&gt;&lt;p&gt;I haven't tested how get-filetail will behave if a log file being is deleted while being monitored&lt;/p&gt;</description><author>KeithF</author><pubDate>Thu, 10 Jan 2013 22:57:53 GMT</pubDate><guid isPermaLink="false">Commented Issue: get-filetail does not work with files being used [32689] 20130110105753P</guid></item><item><title>Created Issue: Import-Module gives errors after calling Test-ModuleManifest [33639]</title><link>http://pscx.codeplex.com/workitem/33639</link><description>I call Test-ModuleManifest, passing in the full path to the pscx.psd1 file&amp;#58;&lt;br /&gt;&lt;br /&gt;Test-ModuleManifest &amp;#39;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;PowerShell Community Extensions&amp;#92;Pscx3&amp;#92;Pscx&amp;#92;Pscx.psd1&amp;#39;&lt;br /&gt;&lt;br /&gt;Then I call&amp;#58;&lt;br /&gt;Import-Module pscx&lt;br /&gt;&lt;br /&gt;and the following errors are output&amp;#58;&lt;br /&gt;&lt;br /&gt;Property &amp;#39;ModulesToImport&amp;#39; cannot be found on this object. Make sure that it exists.&lt;br /&gt;At C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;PowerShell Community Extensions&amp;#92;Pscx3&amp;#92;pscx&amp;#92;pscx.psm1&amp;#58;141 char&amp;#58;11&lt;br /&gt;&amp;#43; &amp;#36;keys &amp;#61; &amp;#64;&amp;#40;&amp;#36;Pscx&amp;#58;Preferences.ModulesToImport.Keys&amp;#41;&lt;br /&gt;&amp;#43;           &amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, PropertyNotFoundException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyNotFoundStrict&lt;br /&gt;&lt;br /&gt;Property &amp;#39;ShowModuleLoadDetails&amp;#39; cannot be found on this object. Make sure that it exists.&lt;br /&gt;At C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;PowerShell Community Extensions&amp;#92;Pscx3&amp;#92;pscx&amp;#92;pscx.psm1&amp;#58;142 char&amp;#58;5&lt;br /&gt;&amp;#43; if &amp;#40;&amp;#36;Pscx&amp;#58;Preferences.ShowModuleLoadDetails&amp;#41;&lt;br /&gt;&amp;#43;     &amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, PropertyNotFoundException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyNotFoundStrict&lt;br /&gt;&lt;br /&gt;Property &amp;#39;ShowModuleLoadDetails&amp;#39; cannot be found on this object. Make sure that it exists.&lt;br /&gt;At C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;PowerShell Community Extensions&amp;#92;Pscx3&amp;#92;pscx&amp;#92;pscx.psm1&amp;#58;227 char&amp;#58;5&lt;br /&gt;&amp;#43; if &amp;#40;&amp;#36;Pscx&amp;#58;Preferences.ShowModuleLoadDetails&amp;#41;&lt;br /&gt;&amp;#43;     &amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, PropertyNotFoundException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyNotFoundStrict&lt;br /&gt;</description><author>matty2013</author><pubDate>Thu, 03 Jan 2013 22:17:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Import-Module gives errors after calling Test-ModuleManifest [33639] 20130103101729P</guid></item><item><title>Commented Feature: ConvertTo-Metric [23611]</title><link>http://pscx.codeplex.com/workitem/23611</link><description>&amp;#60;p&amp;#62;Implement a command to convert various U.S. units to metric. The first iteration will implement Length, Energy, Pressure and Mass structures. They will automatically choose the best SI unit multiple in ToString&amp;#40;&amp;#41;.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Any thoughts&amp;#63;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#35; ConvertTo-Metric &amp;#91;-Value&amp;#93; 1080 &amp;#91;-Unit&amp;#93; feet&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;329,184 m&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#35; ConvertTo-Metric .452 in&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;11,480 mm&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#35; ConvertTo-Metric 518 ftlb&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;702,313 kJ&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#35; ConvertTo-Metric 21000 psi&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;144,789 MPa&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#35; ConvertTo-Metric 200 gr&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;12,959 g&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#35; ConvertTo-Metric 2.9 lb&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;1,315 kg&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: aaron_s ** &lt;p&gt;I like the cmdlet, but I think the types (length, mass, etc) should have a value property that returns a numeric value in SI units. That would allow me to use the length in calculations, write it to database etc.&lt;br&gt;eg&lt;br&gt;(ConvertTo-Metric 1 -Unit inch) * 5&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>aaron_s</author><pubDate>Sat, 22 Dec 2012 00:39:42 GMT</pubDate><guid isPermaLink="false">Commented Feature: ConvertTo-Metric [23611] 20121222123942A</guid></item><item><title>Commented Issue: Importing Pscx breaks help [33486]</title><link>http://pscx.codeplex.com/workitem/33486</link><description>After importing PSCX then get-help is broken for any topic. e.g.&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;PS M&amp;#58;&amp;#92;&amp;#38;gt&amp;#59; get-help about_CommonParameters&amp;#60;br&amp;#62;...&amp;#60;br&amp;#62;SEE ALSO&amp;#60;br&amp;#62;    about_Preference_Variables&amp;#60;br&amp;#62;    Write-Debug&amp;#60;br&amp;#62;    Write-Warning&amp;#60;br&amp;#62;    Write-Error&amp;#60;br&amp;#62;    Write-Verbose&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;PS M&amp;#58;&amp;#92;&amp;#38;gt&amp;#59; import-module pscx&amp;#60;br&amp;#62;PS M&amp;#58;&amp;#92;&amp;#38;gt&amp;#59; get-help about_CommonParameters&amp;#60;br&amp;#62;Property &amp;#39;HelpUri&amp;#39; cannot be found for type &amp;#39;System.Management.Automation.CmdletBindingAttribute&amp;#39;.&amp;#60;br&amp;#62;At C&amp;#58;&amp;#92;windows&amp;#92;system32&amp;#92;WindowsPowerShell&amp;#92;v1.0&amp;#92;Modules&amp;#92;pscx&amp;#92;Modules&amp;#92;GetHelp&amp;#92;Pscx.GetHelp.psm1&amp;#58;407 char&amp;#58;19&amp;#60;br&amp;#62;&amp;#43;     &amp;#91;CmdletBinding &amp;#38;lt&amp;#59;&amp;#38;lt&amp;#59;&amp;#38;lt&amp;#59;&amp;#38;lt&amp;#59; &amp;#40;DefaultParameterSetName&amp;#61;&amp;#39;AllUsersView&amp;#39;, HelpUri&amp;#61;&amp;#39;http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkID&amp;#61;1133&amp;#60;br&amp;#62;16&amp;#39;&amp;#41;&amp;#93;&amp;#60;br&amp;#62;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;&amp;#93;, RuntimeException&amp;#60;br&amp;#62;    &amp;#43; FullyQualifiedErrorId &amp;#58; PropertyAssignmentException&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;Note, This is for the 2.1 Production release of PSCX and occurs on both Win7 Desktop and Win2008 virtual server.&lt;br /&gt;Comments: ** Comment from web user: r_keith_hill ** &lt;p&gt;This is a duplicate of 33314 which has been fixed and will be made available in the next few weeks.&lt;br&gt;http://pscx.codeplex.com/workitem/33314 &lt;/p&gt;</description><author>r_keith_hill</author><pubDate>Sun, 16 Dec 2012 01:00:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: Importing Pscx breaks help [33486] 20121216010045A</guid></item><item><title>Commented Issue: 'less' clears the screen on exit [32522]</title><link>http://pscx.codeplex.com/workitem/32522</link><description>&amp;#60;p&amp;#62;The less utility clears the screen when I exit. This makes it really hard to see options when using &amp;#38;&amp;#35;39&amp;#59;help&amp;#38;&amp;#35;39&amp;#59;, as the text disappears as soon as I quit help&amp;#33;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;I tried various flags &amp;#40;--no-init, --dumb, --clear-screen&amp;#41; and none helped.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;I am using the default console window that starts when you run powershell.exe. Windows 7 64-bit. &amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Easy to reproduce, just type &amp;#38;quot&amp;#59;help help&amp;#38;quot&amp;#59;, then &amp;#38;quot&amp;#59;q&amp;#38;quot&amp;#59; to exit. All the help disappears and your prompt returns. I would rather the text stayed in the window.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;For now, I am setting the preference PageHelpUsingLess to false.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Can anyone else reproduce&amp;#63;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: slumos ** &lt;p&gt;This must have something to do with the way that the bundled less was compiled.  The --no-init switch is the usual way to prevent clearing the screen on Unix.  The bundled less accepts this option ($env:LESS = &amp;quot;--no-init&amp;quot; then help help), but unfortunately mangles the text in that case.&lt;/p&gt;&lt;p&gt;I tried a different build of less (from DevKit bundled with RailsInstaller) like:&lt;/p&gt;&lt;p&gt;   help help | c:\railsinstaller\devkit\bin\less --no-init&lt;/p&gt;&lt;p&gt;and that one works as expected.&lt;/p&gt;</description><author>slumos</author><pubDate>Tue, 11 Dec 2012 18:50:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: 'less' clears the screen on exit [32522] 20121211065029P</guid></item></channel></rss>