Quantcast
Channel: Configuration Manager 2012 - Application Management forum
Viewing all 4762 articles
Browse latest View live

Wait for application to install

$
0
0

I am trying to deploy an app with a batch file but the batch terminates in 1 second while launching a new process where the install really starts, as a result the detection method fails, the software installs and the status is Failed in the software center.

Any trick I could use?

I thought about using sleep, but since the installation has to download files it really takes different times on different machines.

I tried start /wait but the command prompt closes and the installer starts a new process

My install batch file contains:

start /wait cmd /c "\\server\ExactClient\Wsetup.exe" /DOMAIN:EXACT /USER:EX\USER1 /PW:wsaxqew12  /S:2 /W:https://update.exactsoftware.com /R:415
Exit /b 0


Using PSEXEC within a Task sequence

$
0
0

I am trying to use a "Run From Command" task in a task sequence.

The command is below:

Command line cmd /c C:\Tools\SysinternalsSuite\psexec \\servename -u userID -p userPW /accepteula cmd /c powershell -noninteractive -file E:\PowerCLI_PS_Scripts\DisconnectCDFromTargetVM_Multi_VCs.ps1 -vmname targetname -vc VirtualCenter -vcuser VCUserID -vcpass VCPW

Basically the TS command is attempting to connect to a remote server and run a powershell script on that remote server. That powershell script runs PowerCLI cmdlets.


From the smsts.log:

The handle is invalid.InstallSoftware6/29/2018 10:27:07 AM4252 (0x109C)
Connecting to remoteservername...

Starting PSEXESVC service on remoteservername...

Connecting with PsExec service on remoteservername...
Error deriving session key:InstallSoftware6/29/2018 10:27:07 AM4252 (0x109C)

Any help on this would be appreciated.



Steve Cupp

How to find application "available" status is Software center through report

$
0
0

Hi ,

I have made Software in "Available" Mode. So once device name is added to collection is it possible to get a report if Software is made Available to user in Software center ? If so , can you share the SQL query please. 

         Or what will be the Deployment status once the Software is made available to user ?

Application using powershell passing parameter

$
0
0

I have a powershell script that is using functions passing parameters, it works find when running either via powershell ISE or CMD prompt.

I have a policy on the system that is setting powershell to "Bypass" as well as on this test system is set locally to "Unrestricted"

I created and application for it and my testing it fails right away with the below, any thoughts on what I'm doing wrong?  Is it because applications run in the user context?:

++++++ App enforcement completed (0 seconds) for App DT "Citrix Receiver Dormant 4.9" [ScopeId_03C35243-4DA4-4954-8C86-AF4B627EE4BC/DeploymentType_49475f1c-cbcc-4836-9acd-9cfbd55f1031], Revision: 1, User SID: ] ++++++ AppEnforce 7/2/2018 10:27:57 AM 4844 (0x12EC)
+++ Starting Install enforcement for App DT "Citrix Receiver Dormant 4.9" ApplicationDeliveryType - ScopeId_03C35243-4DA4-4954-8C86-AF4B627EE4BC/DeploymentType_49475f1c-cbcc-4836-9acd-9cfbd55f1031, Revision - 2, ContentPath - C:\WINDOWS\ccmcache\o, Execution Context - System AppEnforce 7/2/2018 10:29:59 AM 4844 (0x12EC)
    A user is logged on to the system. AppEnforce 7/2/2018 10:29:59 AM 4844 (0x12EC)
    Performing detection of app deployment type Citrix Receiver Dormant 4.9(ScopeId_03C35243-4DA4-4954-8C86-AF4B627EE4BC/DeploymentType_49475f1c-cbcc-4836-9acd-9cfbd55f1031, revision 2) for system. AppEnforce 7/2/2018 10:29:59 AM 4844 (0x12EC)
+++ Application not discovered. [AppDT Id: ScopeId_03C35243-4DA4-4954-8C86-AF4B627EE4BC/DeploymentType_49475f1c-cbcc-4836-9acd-9cfbd55f1031, Revision: 2] AppEnforce 7/2/2018 10:29:59 AM 4844 (0x12EC)
    App enforcement environment:
 Context: Machine
 Command line: powershell - file "Citrix_All_In_One_Functions.ps1" -Run "Dormant"
 Allow user interaction: No
 UI mode: 1
 User token: null
 Session Id: 1
 Content path: C:\WINDOWS\ccmcache\o
 Working directory:  AppEnforce 7/2/2018 10:29:59 AM 4844 (0x12EC)
    Prepared working directory: C:\WINDOWS\ccmcache\o AppEnforce 7/2/2018 10:29:59 AM 4844 (0x12EC)
Found executable file powershell with complete path C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe AppEnforce 7/2/2018 10:29:59 AM 4844 (0x12EC)
    Prepared command line: "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" - file "Citrix_All_In_One_Functions.ps1" -Run "Dormant" AppEnforce 7/2/2018 10:29:59 AM 4844 (0x12EC)
    Executing Command line: "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" - file "Citrix_All_In_One_Functions.ps1" -Run "Dormant" with user context AppEnforce 7/2/2018 10:29:59 AM 4844 (0x12EC)
    Working directory C:\WINDOWS\ccmcache\o AppEnforce 7/2/2018 10:29:59 AM 4844 (0x12EC)
    Post install behavior is BasedOnExitCode AppEnforce 7/2/2018 10:29:59 AM 4844 (0x12EC)
    Waiting for process 4384 to finish.  Timeout = 120 minutes. AppEnforce 7/2/2018 10:29:59 AM 4844 (0x12EC)
    Process 4384 terminated with exitcode: 4294770688 AppEnforce 7/2/2018 10:30:00 AM 4844 (0x12EC)
    Looking for exit code -196608 in exit codes table... AppEnforce 7/2/2018 10:30:00 AM 4844 (0x12EC)
    Unmatched exit code (4294770688) is considered an execution failure. AppEnforce 7/2/2018 10:30:00 AM 4844 (0x12EC)

Recurring Schedule Deployment of an Application - SCCM 2012

$
0
0

Hi,

We are converting our SCCM 2007 packages into SCCM 2012 applications and I've scenario that I could not determine the solution with new application model.

In short, I have script that I want to run on or after the 3rd  Friday 7:00 AM of each Month. Currently it exist in SCCM 2007 as package and has advertisement configured as recurring schedule with rerun behavior set to "Always rerun program". The program is set to run "only when a user is logged on" (in hidden mode) and "run with administrative rights".

The package contains only a vb script.

Now the problem I have while converting this into an application (SCCM 2012):

  1. Because it is only a script, what should I put it in Detection Method? I do not have anything to detect and I want this script to run every month based on recurring schedule.
  2. When setting up Deployment: in scheduling I could not find anything related to "recurring schedule" as it was previously available in advertisement.

Appreciate if someone knows the answer or direct me towards any available reference.

Thanks.


-- S Ahmad

Automatic reboot after uninstalling application

$
0
0
Hi, I have an Application in SCCM 2012 that requires a reboot after installation so the Deployment type (which contains both the install and uninstall programs) User Experience is set to "Configuration Manager client will force a mandatory device restart".  The Deployment settings for both Install and Uninstall are set to "Required".  This works fine for the Install Program and prompts for a reboot but the Uninstall Program automatically restarts on completion with no warning.  Is there a way around this so it will also prompt after uninstalling? 

If it is possible to use .mst with .msi application deployment or creation?

$
0
0

if it is possible, is there any guide available for this action?

if it is not possible, how can we transform our .msi file and use the new .msi file with customized parameters.

Thanks

How to add Category for SCCM Package

$
0
0

Hi,

Wanted to have additional Category when creating a new package. Understand for Application i can use categorize the deployment. Wanted to how about for package deploy how can i add Category?

Using SCCM 2012.



Thanks!


Cloud DP string format problem for TraceSource 'CloudDPService' event_

$
0
0

Hello,

My CloudDP___.log is full of string format errors.

Here a couple of examples:

Starting...; TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	6/28/2018 11:25:52 AM	2444 (0x098C)
ERROR: exception processing request; TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	6/28/2018 11:25:52 AM	2400 (0x0960)
Exception System.ArgumentNullException: String cannot be null or empty.	 	1/1/1601 12:00:00 AM	0 (0x0000)
Parameter name: tokenId; TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	6/28/2018 11:25:52 AM	2400 (0x0960)
   at Microsoft.ConfigurationManager.AzureRoles.Common.Utility.Check.NotNullOrEmpty(String value, String parameterName)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.ContentService.Security.ClientAuthentication.ValidateRequest(String packageId, String contentId, String tokenId, String issuer, String signingAlgorithm, String startTime, String endTime, String signature)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.ContentService.DownloadRestService.GetContentXmlGetRequestSecure(String packageId, String contentId, String tokenId, String issuer, String signingAlgorithm, String startTime, String endTime, String signature); TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	6/28/2018 11:25:52 AM	2400 (0x0960)
ERROR: exception processing request; TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	6/28/2018 11:26:52 AM	2400 (0x0960)
Exception System.ArgumentNullException: String cannot be null or empty.	 	1/1/1601 12:00:00 AM	0 (0x0000)
Parameter name: tokenId; TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	6/28/2018 11:26:52 AM	2400 (0x0960)
   at Microsoft.ConfigurationManager.AzureRoles.Common.Utility.Check.NotNullOrEmpty(String value, String parameterName)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.ContentService.Security.ClientAuthentication.ValidateRequest(String packageId, String contentId, String tokenId, String issuer, String signingAlgorithm, String startTime, String endTime, String signature)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.ContentService.DownloadRestService.GetContentXmlGetRequestSecure(String packageId, String contentId, String tokenId, String issuer, String signingAlgorithm, String startTime, String endTime, String signature); TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	6/28/2018 11:26:52 AM	2400 (0x0960)
ERROR: exception processing request; TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	6/28/2018 11:26:52 AM	2452 (0x0994)
Exception System.ArgumentNullException: String cannot be null or empty.	 	1/1/1601 12:00:00 AM	0 (0x0000)
Parameter name: tokenId; TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	6/28/2018 11:26:52 AM	2452 (0x0994)
   at Microsoft.ConfigurationManager.AzureRoles.Common.Utility.Check.NotNullOrEmpty(String value, String parameterName)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.ContentService.Security.ClientAuthentication.ValidateRequest(String packageId, String contentId, String tokenId, String issuer, String signingAlgorithm, String startTime, String endTime, String signature)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.ContentService.DownloadRestService.GetContentXmlGetRequestSecure(String packageId, String contentId, String tokenId, String issuer, String signingAlgorithm, String startTime, String endTime, String signature); TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	6/28/2018 11:26:52 AM	2452 (0x0994)

or

ERROR: exception processing request; TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	7/4/2018 11:44:52 AM	1960 (0x07A8)
Exception System.FormatException: Input string was not in a correct format.; TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	7/4/2018 11:44:52 AM	1960 (0x07A8)
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at System.Byte.Parse(String s, NumberStyles style, NumberFormatInfo info)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.Common.Utility.Utility.HexBinaryDecode(String value)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.Common.Utility.SecurityHelper.VerifySignature(String signature, String token, X509Certificate2 signingCertificate, String signingAlgorithm, Boolean reverseBytes)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.ContentService.Security.ClientAuthentication.ValidateRequest(String packageId, String contentId, String tokenId, String issuer, String signingAlgorithm, String startTime, String endTime, String signature); TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	7/4/2018 11:44:52 AM	1960 (0x07A8)
ERROR: exception processing request; TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	7/4/2018 11:44:52 AM	1960 (0x07A8)
Exception System.FormatException: Input string was not in a correct format.; TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	7/4/2018 11:44:52 AM	1960 (0x07A8)
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at System.Byte.Parse(String s, NumberStyles style, NumberFormatInfo info)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.Common.Utility.Utility.HexBinaryDecode(String value)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.Common.Utility.SecurityHelper.VerifySignature(String signature, String token, X509Certificate2 signingCertificate, String signingAlgorithm, Boolean reverseBytes)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.ContentService.Security.ClientAuthentication.ValidateRequest(String packageId, String contentId, String tokenId, String issuer, String signingAlgorithm, String startTime, String endTime, String signature)	 	1/1/1601 12:00:00 AM	0 (0x0000)
   at Microsoft.ConfigurationManager.AzureRoles.ContentService.DownloadRestService.GetContentXmlGetRequestSecure(String packageId, String contentId, String tokenId, String issuer, String signingAlgorithm, String startTime, String endTime, String signature); TraceSource 'CloudDPService' event	ContentService_IN_1 b3657bde88654289bcdf4f9108fc1830	7/4/2018 11:44:52 AM	1960 (0x07A8)

any suggestion?

Thanks in advance

CCMCache folder name

$
0
0

I assume this is still something we do not have control over when deploying a package? Is anyone aware of a third party option to change the folder name?

I have a crappy product I need to deploy and it needs to run from a specified path. Right now the recommended plan is to run this 1.25gb installation over the network from a shared drive from the SCCM server, which I want to avoid.

My plan at this point is to copy the content to a specified temp folder and run from there.

Any ideas? Thanks

0x87D00213 (-2016411117) Deployment failed - Timeout occurred

$
0
0

Hi all

I have 123 Assets and only 3 have failed. They are all running the same OS and are exactly the same configuration etc and all in the same device Collection. I have 3 machines that are failing.

I have a simple batch file that copies the autologin.exe from our SCCM repository to C:\Windows\System32 directory and detection method used is the file name.

The SCCM Deployment Status log doesn't give me much information other than the error in the title. Can anyone help me please?

Thanks

Collection with query

$
0
0

Hi,

I am updating Bios through the collection, create a collection with query.

query looks like:

select SMS_R_System.NetbiosName, SMS_G_System_COMPUTER_SYSTEM.Model, SMS_G_System_PC_BIOS.SMBIOSBIOSVersion 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_PC_BIOS on SMS_G_System_PC_BIOS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_PC_BIOS.SMBIOSBIOSVersion < "1.18.5" and SMS_G_System_COMPUTER_SYSTEM.Model = "Latitude E7470" or SMS_G_System_COMPUTER_SYSTEM.Model = "Latitude E7270"

If the Bios is less then 1.18.5 and computer model is E7270 or E7470 get the computers to the collections.

It is working fine BUTafter the bios is updated successfully, Machine is not removing from the collection.

Any idea why the computers are not removing from collection after the bios is  up to date (1.18.5)?

Thank you.

Peer Cache doesn't take effect on one primary site

$
0
0

Hi guys ,

Our environment is one CAS with three primary sites (SCCM 2012 R2 1710). All clients connect to one of three primary sites according to their boundary groups.

Now we fond a strange thing that all clients which connect to one specific primary sites doesn't take effect on Peer Caching.But the other clients which connected to other two primary sites take effect on Peer Caching.

Does anyone can give some clues ? Thanks in advance.

My Peer Cache Policy

PowerShell to get Peer Cache apply status

 Get-WmiObject -ComputerName localhost -Namespace "root\ccm\policy\machine\RequestedConfig" -Class "CCM_SuperPeerClientConfig"




Windows Installer app - returning 0x87D00324(-2016410844) - not a detection issue..

$
0
0

I have a Windows Installer .exe that calls a setup.iss file that, despite all my efforts and permutations of how to deploy it, consistent reports an error code of 0x87D00324(-2016410844). Yes I've googled it, and yes, consistently the replies are that it's a detection method problem. I have done the following:

1. Change detection method to Registry/File and Folder detection - there is not a problem with the detection method, because if I install the app manually, then re-deploy the app via SCCM, the app shows as 'Installed' if I try to install it from the software centre.

2. I've tried packaging the installer in a .bat file - this generated error code of 1, which I added to the Exit Codes table as a success, it then passed this error code but generated 0x87D00324(-2016410844) again.

3. I've re-created the app from scratch (i.e. ruling out that the content is bad/currupted) and have also tried manually running my install command from the CCM Cache folder containing all the install files - no problems there, it installs without issue when ran manually.

4. I've tried installing for User and for System - same error code as above.

The syntax of the install switch is not a problem, for anyone else looking at this its the Netsuite ODBC 64bit driver. I've logged it with the vendor for suggestions, but the AppEnforce.log is below to give you a flavour of the error. Also fyi, when I click install, I don't see any program files being created anywhere, but the error code is returned everytime - so I'm not sure if I should expect to see folders being partially created and then removed or not? I assumed that the install happens silently (and so quickly) that the process can determine if it will be a success or not before displaying any files in the OS.

Any help debugging the install or general SCCM deployment tips/workaround for awkward windows installshield apps would be appreciated, I'm idea-exhausted! The installer creates a system DSN (i.e. this isn't a context issue because presumably it installs as the System context?).

Install switch:

ODBC.exe /F1".\Setup.iss" /S 


<![LOG[    Prepared working directory: C:\WINDOWS\ccmcache\2i]LOG]!><time="16:38:17.831-60" date="07-11-2018" component="AppEnforce" context="" type="1" thread="21896" file="appcontext.cpp:189">

<![LOG[    Prepared command line: "C:\WINDOWS\ccmcache\2i\install.bat"]LOG]!><time="16:38:17.832-60" date="07-11-2018" component="AppEnforce" context="" type="1" thread="21896" file="appcontext.cpp:338">
<![LOG[    Executing Command line: "C:\WINDOWS\ccmcache\2i\install.bat" with user context]LOG]!><time="16:38:17.833-60" date="07-11-2018" component="AppEnforce" context="" type="1" thread="21896" file="appexcnlib.cpp:203">
<![LOG[    Working directory C:\WINDOWS\ccmcache\2i]LOG]!><time="16:38:17.833-60" date="07-11-2018" component="AppEnforce" context="" type="1" thread="21896" file="appexcnlib.cpp:217">
<![LOG[    Post install behavior is BasedOnExitCode]LOG]!><time="16:38:17.840-60" date="07-11-2018" component="AppEnforce" context="" type="1" thread="21896" file="appcommon.cpp:1053">
<![LOG[    Waiting for process 20328 to finish.  Timeout = 120 minutes.]LOG]!><time="16:38:17.842-60" date="07-11-2018" component="AppEnforce" context="" type="1" thread="21896" file="appexcnlib.cpp:1997">
<![LOG[    Process 20328 terminated with exitcode: 1]LOG]!><time="16:38:17.878-60" date="07-11-2018" component="AppEnforce" context="" type="1" thread="21896" file="appexcnlib.cpp:2006">
<![LOG[    Looking for exit code 1 in exit codes table...]LOG]!><time="16:38:17.878-60" date="07-11-2018" component="AppEnforce" context="" type="1" thread="21896" file="appexcnlib.cpp:506">
<![LOG[    Matched exit code 1 to a Success entry in exit codes table.]LOG]!><time="16:38:17.879-60" date="07-11-2018" component="AppEnforce" context="" type="1" thread="21896" file="appexcnlib.cpp:585">
<![LOG[    Performing detection of app deployment type Solution 7 64bit ODBC Driver(ScopeId_F8F1046B-4FBD-4145-A885-02B8922DE222/DeploymentType_6425a6c5-6835-46f4-a89d-83aa64ddcb83, revision 26) for system.]LOG]!><time="16:38:17.885-60" date="07-11-2018" component="AppEnforce" context="" type="1" thread="21896" file="appprovider.cpp:2148">
<![LOG[+++ Application not discovered. [AppDT Id: ScopeId_F8F1046B-4FBD-4145-A885-02B8922DE222/DeploymentType_6425a6c5-6835-46f4-a89d-83aa64ddcb83, Revision: 26]]LOG]!><time="16:38:17.900-60" date="07-11-2018" component="AppEnforce" context="" type="1" thread="21896" file="localapphandler.cpp:291">
<![LOG[++++++ App enforcement completed (0 seconds) for App DT "Solution 7 64bit ODBC Driver" [ScopeId_F8F1046B-4FBD-4145-A885-02B8922DE222/DeploymentType_6425a6c5-6835-46f4-a89d-83aa64ddcb83], Revision: 26, User SID: ]++++++]LOG]!

SCCM CB Applications and scripts are not being downloaded to ccmcache folder

$
0
0

Hello Everybody,

I'm having a weird problem in SCCM, every time a patch or script is deployed to a collection, the workstations do not seem to receive them. An empty folder is created but that's about it.  Nothing has change as far as I know to my distribution point. All the content has been deployed to all my DP's.

The strange thing is that I seem to have no issues when deploying Windows software updates. I don't see any errors on my log files execmgr.log or CAS.log.

Any  ideas what could be happening?



How to deploy Free Apps from Microsoft Store with SCCM

$
0
0

Hi,

I got new request which I have cannot find answer to it. Management wants to deploy a Free App from Windows Store to all Windows 10 machine in our company and there is no download source available on vendor's site. I tried to download it from Microsoft Store but instead it just got installed and nothing in Temp to trace back.. nothing in add/remove program to trace the source from local machine. I wonder if anyone has done this before and share their experience on how to download (not install) from Microsoft Store so I could package up and deploy to our systems via SCCM.

Thank you in Advance.

Need to find All MS office package on my Domain

$
0
0

HI All,

I need a query to Completediscovery exercise detailing all Microsoft office packages per site byversion and language

Is it possible to have a deployments history for an application?

$
0
0

Hi friends,

I would like to know if its possible to have a deploymentts history for an application. I deployed and updated about 9 time the same application in 2018. But each time, i deleted the old deployment in Configuration Manager so i cannot check there. I need to know the dates when i deployed or updated it in 2018. Maybe there are a log ? or tools for know that ? Thank you very much

(SCCM 2012-2016)

SCCM - Deploy MSU file as an application or package - Error 0x80070001 (-2147024895)

$
0
0

Hi,

We are trying to deploy KB3020369-x64 and KB3125574-x64 via SCCM.

I tried creating the package 3 X different ways but both comes up with this error 0x80070001 (-2147024895)

1st Way - Created application as with script installer(Technology)->Content Location as FQDN location->wusa.exe "Windows6.1-KB3020369-x64.msu" /quiet /norestart 

2nd Way - Created application as with script installer(Technology)->Content Location as FQDN location->c:\windows\system32\wusa.exe "Windows6.1-KB3020369-x64.msu" /quiet /norestart

3rd Way - Created application as with MSI installer(Technology)->Content Location as FQDN location->wusa.exe "Windows6.1-KB3020369-x64.msu" /quiet /norestart

All 3 ways received the same error.

I can't deploy this package via Software Update feature of SCCM(Long story so please don't ask) so I need to deploy it as an application or package. Please assist



SCCM - PAST DUE WILL BE RETRIED

$
0
0
When deploying Acrobat in SCCM I get Past Due Will be Retried.  Does anyone know why this occurs?
Viewing all 4762 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>