Jump to content

Script to Set Configuration Manager Site Code


Recommended Posts

I'm pretty useless with this stuff, but I'll have a go.

$oSMSClient = ObjCreate("Microsoft.SMS.Client")
If Not IsObj($oSMSClient) Then
    MsgBox(0,"Error","Not Created")
    Exit
EndIf

$oSMSClient.EnableAutoAssignment(1)

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

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...