Jump to content

RunAs / Windows 7 UAC Bypass : SCCM 2007 R2 Push


 Share

Recommended Posts

I have created many scripts for the hospital I work for and since my normal coding partner has cancer, he no longer is working beside me so, I need to understand how to use the network SCCM account in a RunAs or RunAsWait command that will completely bypass the UAC when launched either directly from the .exe or from the SCCM Push. thank you so much and I really appreciate it! :) If you need samples of what I have done, please comment!

Link to comment
Share on other sites

#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.3.8.1
 Author:         Matt Lubbers
 Company: Phelps County Regional Medical Center

#ce ----------------------------------------------------------------------------

ShellExecuteWait( "dotNetFx40_Full_x86_x64.exe" , " /norestart /q " , "UNC" )

ShellExecuteWait( "ImageNow Client 6.7.0.exe" , " /S /v/qn " , "UNC" )

Then I push with SCCM the SCCM-Installer.exe below.

#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.3.8.1
 Author:         Matt Lubbers
 Company: Phelps County Regional Medical Center
 Ext: 8910


#ce ----------------------------------------------------------------------------

RunAsWait( "username" , @LogonDomain , "password" , 0 , "Installer.exe" , @ScriptDir )
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...