Quantcast
Viewing all 4762 articles
Browse latest View live

how was office 2013 installed on a machine

Is there a way to find how a computer got Office 2013 installed? we try to figure did the computer got it via SCCM deployment (which SCCM deployment package it was using)? or was the Office 2013 installed via some other way (download by user).

For computer that received Office 2013 via SCCM, these information is not in the SCCM deployment collection / package reporting - not sure why. ...

thank you




How to create script/batch file for a standalone .exe file and how to load it in SCCM2012?

Hi Guys,

Hope you could help me on this.

I have a standalone .exe file that I wish to deploy to all our machines here in our office. The .exe file application is ClickShare_for_Windows.exe

My goal put the ClickShare_for_Windows.exe file in all our machines here in our office via SCCM.

How can I do that via script/batch file in SCCM2012? What is the script I need to create?

Sorry guys just a newbie in scripting.

Thank you in advanced!

John

Can I change the update schedule of multiple collections, i.e. with Powershell?

Dear all,

I have about 500 collections (user and device) with different update schedules (ranging from every 5 minutes to never at all) and now wish to change the update schedule to a general one (once every 30 minutes). I know how to set the schedule with Powershell, but only when creating new collections (New-CMUserCollection ... -RefreshSchedule...). Ideally, I would put all my existing collections in a text-file and run an appropriate cmdlet to adjust their schedule, but unfortunately I do not know which one; Set-CMUserCollection i.e. does not accept the parameter -RefreshSchedule.

Does anyone have an idea how this can be accomplished without having to touch each collection manually?

Thanks in advance

Lars Bremer

Deploy a msp file to remove individual apps from Office 2007

Hello,

I created a deployment using a custom MSP file to uninstall all apps from Office 2007 except Access, As a POC the MSP works if ran manually but when using SCCM deployment type as script it fails and the AppEnforce.log or event viewer does not give me any indication f what could be the issue, so i am assuming that something is not set up correctly, so here is the deployment setup

Deployment type: script installer

Installation/Uninstall program: xxxxx.msp

detection rule:

Stting Tyoe = File System

Type = File

Path = %ProgramFiles(x86)%\Microsoft Office\Office12

File or folder Name = excel.exe

Command to uninstall Office 2016 and content/location of uninstall.xml file

Command to install Office 2016 is as simply as it gets setup.exe. However I have trouble with command to uninstall Office 2016. It should be like this:

setup.exe /uninstall ProPlus /config Uninstall.xml

Uninstall.xml content is:

<Configuration Product="ProPlus"><Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /><Setting Id="SETUP_REBOOT" Value="Never" /></Configuration>

However uninstallation always fails with an error:

Setup can't find or validate an installation file. Please try reinstall Office ...

Last year I did the same with Office 2013 and I was able to uninstall it successfully. Are there some changes in Office 2016 from Office 2013 related to installation/unistallation switches, xml file format ...?

Heads-up – Installation of CRM 2015 x86 stops task sequence and breaks CM Agent - ConfigMgr 2012 R2 SP1 CU

Hi folks,

I just want to warn about an odd case regarding deployment of CRM 2015 in task sequence.

We’ve upgraded to CRM 2015 and deployed CRM 2015 Outlook client with update 0,1 and English MUI Update 0,1.
Added the CMR installation to our Task Sequence for new computers.

When we now deploying new computers, the task sequence stops after the CRM 2015 installation.
After a lot of investigation we see that it’s a CRM 2015 prerequisite that breaks the CM client and the task sequence fails.

CM Client version 5.00.8239.1203.8239 contains prerequisite Microsoft Visual C++ 2013 Redistributable version 12.0.21005.1 (X64).
CRM 2015 Client contains prerequisite Microsoft Visual C++ 2013 Redistributable version 12.0.30501.0 (X86).
When installing MVC++ from CRM the CM agent stops working.

Our solution to this odd problem was to Update the CM client installation with Microsoft Visual C++ 2013 Redistributable version 13.0.30501.0 (X64).
I never thought that a X86 installation of VC++ would breaks an X64 installation of VC++ and the CM agent.

 

Issue with 2016 Office 365 application package

Hi All,

We planned to deploy 2016 office 365 via SCCM 2012, but we facing some problem in windows 10 systems.

The same package is working manually, but getting error if install via SCCM.

Error Screenshot below:

Image may be NSFW.
Clik here to view.

And we have more than 50GB free space in C drive.

Please help me anyone.

Regards,

Chithiravel.S

Applications not updating on DP?

Hi,

I seem to have an issue when updating Applications to deploy to clients.
SCENARIO: I have updated an MSP file to use when deploying Office to our clients.
I had updated the Application in the SCCM Console by right-clicking the application > content locations > selecting the distributions and redistributing. This was confirmed successful in the Content Status section.
The application is advertised for the clients OK and installs. The issue is, in the ccmcache the MSP that is downloaded to the client is not the most updated file.

Any suggestions?



How to add an existing Global Condition to an application deployment type via Powershell?

Hi All,

I'm trying to add an existing Global Condition to an application deployment type via Powershell. The part I'm stuck at is running this command:

$app.DeploymentTypes[1].Requirements.Add($rule)
Cannot find an overload for "Add" and the argument count: "1".
At line:1 char:1
+ $app.DeploymentTypes[1].Requirements.Add($rule)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodException
    + FullyQualifiedErrorId : MethodCountCouldNotFindBest

I'm assuming that means that I haven't selected/set my $rule properly. I tried using this command to assign $rule to an object using the Requirements on a different deployment type:
$rule = $app.DeploymentTypes.[0].Requirements

I've looked through the article here (gallery.technet.microsoft.com/SCCM-2012-Global-Condition-2b133101#content)and tried tweaking his scripts, but it seems like each time you Create the GlobalCondition you're making a new one; what I want to do is just assign an existing one. That way, if I need to modify all of the application deployment types using that one Global Condition I can change one and have it change for all that use that (i.e. if Windows 8.2 comes out, then I don't need to check the 8.2 box on all my deployment type requirements).

How do I select an existing GlobalCondition properly so that i can assign it using the command below?
$app.DeploymentTypes[1].Requirements.Add($rule)

Thanks a ton in advance!

APP V applications getting reinstalled after every reboot

Hi All,

Recently a user has reported an issue that every time he reboots his VDI machines all APP V apps gets reinstalled. All basic troubleshooting has been done but the issue still persists.

Please advise on how to troubleshoot and indentify the root cause on why for a single user all APP V apps are getting reinstalled on every reboot.

Powershell MsgBox Not showing when installing through Software Center

Hello guys

I am a noob at powershell so forgive me, and I might not understand some answers if you are good at powershell

I made or (edited a template rather) powershell install script to install a large size program

I have made it call VB to display a message box to say that this installation will take over 40 mins to the user

it works great installing it manually through

As myself as the user as admin and also even tested running as System

works fine and shows the msg box

My issue is when installing this through sccm

It does not display the message box and just continues with the install? It does not even stop or fail which is even more confusing..

My script is pretty simple:

# Set up some Variables
$workingDirectory = (split-path $myinvocation.mycommand.path -parent)

# Display a warning message before installation begins
Add-Type -AssemblyName Microsoft.VisualBasic
[Microsoft.VisualBasic.Interaction]::MsgBox('Ansys 16.2 takes over 30 mins to install. Please do not log out or shutdown your computer during the installation. You can continue working as normal while it is being installed. Once complete you will see in Software Center say "installed" next to Ansys 16.2.', 'OKOnly,SystemModal,Exclamation', 'Warning')

# ***** Install Application ******
Start-Process -FilePath "$WorkingDirectory\ANSYS162_WINX64_Disk1\setup.exe" -ArgumentList "-silent -disablerss -licserverinfo `"::licensing-b`"" -Wait -ErrorAction SilentlyContinue
Start-Sleep -s 3

# ***** Delete Shortcut and unlicensed products *******
Remove-Item "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ANSYS 16.2\Uninstall ANSYS 16.2.lnk" -Force -ErrorAction SilentlyContinue
Remove-Item "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ANSYS 16.2\ANSYS Icepak 16.2.lnk" -Force -ErrorAction SilentlyContinue
Remove-Item "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ANSYS 16.2\Aqwa" -Recurse -Force -ErrorAction SilentlyContinue
Remove-Item "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ANSYS 16.2\ACP" -Recurse -Force -ErrorAction SilentlyContinue
Remove-Item "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ANSYS 16.2\ANSYS Client Licensing" -Recurse -Force -ErrorAction SilentlyContinue

I have tried ticking "Allow users to interact with install"

and also tried making the program visibility normal and maximized in my application in the config manager console

Any help would be appreciated.. !

Applications failing to install

I have a newly created task sequence to install Windows 10 Enterprise 64bit as well as an assortment of different software.

The task sequence is straight forward: Partition the disk, apply the OS, Windows, Network and Device settings. Then I have the Setup Operating System. Here it installed and setups up Windows and Configuration. Then I run into problems.

If I choose to install my software via a package, it freezes and hangs on Office 2016.

If I choose to install applications, Windows completes, but the applications are nowhere to be found. Thoughts?

Please let me know if I need to upload any logs.


Source Replication Question

Hi All,

I have created a script based package (EXE) that accepts command line argument so the application can be installed differently based on argument, I have created 10 different applications in SCCM console using same source media but command line are different for each install (deployment type) and now I have to modify one source file. Since SCCM uses Single Instance Storage to copy contents so I am wondering if I need to update content to all of 10 deployment types or just one?

I hope I am not confusing anyone with this question but if I did then please let me know so I can explain in details.

List of Users and Email Addresses from Software Query

Hello,

So I feel that I am not the only one who has ever run into this, but I cannot find a viable solution anywhere. Here is what we have been asked to do:

"Please remove all instances of X software from the organization. However, before you do, we need to notify those users VIA company email that you are removing the software and what to expect." Now, I do not find this unreasonable by any stretch until I find myself deep in a VLOOKUP in excel for 1200 users!

What I have done so far, is created a query to detect the presence of the application. I have created an application to remove the application as well and all of that works great! In my output of the query, I have the Top Console User to show who is the primary user of the device. What I am missing is their email address, so I am going through the entire list, making sure I have the right email address and user. Some people have multiple machines, or are on loaners, so there is that as well.

Why not do a user deployment? I would love to, but I cannot do a query against a user. I need to build a collection based off of who has a software installed. 

I am aware that it is possible that Orchestrator may be able to auto email people xx days in advance of a deployment with a workflow, but sadly we do not have that option (yet, but hopefully soon!). 

Anyone run into this and how have you tackled it in the past?

Thanks!

SCCM SQL View

Hi Folks,

Is there any view/table to get all  machine which all are have admin rights


Please click answer If it works Thanks KMI


Applications not visible in Software Center

Hello Guys,

some Clients have Problems to show Application Deployments in Software Center. In Deployment Monitoring Tool I can see the Deployments. But if you select the Deployment I get the Error "DT cannot be empty". So I think the Policy isn't downloaded correctly.

CIDownloader.log.

CCIDownloadItem::AddToManifest - Starting download of DocumentType 2 for ModelName Windows/x64_Windows_Server_2008_R2_Core, Version 1	CIDownloader	24.01.2013 11:00:54	5068 (0x13CC)
CCIDownloadItem::AddToManifest - Starting download of DocumentType 1 for ModelName Windows/x86_Embedded_Windows_7, Version 2	CIDownloader	24.01.2013 11:00:54	5068 (0x13CC)
CCIDownloadItem::AddToManifest - Starting download of DocumentType 2 for ModelName Windows/x86_Embedded_Windows_7, Version 2	CIDownloader	24.01.2013 11:00:54	5068 (0x13CC)
CCIDownloadItem::AddToManifest - Starting download of CI content document with DocumentName urn:policy-platform:policy.microsoft.com:smlif:ms.dcm.Windows.x86_Windows_7_Client:1:VL, DocumentVersion 1 (VL)	CIDownloader	24.01.2013 11:00:54	5068 (0x13CC)
CCIDownloader::ParseDtsMessage - Dts failed with error code: 0x80070002. CI Downloader will retry.	CIDownloader	24.01.2013 11:00:54	4008 (0x0FA8)
CIDownloaderJob({CFEBCEF0-7D16-421D-A53A-2A26F82CE5BF}): Received Dts failure message during CI download.	CIDownloader	24.01.2013 11:00:54	4008 (0x0FA8)
CIDownloaderJob({CFEBCEF0-7D16-421D-A53A-2A26F82CE5BF}): CCIDownloaderJob::QueueRetry - Consumed 5763 seconds of 172800 second download window.	CIDownloader	24.01.2013 11:00:54	4008 (0x0FA8)
CIDownloaderJob({CFEBCEF0-7D16-421D-A53A-2A26F82CE5BF}): CCIDownloaderJob::QueueRetry - Retrying package download in 2880 seconds...	CIDownloader	24.01.2013 11:00:54	4008 (0x0FA8)
CCIDownloader::CreateJob	CIDownloader	24.01.2013 11:21:50	44 (0x002C)
CCIDownloader::StartJob	CIDownloader	24.01.2013 11:21:50	44 (0x002C)
CIDownloader job empty.	CIDownloader	24.01.2013 11:21:50	44 (0x002C)
CCIDownloader::DeleteJob for job {D10C1E70-D480-4C05-9C95-D4BCBECFD4F1}	CIDownloader	24.01.2013 11:21:50	44 (0x002C)
CIDownloader job deleted.	CIDownloader	24.01.2013 11:21:50	44 (0x002C)

CIAgent.log

CAgent::EvaluateCIs	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::HandleEvent(Event=Transition, CurrentState=Init)	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): Client requesting CIAgentJob context info for key: StateMessagePriority	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): TransitionState(From=Init, To=WaitingForAssignedCI) for Event=Transition	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): QueueDebug - Executing Event.	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::HandleEvent(Event=Transition, CurrentState=WaitingForAssignedCI)	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore DownloadCIs	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): QueueDebug - Executing Event.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::HandleEvent(Event=DownloadCIs, CurrentState=WaitingForAssignedCI)	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): TransitionState(From=WaitingForAssignedCI, To=DownloadingCIs) for Event=Transition	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): QueueDebug - Executing Event.	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::HandleEvent(Event=Transition, CurrentState=DownloadingCIs)	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): Client requesting CIAgentJob context info for key: PostRebootDetect	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): Nothing to be downloaded.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore PersistCIs	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): QueueDebug - Executing Event.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::HandleEvent(Event=PersistCIs, CurrentState=DownloadingCIs)	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): TransitionState(From=DownloadingCIs, To=PersistingCIModels) for Event=Transition	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::Execute [GlobalSemaphore] Trying to aquire global semaphore	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::Execute [GlobalSemaphore] Queued for global semaphore acquisition.	CIAgent	24.01.2013 11:21:50	1336 (0x0538)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): GlobalJobEvent() called [GlobalSemaphore]	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::Execute [GlobalSemaphore] Acquired global semaphore.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::HandleEvent(Event=Transition, CurrentState=PersistingCIModels)	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_0ddc3eb7-5ee3-41eb-9fed-646d28a06bcf:11. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_0ddc3eb7-5ee3-41eb-9fed-646d28a06bcf:11 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_0e9a8348-0ad5-44ee-bf81-82dfd44f0699:11. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_0e9a8348-0ad5-44ee-bf81-82dfd44f0699:11 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_10203df1-4fe4-49ef-8ab3-e8030e6a2cef:22. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_10203df1-4fe4-49ef-8ab3-e8030e6a2cef:22 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_1fc34d72-440d-4f6f-9a50-604e421f3c04:13. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_1fc34d72-440d-4f6f-9a50-604e421f3c04:13 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get dependency chain for App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_2191a582-1987-40fd-b8ec-cbee1a2ba590:4, will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_22778347-5967-4ee1-bdc0-3fce578b7ee1:2. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_22778347-5967-4ee1-bdc0-3fce578b7ee1:2 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_278d8ebe-16bc-49b7-a806-42025d921f84:6. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_278d8ebe-16bc-49b7-a806-42025d921f84:6 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_27c341d0-a38e-43c9-aeef-a82be7e1f664:1. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_27c341d0-a38e-43c9-aeef-a82be7e1f664:1 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get dependency chain for App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_2bf3a7d7-27fc-4fe6-80ff-80c9adee89a8:5, will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_33aa078b-9afa-48b3-9550-8d926c07721e:5. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_33aa078b-9afa-48b3-9550-8d926c07721e:5 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get dependency chain for App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_3a41042c-4feb-421b-8b55-42334654681e:15, will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_3be6a762-f993-4fe5-aca5-1989551d5a88:5. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_3be6a762-f993-4fe5-aca5-1989551d5a88:5 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_3c0b214a-2258-4765-be5d-d2a9fd754bc6:2. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_3c0b214a-2258-4765-be5d-d2a9fd754bc6:2 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get dependency chain for App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_46f5d091-992c-4e24-b0a2-3de657c0b8c7:16, will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_49337598-4c68-401e-8c39-a415288cd7d6:11. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_49337598-4c68-401e-8c39-a415288cd7d6:11 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get dependency chain for App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_4da67baa-ac51-4327-bfdc-c8f81781ae62:20, will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_4f0df4d7-e1d0-4717-b9e2-5f9cb6f1dd9b:8. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_4f0df4d7-e1d0-4717-b9e2-5f9cb6f1dd9b:8 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_5d895d54-10ea-447d-8b45-123b77e89721:4. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_5d895d54-10ea-447d-8b45-123b77e89721:4 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_636ad5b2-da09-439b-ac7c-d7895d728131:2. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_636ad5b2-da09-439b-ac7c-d7895d728131:2 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_665c56e0-626a-4d8d-9378-48a8c8546846:1. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_665c56e0-626a-4d8d-9378-48a8c8546846:1 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_666d662e-66f7-4e53-b4fd-06ccd55239bf:4. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_666d662e-66f7-4e53-b4fd-06ccd55239bf:4 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_6a39d117-9e22-4e11-8fcd-ebbf35b00688:3. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_6a39d117-9e22-4e11-8fcd-ebbf35b00688:3 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_6da53bf1-ab56-4a96-9af8-6df6d4b9972e:10. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_6da53bf1-ab56-4a96-9af8-6df6d4b9972e:10 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_70d0451a-94c0-4372-b19b-dd9e4246788f:3. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_70d0451a-94c0-4372-b19b-dd9e4246788f:3 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_716e6646-2efd-4d3a-9441-5563de429a01:3. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_716e6646-2efd-4d3a-9441-5563de429a01:3 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get dependency chain for App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_77493905-3008-4862-bd89-d5fad3318cfc:41, will not be included in evaluation.	CIAgent	24.01.2013 11:21:50	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_77c479ff-bef7-456d-9bae-47ea1513e56f:4. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_77c479ff-bef7-456d-9bae-47ea1513e56f:4 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:51	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_7925a429-49b4-4b04-8094-4987ca70a35b:7. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_7925a429-49b4-4b04-8094-4987ca70a35b:7 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:51	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_79516c6a-a815-4c31-99fe-9ab4e4024e4e:1. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_79516c6a-a815-4c31-99fe-9ab4e4024e4e:1 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:51	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_7af21e61-ffe4-4791-85ba-86d83cc9cf31:3. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_7af21e61-ffe4-4791-85ba-86d83cc9cf31:3 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:51	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_7d5204c1-26e4-489e-addb-1401d965153f:8. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_7d5204c1-26e4-489e-addb-1401d965153f:8 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:51	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_7e5660da-b7c7-49dd-8940-7c751389f61a:3. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_7e5660da-b7c7-49dd-8940-7c751389f61a:3 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:51	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_85f4af90-a3f1-4d7e-bb6a-b079c20fa2d5:14. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_85f4af90-a3f1-4d7e-bb6a-b079c20fa2d5:14 chain will not be included in evaluation.	CIAgent	24.01.2013 11:21:51	44 (0x002C)
CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_8908c4aa-5c4e-41fd-a111-e4be0780e6bb:2. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/

Is it possible to reset Software Center?

how to deploy universal app using sccm12

Hello experts,

Could help me out to deploy universal app using SCCM. I have to deploy custom Universal app (not windows store App) using SCCM.

Thanks 
RICHKM

Application Catalog Deployments Are Not Updating

Hello,

We have a customer on SCCM 2012 R2 Sp1 (no CU).  We recently noticed that Apps in our App catalog are failing to install.  Upon further investigation, we have come to realize that the catalog appears to be 'stuck' in terms of the deployments assigned to a user.

For example:  My user account has only 1 App deployed to it.  What I see in our catalog is All 29 applications.  This situation is echoed across all user accounts in this environment.  I've verified that my user account is not in the deployment collection and the SCCM properties of my account confirms that I only have 1 App deployed.

I have moved into and out of the deployment collections with no change to the available count, I have tried logging on with a fresh user profile, I've rebooted the server, I've completely removed and reinstalled the role as well.

Logs files look great, no errors and they regularly confirm connection to the Catalog Service point and page.

Any thoughts before I call Microsoft?

Thanks!

Sub Select CM2012 Query Statement

What is the CM2012 Query statement using the Criterion Properties SubSelected values to search the registry for a display name or product key. Trying to find out how many systems are running an old Project Pro 2010 service pack.

Unspecified error (Error: 80004005; Source: Windows)

We are deploying Office 2016 via a Task Sequence we are running the uninstall vbs scripts to uninstall older version of office.

We have been using the following guide http://www.deploymentmadscientist.com/2016/01/11/deploying-microsoft-office-2016-overview-and-prerequisites/.

The task sequence runs fine up until the Office 2016 install and we get the following error Unspecified error (Error: 80004005; Source: Windows).

Checking the smsts log we get the below

Invoking App Management SDK to evaluate app polices InstallApplication 08/06/2016 09:51:51 3540 (0x0DD4)
Process completed with exit code 2147500037 TSManager 08/06/2016 09:51:58 2148 (0x0864)
!--------------------------------------------------------------------------------------------! TSManager 08/06/2016 09:51:58 2148 (0x0864)
Failed to run the action: Install Office Professional Plus 2016 (32-bit).
Unspecified error (Error: 80004005; Source: Windows) TSManager 08/06/2016 09:51:58 2148 (0x0864)
Set authenticator in transport TSManager 08/06/2016 09:51:58 2148 (0x0864)
Set a global environment variable _SMSTSLastActionRetCode=-2147467259 TSManager 08/06/2016 09:51:58 2148 (0x0864)
Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 08/06/2016 09:51:58 2148 (0x0864)
Clear local default environment TSManager 08/06/2016 09:51:58 2148 (0x0864)
Failed to run the action: Install Office Professional Plus 2016 (32-bit). Execution has been aborted TSManager 08/06/2016 09:51:58 2148 (0x0864)
Set authenticator in transport TSManager 08/06/2016 09:51:58 2148 (0x0864)
Failed to run the last action: Install Office Professional Plus 2016 (32-bit). Execution of task sequence failed.
Unspecified error (Error: 80004005; Source: Windows) TSManager 08/06/2016 09:51:59 2148 (0x0864)
Set authenticator in transport TSManager 08/06/2016 09:51:59 2148 (0x0864)
Task Sequence Engine failed! Code: enExecutionFail TSManager 08/06/2016 09:58:05 2148 (0x0864)
**************************************************************************** TSManager 08/06/2016 09:58:05 2148 (0x0864)
Task sequence execution failed with error code 80004005 TSManager 08/06/2016 09:58:05 2148 (0x0864)
Cleaning Up. TSManager 08/06/2016 09:58:05 2148 (0x0864)
Removing Authenticator TSManager 08/06/2016 09:58:05 2148 (0x0864)

Don't understand why this fails

Viewing all 4762 articles
Browse latest View live


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