-
Posts
36 -
Joined
-
Last visited
Everything posted by Zlodey
-
I see, but it doesn't have OfferTypeID property, which shows purpose of deployment And I found SMS_Advertisement Class, which has OfferTypeID property It seems to be true
-
What if I want deploy not only applications? If I want do the same thing with packages? Can I use SMS_DeploymentType class instead of SMS_ApplicationAssignment?
-
ZTI Gather log says Determining the INI file to use. ZTIGather 24.02.2015 13:44:19 0 (0x0000) Using COMMAND LINE ARG: Ini file = DBCustomSettings.ini ZTIGather 24.02.2015 13:44:19 0 (0x0000) Finished determining the INI file to use. ZTIGather 24.02.2015 13:44:19 0 (0x0000) Using specified INI file = DBCustomSettings.ini ZTIGather 24.02.2015 13:44:19 0 (0x0000) CHECKING the [CSETTINGS] section ZTIGather 24.02.2015 13:44:19 0 (0x0000) Using from [CSETTINGS]: SQLServer = SR*****.com ZTIGather 24.02.2015 13:44:19 0 (0x0000) Instance key not defined in the section [CSETTINGS] ZTIGather 24.02.2015 13:44:19 0 (0x0000) Port key not defined in the section [CSETTINGS] ZTIGather 24.02.2015 13:44:19 0 (0x0000) Using from [CSETTINGS]: Database = MDT ZTIGather 24.02.2015 13:44:19 0 (0x0000) Using from [CSETTINGS]: Netlib = DBNMPNTW ZTIGather 24.02.2015 13:44:19 0 (0x0000) Using from [CSETTINGS]: Table = ComputerSettings ZTIGather 24.02.2015 13:44:19 0 (0x0000) StoredProcedure key not defined in the section [CSETTINGS] ZTIGather 24.02.2015 13:44:19 0 (0x0000) DBID key not defined in the section [CSETTINGS] ZTIGather 24.02.2015 13:44:19 0 (0x0000) DBPwd key not defined in the section [CSETTINGS] ZTIGather 24.02.2015 13:44:19 0 (0x0000) Using from [CSETTINGS]: SQLShare = Logs$ ZTIGather 24.02.2015 13:44:19 0 (0x0000) Using from [CSETTINGS]: ParameterCondition = OR ZTIGather 24.02.2015 13:44:19 0 (0x0000) Validating connection to \\SR*****.com\Logs$ ZTIGather 24.02.2015 13:44:19 0 (0x0000) DHCP is not enabled, assuming static IP address ZTIGather 24.02.2015 13:44:19 0 (0x0000) Mapping server share: \\SR*****.com\Logs$ ZTIGather 24.02.2015 13:44:19 0 (0x0000) ERROR - no credentials were returned from LTICredentials.hta, so no connection is possible. ZTIGather 24.02.2015 13:44:50 0 (0x0000) OPENING TRUSTED SQL CONNECTION to server SR*****.com. ZTIGather 24.02.2015 13:44:50 0 (0x0000) Connecting to SQL Server using connect string: Provider=SQLOLEDB;OLE DB Services=0;Data Source=SR*****.com;Initial Catalog=MDT;Network Library=DBNMPNTW;Integrated Security=SSPI ZTIGather 24.02.2015 13:44:50 0 (0x0000) Successfully opened connection to database. ZTIGather 24.02.2015 13:44:50 0 (0x0000) About to issue SQL statement: SELECT * FROM ComputerSettings WHERE UUID = 'B64E3442-8B0A-6561-503F-664EAD2AD6A7' OR ASSETTAG = 'No Asset Tag' OR SERIALNUMBER = 'VMware-42 34 4e b6 0a 8b 61 65-50 3f 66 4e ad 2a d6 a7' OR MACADDRESS IN ('00:50:56:B4:01:8C') ZTIGather 24.02.2015 13:44:50 0 (0x0000) Successfully queried the database. ZTIGather 24.02.2015 13:44:50 0 (0x0000) Record count from SQL = 0. ZTIGather 24.02.2015 13:44:50 0 (0x0000)
-
Thnx, I think today I try your package with powershell script
-
I;m trying to deploy OS in SCCM 2012. I stucked with credentials promt for mdt database on MDT rule processing step. Does anybody know how to disable it? I've added UserID, UserPassword and UserDomain into CustomSetting.ini in mdt settings package, but the credential window always appears. How can I use something like bootstrap.ini in SCCM osd task sequence?
-
Hi, guys! Does anybody know how to realize next scenario: I have PC with some packages installed from sccm. I have to create a TS which installs OS and automatically deploy packages that was previously deployed on that machine.
-
Hi all! I have ConfigMgr 2012 R2 and SCUP with imported Adobe catalogs and prepared publications Some clients have adobe reader and flash installed. Thresholds in SCUP set to 1 client and 0 Mb. After updates scan cycle on clients and software updates sync adobe updates doesn't appears in cosole Any ideas why?
-
Old-school packages doesn't work with Web Application Catalog. What would be state message for action when user clicks install button for some application on Web Application Portal? I'm not sure that state message will deffers between situations when user requests app and installs it and when user simply installs app without request. I can parse ServicePortalWebService.log, but it contains information about installations on Web App Catalog with request and without it
-
I almost agree with you. But there is political side of the task. My boss wants that IT-manager who doesn't have sccm admin console receives e-mail informs that exact user installs from portal exact application. Could you give more detail information about status filter rule? And which would be Message ID when user installs application from portal?
-
Thnx for answer. Script is a great idea, but i don't know which sql table or view contains this information. I want that the user to install software and I want that the admins receives e-mails with notifications about software installations from portal. It some sort of statistic
-
Hi, guys! I have to create a notification to sccm admin, when user installs application(usual, without required request) from application catalog like in this article http://www.scconfigmgr.com/2013/03/27/get-e-mail-notification-for-new-application-requests/