Powershell screenI am using scheduled tasks and put command &quot;C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe&quot; &quot;C:\WINDOWS\system32\windowspowershell\v1.0\examples\UnlockUID.ps1&quot;<br/>Now, i have one question i.e. is it possible that DO NOT show running screen of powershell. Of course, when script running done; it also close screen. But i do not want user to see it.<br/>Thanks,<hr class="sig">glaziz© 2009 Microsoft Corporation. All rights reserved.Tue, 23 Jun 2009 14:17:53 Z0bc29a4d-de91-4aef-952f-68190c9298b8http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/0bc29a4d-de91-4aef-952f-68190c9298b8#0bc29a4d-de91-4aef-952f-68190c9298b8http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/0bc29a4d-de91-4aef-952f-68190c9298b8#0bc29a4d-de91-4aef-952f-68190c9298b8glazizhttp://social.technet.microsoft.com/Profile/en-US/?user=glazizPowershell screenI am using scheduled tasks and put command &quot;C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe&quot; &quot;C:\WINDOWS\system32\windowspowershell\v1.0\examples\UnlockUID.ps1&quot;<br/>Now, i have one question i.e. is it possible that DO NOT show running screen of powershell. Of course, when script running done; it also close screen. But i do not want user to see it.<br/>Thanks,<hr class="sig">glazizFri, 19 Jun 2009 08:45:36 Z2009-06-19T08:45:36Zhttp://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/0bc29a4d-de91-4aef-952f-68190c9298b8#d059b836-8b1a-4e62-9282-21535f446f66http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/0bc29a4d-de91-4aef-952f-68190c9298b8#d059b836-8b1a-4e62-9282-21535f446f66Marco Shawhttp://social.technet.microsoft.com/Profile/en-US/?user=Marco%20ShawPowershell screenOne way is to wrap your PowerShell code in VBScript:<br/> http://blog.sapien.com/index.php/2006/12/26/more-fun-with-scheduled-powershell/<br/> <br/> In v2, PowerShell.exe has a new flag that provides this as a built-in feature.Fri, 19 Jun 2009 11:41:06 Z2009-06-19T11:41:06Zhttp://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/0bc29a4d-de91-4aef-952f-68190c9298b8#326b81c7-8bae-41b1-aa38-76d1f827ba70http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/0bc29a4d-de91-4aef-952f-68190c9298b8#326b81c7-8bae-41b1-aa38-76d1f827ba70Mervyn Zhanghttp://social.technet.microsoft.com/Profile/en-US/?user=Mervyn%20ZhangPowershell screenHi,<br/> <br/> It’s possible to run background PowerShell scripts. For detailed information, please refer to the following article. <br/> <br/> Background &quot;jobs&quot; and PowerShell<br/> http://jtruher.spaces.live.com/blog/cns!7143DA6E51A2628D!130.entry<br/> <br/> Thanks. <br/><hr class="sig">This posting is provided &quot;AS IS&quot; with no warranties, and confers no rights.Mon, 22 Jun 2009 08:13:54 Z2009-06-22T08:13:54Zhttp://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/0bc29a4d-de91-4aef-952f-68190c9298b8#d24d5b87-50f4-45b0-83e3-6f2662ea3857http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/0bc29a4d-de91-4aef-952f-68190c9298b8#d24d5b87-50f4-45b0-83e3-6f2662ea3857Karl Mitschkehttp://social.technet.microsoft.com/Profile/en-US/?user=Karl%20MitschkePowershell screenOr, use inline C# code<br/><br/><a href="http://www.vistax64.com/powershell/84599-invisible-windows.html">http://www.vistax64.com/powershell/84599-invisible-windows.html</a><br/><br/>Look for Bruce Payette's post from August 15th, 2007 (set-console)<br/><br/>Karl<br/><br/>Mon, 22 Jun 2009 17:51:57 Z2009-06-22T17:51:57Z