Hi,
does anyone have an idea which clasess i have to query when i want to get information about "not compliant" Systems.(regarding the state of the "Client Update")
Kind Regards Patrick
Hi,
does anyone have an idea which clasess i have to query when i want to get information about "not compliant" Systems.(regarding the state of the "Client Update")
Kind Regards Patrick
Hi All,
I am trying to deploy an application upgrade to an application which was previously installed to %PRogramFiles% and the upgrade installs to the current logged in user (%LOCALAPPTATA%. I borrowed a detection script someone had written to install MS Teams which I had modified in the past to work with other applications.
When I test the script on a system running on a local system and running a admin CMD and launching PSExec to simulate running in the System Context and I get the following error is what I receive:
C:\Temp>powershell.exe -ExecutionPolicy bypass -file .\WPDetectionScript.ps1
At C:\Temp\WPDetectionScript.ps1:22 char:12
+ Write-Log "Start Script Execution"
+ ~~~~~
Unexpected token 'Start' in expression or statement.
At C:\Temp\WPDetectionScript.ps1:37 char:67
+ ... Write-Log "Warning: WorkPace.exe not found – need to install App!"
+
~
The string is missing the terminator: ".
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
I know the issue is in the $WorkPace declaration on Line 20. There is a space in the path but I can't figure out where to put the ~ in the path for the script verify if the file is present.
Here is the Script
[String]$LogfileName = "WorkPaceDetection" [String]$Logfile = "$env:TEMP\$LogfileName.log" Function Write-Log { Param ([string]$logstring) If (Test-Path $Logfile) { If ((Get-Item $Logfile).Length -gt 2MB) { Rename-Item $Logfile $Logfile".bak" -Force } } $WriteLine = (Get-Date).ToString() + " " + $logstring Add-content $Logfile -value $WriteLine } $User = gwmi win32_computersystem -Property Username $UserName = $User.UserName $UserSplit = $User.UserName.Split("\") $WorkPace = "$env:SystemDrive\users\" + $UserSplit[1] + "`\appdata\local\Wellnomics\Wellnomics WorkPace\WorkPace.exe`" # Parameter to Log Write-Log "Start Script Execution" Write-Log "Logged on User: $UserName" Write-Log "Detection-String: $WorkPace" If (Test-Path $WorkPace) { Write-Log "Found DetectionFile" $MSTeams = Get-Item $WorkPace Write-Log "Get File Details" Write-Log "Version found: $($WorkPace.VersionInfo.FileVersion)" Write-Log "Script Exectuion End!" Write-Log "" Return $true } Else { Write-Log "Warning: WorkPace.exe not found – need to install App!" }
Dear Team,
We are using SCCM 2012.
Our requirement is to create an application package with customized options as below
* once package is deployed, desktop shortcut should appear in the client pc
* Automatic update feature of the application should get disabled.
We are trying this feature for iTunes as a testing purpose. Can you please assist us on this ?
Thank you.
SJ
I'm creating an image. Right off of the DVD, I install W10 1709. First thing I do, is apply windows updates. Reboot. SCCM client gets installed, and I see my advertised products. I choose Office 2016. Every time I do that, I get Application Deployment 0x80091007 (-2146889721) after it downloads the product (and then promptly deletes it so I can't manually try to install it).
This is fresh off of the W10 1709 DVD. Nothing but windows updates have been installed. I don't have antivirus installed yet, as I stage that as the last thing I deploy.
We have office 2013, it installed with no problems whatsoever. I have the log file, but it is absolutely obtrusive. Nothing stands out or gives me any advice on where to look. Before I post it in its entirety, was hoping to get guidance on where to look. I've done this both with and without installing windows 10 1709 updates, I still get the error.
This is the 64 bit rev of windows and Office 2016. Thanks again.
-Scott
I am trying to publish applications that I have created in ConfigMgr 2012 to the Application Catalog but when filling in the boxes under the Application Catalog the Application Catalog website is showing that there are no applications available at this time.
Both roles are installed and I can access the site by going to http://<servername>/CMApplicationCatalog
Can somebody suggest what I am doing wrong or point me towards the apprioate log files that might tell me?
Cheers
Adam.
Hi,
I'm trying to deploy .net 4.7.2 through SCCM, in some machines it was successfully deployed and in some machines i'm getting this error code "0x87D00324(-2016410844)".
I have kept detection method as file version of mscorsvw.exe under this location "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319" and the value of detection method is Greater than or equal to 4.7.3062.0
Note:- I have kept Product GUID as detection method before keeping file version as detection method. This error is the reason i changed detection method as File version from Product GUID.
can anyone help me over here.
Let me start by saying that I am new to SCCM 2012.
I have pushed out the client side install for SCCM 2012 and 90% of the users are working well and I am able to push installs and connect to them remotely.
I have a few users who are getting the following error. I have looked online and can't find anything relating to this particular issue.
SCNotificatino has stopped working.
Description: Stopped working
Problem Event Name: CLR20r3
Problem Signature 01:scnotification.exe
Problem Signature 02: 5.0.0.0
Problem Signature 03: 4f42f5b2
Problem Signature 04: System Configuration
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4a275e0d
Problem Signature 07: 1a6
Problem Signature 08: 136
Problem Signature 09: IOIBMURHYNRXKW0ZXKRVFN0BOYYUFOW
OS Version: 6.1.7600.2.0.0.256.4
Locale ID: 1033
The users say that it pops up in the morning and does so a number of times and then stops and they are able to work again.
Can someone please let me know why this might be happening?
Thanks
I have question around time taken to download & install the application when the deployment is set to Required vs Available.
We have Stand-alone Primary SCCM 2012 R2 site along with 4 Secondary Sites.
Recently we have observed that the applications that deployed as required take much longer to download & install than applications where deployment is set as available. Office package 800MB takes 45min to 1hour to download when it set as required the same package when deployed as available gets downloaded & installed in 20 min.
I am not sure if someone has observed this or facing a similar issue. Please suggest how do i proceed further with this.
Hello,
my DP is schowing waring:
Porcessing content.
When I check the smsdpmon.log on the affected DP i found that the package 100206 causes the problem.
But under the tab "Content Status" I can find a package, application.... that has this number
I am working to create a silent Office 2016 MSI application in SCCM. I have packaged the application multiple times but each time I am required to click the 'Install Now' option before it will begin the installation. Getting a true silent install is the goal so I can add it on to our task sequence, I can't right now since I am required to do the single click to get it started. I have recreated this package a few times now and cant figure it out. Links to information I have used to create packages.
https://gallery.technet.microsoft.com/office/How-to-deploy-Office-2016-13823f84
https://gallery.technet.microsoft.com/office/How-to-Deploying-Office-dc4e6d04
I have a third party software running on my Windows 2012r2 server (Cloud based) and every week to two weeks the service fails and looses connection with the server preventing people from logging in or loosing connection at their local machines.
The vendor has researched their logs and cannot find a specific problem for why the service stops and when I review my logs from Windows there's nothing that tells me something occurred to force the service to error out.
Are there any windows tools that I can use to monitor a service and tell me a little more information for why this happens?
David J. Delahoussaye
I have been tasked to deploy Java and it's always a pain.
Is there a way for SCCM to somehow retrieve information on which web applets are using a certain JRE version so I can use that information to whitelist them for the Java deployment rule set?
I am open to any suggestions whether that be programmatically using PowerShell, or any other method because I need to get this accomplished here soon and it is posing a problem.
Thank you for your help on this.
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,
We have an requirement to uninstall the software (Teamviwer and anydesk) via sccm, But for those software there is no MSI uninstallers, we
Any idea of what will be the best option to do that ?
Thanks, Mariappan Shanmugavel
I was trying to install Visual Studio BUild tools from SCCM, but just opening software Center the Status of the Software is
past due - will be updated
and i i try to run in become
Waiting to apply changes
But nothing happend. In the appdiscovery.log seems that it not detected the deployement type even if is it configured
Performing detection of app deployment type Microsoft Build Tools 2017(ScopeId_D420E392-730E-434E-A718-E85D4B4BF97E/DeploymentType_1faaf133-b5ac-496c-87b0-b9c3356ca8ca, revision 4) for system.]LOG]!><time="12:11:38.586-120" date="08-06-2019" component="AppDiscovery" context="" type="1" thread="8040" file="appprovider.cpp:2128"><![LOG[+++ Application not discovered. [AppDT Id: ScopeId_D420E392-730E-434E-A718-E85D4B4BF97E/DeploymentType_1faaf133-b5ac-496c-87b0-b9c3356ca8ca, Revision: 4]]LOG]!><time="12:11:38.612-120" date="08-06-2019" component="AppDiscovery" context="" type="1" thread="8040" file="localapphandler.cpp:291"><![LOG[+++ Did not detect app deployment type Microsoft Build Tools 2017(ScopeId_D420E392-730E-434E-A718-E85D4B4BF97E/DeploymentType_1faaf133-b5ac-496c-87b0-b9c3356ca8ca, revision 4) for system.]LOG]!><time="12:11:38.613-120" date="08-06-2019" component="AppDiscovery" context="" type="1" thread="8040" file="appprovider.cpp:545">i'm new to the SCCM WORLD so what could it be error? wjhat log i could be check to understand where is the error?
Hi,
I am trying to find a way to detect which computers has Office 365 x86 and which has Office 365 x64 in our environment.
Anyone know a query that will work for this?
The query I am using to detect if Office 365 (any version) is installed is this:
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS_64 on SMS_G_System_ADD_REMOVE_PROGRAMS_64.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName = "Microsoft Office 365 ProPlus - en-us"
Can I have a sql query to provide detailed deployment status for the applications deployed between dates with Success,Error,In progress,ReqNotmet,Unknown.
Good morning,
I'm running into an issue on two of our dp's where the Management Point isn't detecting that the boot image wim isn't deployed to it.
The boot image is in the packages share on the DP, but for whatever reason can't be re-deployed. I can go through the distribute content wizard and select the DP but nothing happens after that. Other packages can be deployed to the DP so it's something to do with this particular boot image but I'm not sure what at this point.
The DP has plenty of disk space available, and permissions haven't changed.
Would manually deleting the folder inside the share resolve the issue? I was going to try this but didn't want to cause further issues if this wasn't the correct method for resolving this issue.
This has just been an issue since our upgrade to 1902.
Thanks for any advice you can share.
Does anyone have some ideas on how to go about creating a Global Condition for whether a user is logged in or not? Not a particular user, but ANY user.
I'm creating a single Application with two Deployment Types. Deployment Type 1 would be an unattended install and only run if the user is logged off. Deployment Type 2 would be an attended install and only run if a user is logged on and be set to display a progress bar. I am going to use the Requirements tab of each deployment type to determine if a user is logged on or off.
In SCCM 2007 this was easy with Packages, I could set it to run no matter if the user was logged on or off and just tick the box to allow user interaction. Since I always use /passive for MSI, it was effective because it would run fine no matter if the user was logged on or off. As I'm sure everyone knows, the "allow user interaction" box is now grayed out when choose to run "whether or not a user is logged in"
I wish Microsoft would change it back to the old way.