發問發問
 

提議的解答IE 7 in Powershell

  • 2009年7月3日 上午 04:21jimatdesk 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    I know  how to access IE through a COM object. I would like however to actually do a few things that I can't figure out.
    How can I change settings on the computer with administrator privileges remotely. Out side of GPO how can I use power shell to change the active X security settings and such?

所有回覆

  • 2009年7月4日 上午 12:39Marco ShawMVP, 版主使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     提議的解答
    Are you limited to PowerShell v1 or have access to v2.  I've always wondered if there was a way to use DCOM to remotely manage a COM object...

    If you can use v2, you can use PowerShell remoting to manage IE locally through COM, while passing whatever credentials are required.