Hi
I have done a Office 365 Software Updates. I wonder where is software updates stored?
I want to clean-up for run Office 365 software updates again,,
Sokoban
----- S-O-K-O-B-A-N -----
Hi
I have done a Office 365 Software Updates. I wonder where is software updates stored?
I want to clean-up for run Office 365 software updates again,,
Sokoban
----- S-O-K-O-B-A-N -----
Hi,
I'm having issues with the latest version of PowerBI being pushed through SCCM CB, due to after the installation is being completed, the users are not able to share their documents. After analyzing the logs it seems to have being installed with success until
I realized that some Custom Actions are having some issues like:
* TriggerInstallSucceededTelemetry returned actual error code 1603....
* Error: could not load custom action class Microsoft.PowerBI.InstallationCustomActions.CustomActions from assembly: Microsoft.PowerBI.InstallationCustomActions
* CustomAction InstallCustomConnectorsDirectory returned actual error code 1603....
Basically the MSI and SCCM are sending a Return Code = 0, while the product is not able to work normally.
The same behavior has been found on Production machines, and despite a previous versions from April still works, we have tested just removing the September version and leaving only April, and the feature to share documents works fine except for the September
one.
Any advise for this issues?
Kind Regards.
Joel E.
HI,
I need to uninstall an msi deployed as a package. I have found the uninstall string MsiExec.exe /I{4BDBG0E7-1FC5-4937-92E3-0F6B3FBC784D}. Do I just add this to a new package in the command line and deploy. And delete the install deployments?
Moving forward I will be creating an application for the new version I need to install so that any later releases I can use the supersede capability. It just doesn't help me in this situation.
Any help I would be grateful.
Thanks
We have multiple large /16 networks in our organization which do not seem to work with MSSCCM .. only when i add the network as a class c /24 net does the boundary work. Is there any way in CM to enter a class B for a boundary.
For example we have:
10.30.0.0/16
I have entered the boundary into CM as 10.30.0.0 however if a machine comes in on 10.30.10.x it will not be recognized inside the 10.30.0.0 range, after i add a new range for 10.30.10.0 it will work. This is fine except i have nearly 40 vlans under each of those /16 networks and it will take forever to carve them all into a boundary. Is there another way?
Hi,
When deploying an application through a collection in "Required-Install" state, uninstall button is greyed out in Software Center. This doesn't happen if the application is installed through a collection in "Available" state. We would like to have the uninstall button always accessible, no matter if the application was pushed in a Required or Available state.
Is this feasible in SCCM 2012 ?
-Subbu
----- S-O-K-O-B-A-N -----
We've found that when we deploy Adobe Acrobat using a Task Sequence, when we need to update it, the program looks for the original source in the Task Sequence folder on C:. Is there any way when deploying with a Task Sequence to prevent this from happening?
I could deploy the updates with a registry hack to change the source to the correct location below, but that seems a bit extreme.
C:\Program Files (x86)\Adobe\Acrobat 2017\Setup Files\{AC76BA86-1033-FFFF-7760-0E1108756300}
Orange County District Attorney
When I debug to run the code as below, there is no errors or exception occurred. But the software that I choose isn't installed successfully on the target computer.
public ActionResult Index() { string url = "http://MyServer/CMApplicationCatalog/ApplicationViewService.asmx"; BasicHttpBinding binding = new BasicHttpBinding(); binding.Security.Mode = BasicHttpSecurityMode.TransportCredentialOnly; binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.Windows; ApplicationViewServiceSoapClient client = new ApplicationViewServiceSoapClient(binding, new EndpointAddress(url)); int total = 0; AppDetailView[] apps = client.GetApplications( ApplicationProperty.Name, null, ApplicationProperty.Name, "", 20, 0, true, ApplicationClassicDisplayName.PackageProgramName, false, null, out total); ViewBag.appLength = apps.Length; // New connection ConnectionOptions ops = new ConnectionOptions(); ops.Username = "TestUser01"; ops.Password = "12345678"; ops.Authority = "DOMAIN:sccm.cn"; ops.EnablePrivileges = true; string userIp = HttpContext.Request.UserHostAddress; string address = userIp; // New remote connection with client ManagementScope scope = new ManagementScope(@"\\" + address + @"\root\ccm\ClientSdk", ops); // call WMI ManagementClass cls = new ManagementClass(scope.Path.Path, "CCM_SoftwareCatalogUtilities", null); cls.Scope.Options = scope.Options; // Get DeviceId ManagementBaseObject outSiteParams = cls.InvokeMethod("GetDeviceId", null, null); // Display current site code. string clientId = outSiteParams["ClientId"].ToString(); string signedClientId = outSiteParams["SignedClientId"].ToString(); // Invoke InstallApplication Method InstallationInformation retInfo = client.InstallApplication(apps[0].ApplicationId, clientId + "," + signedClientId, null); ViewBag.installationInfo = retInfo.BodySignature; return View(); }
The applicationID and deviceID have already got from previous method and SDK, and the reserved has been set into null.
Is there any process needed which is ignored by me?
I am new to the SCCM development, this question confuse me a lot.
Thanks a lot for your ideas!
Hi All,
The application(preferred to not mention the name as i may get sued)...Just a quick insight for the application package:
The install EXE is wrapped and custom action installs several MSI, install CA certificate and enabled Windows features, the silent switched were given. On my VM, run up the silent switches in the command prompt(runas admin in CMD), I also executing the silent switches in the PSEXE command. First run, the VM forced restart after a couple minutes. Second run, the application installs successfully with exit code 3010.
So I try to deploy the above package in SCCM as Application and make it "Available" to machine collection. Install the application from the Software Center. The behavior replicated as above where the machine forced restart on first installs then retry with the exit code 3010(The application is fully installed). The Appenforce.log's Command execute.........In user context
The outcome is totally different when I deploy the above application as "Required", the first forced reboots did occur as expected, subsequent installs is partially installed with exit code 3010(The application is partially installed). The Appenforce.log's Command execute.........In System context.
Any feedback is highly appreciated.
Hi,
I'm attempting to document some of the configurations with our SCCM environment. I can (with the help of other posts elsewhere) get the application, supercedence, deploymenttypes, rules etc etc etc.
The one thing I am currently unable to do is associate a Virtual Application with it's related Virtual Environment(s) (AppV Connection Group), and hence any other applications within the Virtual Environment.
Here's a scenario:
So using App1 as my starting point. I use Powershell (Get-CMApplication) or (WMI Class 'SMS_Application') to retrieve lots of data about App1.
The problem:
From the SMS_VirtualEnvironment Class I can see there are two properties. (NumReferringApplications,NumReferringDeploymentTypes), which are populated with the correct numbers (2 - App1 & App2). I just can't figure out how to get a reference to the referring items.
Any assistance would be very much appreciated.
Thanks,
Simon.
Hi
I deployed McAfee package to client machines, some of them failed, I have gone through log file but unable to trace the root cause please help me to fix this, find below log file
Script for Package:CAS00445, Program: McAfee failed with exit code 3221225506 execmgr 10/8/2018 4:47:40 PM 5696 (0x1640)
Raising event:
[SMS_CodePage(437), SMS_LocaleID(1033)]
instance of SoftDistProgramErrorEvent
{
AdvertisementId = "CAS207B2";
ClientID = "GUID:8F5C1FBF-0D85-4809-9AEE-BC4AEC46AD3E";
DateTime = "20181008111740.869000+000";
ExitCode = "-1073741790";
MachineName = "703144959L";
PackageName = "CAS00445";
ProcessID = 4016;
ProgramName = "McAfee";
SiteCode = "GV5";
ThreadID = 5696;
UserContext = "NT AUTHORITY\\SYSTEM";
};
execmgr 10/8/2018 4:47:40 PM 5696 (0x1640)
Raised Program Error Event for Ad:CAS207B2, Package:CAS00445, Program: McAfee execmgr 10/8/2018 4:47:40 PM 5696 (0x1640)
Execution is complete for program McAfee. The exit code is -1073741790, the execution status is FailureNonRetry execmgr 10/8/2018 4:47:40 PM 5696 (0x1640)
Requesting MTC to delete task with id: {57888592-E692-42A0-A7C2-36AC45AC9D6A} execmgr 10/8/2018 4:47:40 PM 5696 (0x1640)
MTC task with id: {57888592-E692-42A0-A7C2-36AC45AC9D6A} deleted successfully. execmgr 10/8/2018 4:47:40 PM 5696 (0x1640)
Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="CAS00445",ProgramID="McAfee", actionType 10l, value Result:FALSE, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/8/2018 4:47:40
PM 5696 (0x1640)
Requesting MTC to delete task with id: {57888592-E692-42A0-A7C2-36AC45AC9D6A} execmgr 10/8/2018 4:47:40 PM 5696 (0x1640)
This execution request does not have a corresponding task in MTC. execmgr 10/8/2018 4:47:40 PM 5696 (0x1640)
Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="CAS00445",ProgramID="McAfee", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/8/2018 4:47:40 PM 5696
(0x1640)
CServiceWindowEventHandler::Execute - Received SERVICEWINDOWEVENT : START Event execmgr 10/9/2018 10:36:39 AM 1504 (0x05E0)
CServiceWindowEventHandler::Execute - Received SERVICEWINDOWEVENT : END Event execmgr 10/9/2018 10:36:39 AM 8116 (0x1FB4)
CExecutionRequestManager::OnServiceWindowEvent for START execmgr 10/9/2018 10:36:41 AM 1504 (0x05E0)
Auto Install is set to false. Do Nothing. execmgr 10/9/2018 10:36:42 AM 1504 (0x05E0)
I'm having the same issue as some of the others where the download status is stuck at 0%.
The package is setup for "Run with administrative rights" and "Allow users to interact with this program."
But here is a twist, if the user installing it is a local admin, the download works and it installs beautifully. If they are not, it gets stuck at 0%.
I stumbled accross some articles prior about WebDav on the ISS portion of the server needing to allow file extentions which may be blocked. And if the blocked ones are in the package they may need to be allowed in the WebDav settings. - I did some experimenting on this but I stopped at checking for each and every file extention in a package and/or allowing them all. I don't want to mess with the ISS settings if I don't have to. My couple of stabs at it didn't work. Although this was the most promissing.
As well, it works fine for some packages and not for others. Office products work fine (go figure), Oracle clients and Crystal Reports it fails/gets stuck as above.
I don't think its a BITS issue either as we don't use it for client installs etc. We have good bandwidth, so we didn't turn it on.
I also checked my boundaries. No issues there. Subnets used are included, and no typos.
As a side issue, which may be related, I found one of my packages (PowerOLAP) also failed when not a local admin (with either admin or non-admin in SCCM enviroment settings) because the install spooled up additional process, which quietly failed or did not start. I thought all processes started by the SCCM installer would run in an elavated fashion. Guess not.
Any other ideas out there?
Virtual Samurai - MCP, CCNA
Hi,
There is an issue that One of the applicaiton is getting installed by SCCM. But the workstation is not part of the specific application collection. I see the below information in AppDiscovery.log.
[AppDT Id: ScopeId_8CDFC94B-6002-490C-A7E0-CF066FCB6831/DeploymentType_caabbd80-ac12-47d4-946b-1fcf0cb19192, Revision: 1]
How to find the deployment name and how the application got installed to the machine.
Regards, Boopathi
how to install font from sccm 2012 r2
i follow the article
https://prajwaldesai.com/how-to-deploy-fonts-using-configuration-manager-2012-r2/
its working fine individually but when pushing from sccm its not working as application
Hello Guys,
I have created a Device collection for UK region (2000+ machines)
Now i have been given a list of 1000 machines to which i need to deploy an application.
I have to create a device collection for this 1000+ machines. as an input i have a excel or CSV file with a list of machine names.
Please suggest me how can i create a device collection with CSV file as input. Is my CSV file should be in particular format.
Or is there any other way i can create a collection for this 1000 specific machines.
Please suggest.
Anyone tell me how i deploy application during windows installation via TS?
Yours Prompt Action Will Be Highly Appreciate.
Hello
In our test environment SCCM 2012 SP2, Applications and Packages not deploying on client system. We created Adobe, GoogleChrome, Mozila, and VLC all are not deploying on client system.
On Site Staus Status Application Catalog Website Point showing Critical. We tried to uninstall and install but still its same.
Hi,
we have some problems with the visibility settings for the installation programs of deployment types. We want to install all of our applications in hidden mode, so we do the configuration in the user experience tab of the deployment type as follows
Normally these settings are working fine, but some deployments are not running in hidden mode and the installation window (or progress bar) is visible.
Does anyone know how to prevent this?
Best regards, Michael