PowerShell 3 Dimensional Arrays
Redefining the problem from an array with three elements to an object with three properties led me to the solution
Read MoreRedefining the problem from an array with three elements to an object with three properties led me to the solution
Read MoreUpdated: 8/25/18 to correct issue in script Recently I was cleaning up the Application objects in SCCM. All applications used in a task sequence were in a folder called “OSD – Workstation”. I wanted to delete any applications in this folder that were not being directly referenced in an existing task sequence and were not […]
Read MoreRecently I ran across an issue where task sequence was failing on installing an application. The returned exit code was the dreaded 16389. I have found that this exit code means the application detection rule or requirements did not process correctly. The AppDiscovery.log file showed the following error message: In-line script returned error output: & : […]
Read More