<?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>PowerTip: Suppress PowerShell Module Import Warning Messages</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/10/15/powertip-suppress-powershell-module-import-warning-messages.aspx</link><description>Learn how to use the warning redirection operator to suppress Windows PowerShell warning messages when importing a module.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: PowerTip: Suppress PowerShell Module Import Warning Messages</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/10/15/powertip-suppress-powershell-module-import-warning-messages.aspx#3528139</link><pubDate>Tue, 23 Oct 2012 09:31:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3528139</guid><dc:creator>Larry Song CN</dc:creator><description>&lt;p&gt;I think the point is redirection operator, am i right? scripting guys.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3528139" width="1" height="1"&gt;</description></item><item><title>re: PowerTip: Suppress PowerShell Module Import Warning Messages</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/10/15/powertip-suppress-powershell-module-import-warning-messages.aspx#3526313</link><pubDate>Tue, 16 Oct 2012 14:08:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3526313</guid><dc:creator>Ed Wilson</dc:creator><description>&lt;p&gt;@Bob Schumaker you are absolutely correct. Using the DisableNameChecking switch is easier :-) Part of my purpose in the tip was also to show an easy way to show using the redirect warning stream &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3526313" width="1" height="1"&gt;</description></item><item><title>re: PowerTip: Suppress PowerShell Module Import Warning Messages</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/10/15/powertip-suppress-powershell-module-import-warning-messages.aspx#3526185</link><pubDate>Mon, 15 Oct 2012 23:43:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3526185</guid><dc:creator>Bob Schumaker</dc:creator><description>&lt;p&gt;You can also run:&lt;/p&gt;
&lt;p&gt;Import-Module -DisableNameChecking MODULENAME&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3526185" width="1" height="1"&gt;</description></item></channel></rss>