Jump to content


mark_sccm

Established Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

mark_sccm's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello Folks, I'm new to this forum. I believe that this is right place to post my query here. Here is problem with SCCM. I wrote a script that copy file from desktop to shared location. the script works perfectly fine when I run as administrator. Created package \ application for this script and deployed to my test machine. but It doesn't do anything while installing from my test machine even though I checked run with admin's right in SCCM. FYI: Method 2: Created bat file that calls my power shell script. No luck yet all! Method 3: Run the Powershell script by using coomand line i.e Powershell -ExecutionPolicy -Bypass -file "file.ps1" in SCCM Package\ Application. But No luck yet all. Please share your thoughts.
  2. I am looking for a query that gives windows 7 x64 machines and x86 machine on SCCM console. tried this 1.select * from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_COMPUTER_SYSTEM.SystemType = "x64-based PC" 2. select * from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_COMPUTER_SYSTEM.SystemType = "x86-based PC" Seems like this is not correct!. In that query I didn't mention server operating or windows 7 desktop version. Appreciate your help in advance
  3. Hello Folks, I am running into SCCM compliance issue. I have deployed one power shell script to 25 machines(pilot group), 24 machines are successfully installed(95%) and 1 machine got failure as per compliance status but Got error 16 and script got stopped when I check logs on 17 client machines. My question is why it is giving false positive information and how can resolve the issue?. FYI that poershell script collects the client hardware and software details. Appreciate your help in advance.
  4. Hello folks, In my office environment, we have 30,000 machines. we pushed sccm client to the machines. 4,321 machine failed to installed and rest of them are successfully installed. Can you guys share your thoughts on that issue.? Thank you for your time in advance
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.