Can you give me an example of XML Config file
Can you give me an example of XML config file, that i can place to my network share ?
Thanks
Best Answer
-
Joe_Burrows Cireson Devops Super IT Monkey ✭✭✭✭✭@jstival heres some xml from my lab (filename Cireson.Ticker.App.Announcements.xml)
<?xml version="1.0" encoding="utf-8"?> <ArrayOfAnnouncement xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Announcement> <ExpirationDate>2015-10-07T13:30:00</ExpirationDate> <Title>Test2</Title> <Body /> <Id>9d6bc49c-4598-e2c8-f4e0-a71aa1b0d1f6</Id> <Priority>Medium</Priority> </Announcement> </ArrayOfAnnouncement>
6
Answers
The ticker app you are mentioning is this a reference to the Cireson Configuration Manager Ticker App? If so this app is configured to work with Configuration Manager and not SCSM
Merle
No, i speak about http://cireson.com/apps/service-desk-ticker.
I m confuse, because, i think it dont use XML file to push the client message...
ServiceDesk Ticker client use a network share to read his configuration (if i have correctly understood how it works).
There is No XML, workflow, or custom work required. This is also a free app. You will need to submit a feature request as the current functionality is reliant on SCSM
Merle
The SCSM Ticker App creates the XML file from a Console Announcement and places it in the share you specify in settings. If you wanted to get the format to create yourself, I recommend you install the app, create an announcement in the Console and see what you get.
Geoff
Actually, i only use SCCM (not SCSM).
There no way to have the XML file architecture to create it manually.
I know that is not the best solution ("Mode BRICOLAGE"), but i havent SCSM.
I have install the client of Ticker App on my Pc, i have a network share, but no XML
Very interesting idea to use it like this.
However, do you know we have have a version of the ticker that works from SCCM? This might solve your problems.
Example : If i want to prevent my user that i'll deploy Office 2016 on their PC, i can't use Configmgr Ticker App, but i can push a xml file on my network sharing to prevent.
@Joe_Burrows
Thanks, for the structure ! It's works. It's not perfect yet but it's a good start