We’ve worked very hard to automate our environment where I work. As a part of that I’ve wrote a lot of PowerShell functions to perform various actions. I even went so far as to put together a module.
SCCM
Script to copy Client Settings between sites
Copy Site Settings between sites
This post is for a coworker of mine, Daniel. He’s a smart cookie I work with and has a great blog, PotentEngineer. Here ya go my friend!
Couldn’t verify ‘C:\WINDOWS\ccmsetup\ccmsetup.cab’ authenticode signature. Return code 0x800b0109
The problem:
Couldn’t verify ‘C:\WINDOWS\ccmsetup\ccmsetup.cab’ authenticode signature. Return code 0x800b0109 in CCMSetup.log
We had some client’s having install issues this week, they were getting ‘Couldn’t verify authenticode signature’ entry in their ccmsetup.log:
Speeding up testing of deployments
Here are some tips on speeding up testing of deployments. Although I’ll be demonstrating creating a package, the same information will apply to applications and updates. In order to move things along, it helps to understand what is going on in the background, so we will focusing on that. I will assume you already have an understanding of creating packages and will not go into much detail there.
Set Maintenance Windows for Software Updates
For the last two years, we’ve just had workstations in our SCCM environment, and now we are starting to bring in the servers. The server teams have a patching schedule and there are quite a few of them. They also change every month, they always relative to Patch Tuesday and have different reboot times. As … Read more
Remove Unreferenced packages from Distribution Points
The story Our distribution points were getting pretty full, and I wanted to see if I could clean them up before requesting more disk space. I wanted to go out and make sure we remove any packages that were on our DP’s and DP Groups that were not referenced by a task sequence or had … Read more
New-LogEntry Snippets
If you liked my previous post, Function to create logs that CMTrace can read and you use the ISE as your editor, I’ve posted a script in my BitBucket link to create three snippets to add that function when you need it.
Policy Churn issues
We’ve had this issue where OSD starts to fail because the client’s can’t download the policy from the MP’s. We’d seen this in the past and it was caused by some kind of corruption where a package that was referenced by the task sequence was getting it’s policy updated in a table at one of our primary sites a few times a second.
WSUS EULA not downloading error
We were seeing this error on our workstations saying the WSUS EULA not downloading:
COMAPI WARNING: ISusInternal::GetEulaText failed, hr=80240033
Package stuck downloading
Today we had a package stuck downloading at 0%. It didn’t budge for hours.