Re: [mssms] SCCM Compliance Management & Package deploy for XML file deployment

2017-07-06 Thread Kevin Ray
yes sherry i got the information from baseline XML file non exist machines
list.. Now looking for basic batch file or powershell script to using
package/Program  where it will copy the file to specified folder after
running that advertisement

On Thu, Jul 6, 2017 at 1:20 PM, Sherry Kissinger  wrote:

> "if non-compliant then do " within a CI
> itself.  One can do that--but then the test AND the remediation have to be
> script based.  It doesn't let you "look for a file existing" and then run a
> script.  You'd have to write a script to look for that file existence, and
> then the remediation is to "do something completely custom upon a
> non-compliant".
>
> Keep in mind a ConfigItem does not and never will have "content".  So if
> your completely custom action to remediate requires content, like say... an
> xml file that you'll have in a package source, then you don't want to do
> that anyway.
>
> So, presuming you just want to make a collection of the "non-compliants",
> and then target that collection with a distribution (like an application,
> or a package/program/advertisement), then you can make a collection based
> on the "machines reporting non-compliant"
>
> On Thu, Jul 6, 2017 at 10:19 AM, Kevin Ray 
> wrote:
>
>> Hi All,
>>
>> I'm looking for file to copy on sccm client at path C:\install\Folder
>>
>> to go more detailed
>>
>> I want to deploy a XML file on all machines
>>
>> so i created a baseline for that.. for existence of that XML file. Now my
>> next step,
>>
>> Where ever its non-complaint it should copy the XML file ( Is their any
>> way to fix by using remediation in Compliance management itself ?)
>>
>> or I'm looking to create a collection with non-complaint machines. But
>> How to deploy the Xml file using Software distribution package.
>>
>> In package content folder I will place the XML .. once the package
>> downloaded to client folder to should move automatically to
>> C:\install\folder... if the folder is not created it should create and
>> paste it...
>>
>> any script for this please ...
>>
>>
>
>
> --
> Thank you,
>
> Sherry Kissinger
>
> My Parameters:  Standardize. Simplify. Automate
> Blog: http://mnscug.org/blogs/sherry-kissinger
>
>




Re: [mssms] SCCM Compliance Management & Package deploy for XML file deployment

2017-07-06 Thread Sherry Kissinger
"if non-compliant then do " within a CI
itself.  One can do that--but then the test AND the remediation have to be
script based.  It doesn't let you "look for a file existing" and then run a
script.  You'd have to write a script to look for that file existence, and
then the remediation is to "do something completely custom upon a
non-compliant".

Keep in mind a ConfigItem does not and never will have "content".  So if
your completely custom action to remediate requires content, like say... an
xml file that you'll have in a package source, then you don't want to do
that anyway.

So, presuming you just want to make a collection of the "non-compliants",
and then target that collection with a distribution (like an application,
or a package/program/advertisement), then you can make a collection based
on the "machines reporting non-compliant"

On Thu, Jul 6, 2017 at 10:19 AM, Kevin Ray  wrote:

> Hi All,
>
> I'm looking for file to copy on sccm client at path C:\install\Folder
>
> to go more detailed
>
> I want to deploy a XML file on all machines
>
> so i created a baseline for that.. for existence of that XML file. Now my
> next step,
>
> Where ever its non-complaint it should copy the XML file ( Is their any
> way to fix by using remediation in Compliance management itself ?)
>
> or I'm looking to create a collection with non-complaint machines. But How
> to deploy the Xml file using Software distribution package.
>
> In package content folder I will place the XML .. once the package
> downloaded to client folder to should move automatically to
> C:\install\folder... if the folder is not created it should create and
> paste it...
>
> any script for this please ...
>
>


-- 
Thank you,

Sherry Kissinger

My Parameters:  Standardize. Simplify. Automate
Blog: http://mnscug.org/blogs/sherry-kissinger




[mssms] SCCM Compliance Management & Package deploy for XML file deployment

2017-07-06 Thread Kevin Ray
Hi All,

I'm looking for file to copy on sccm client at path C:\install\Folder

to go more detailed

I want to deploy a XML file on all machines

so i created a baseline for that.. for existence of that XML file. Now my
next step,

Where ever its non-complaint it should copy the XML file ( Is their any way
to fix by using remediation in Compliance management itself ?)

or I'm looking to create a collection with non-complaint machines. But How
to deploy the Xml file using Software distribution package.

In package content folder I will place the XML .. once the package
downloaded to client folder to should move automatically to
C:\install\folder... if the folder is not created it should create and
paste it...

any script for this please ...