Skip to content

Instantly share code, notes, and snippets.

View ITPirate's full-sized avatar

Alexander Benoit | ITPirate ITPirate

View GitHub Profile
@ITPirate
ITPirate / customizing_install_wim_V5.1.ps1
Created February 15, 2017 12:28
Customizing_Install_WIM
#╔════════════════════════════════╦════════════════════════════════════════════╗
#║ ║ Customizing Windows10 install.wim ║
#╠════════════════════════════════╩════════════════════════════════════════════╣
#║ Author : Tim Tacin <tim.tacin@weka.de> ║
#║ Created : 15.10.2015 ║
#║ Edited : 08.07.2016 ║
#║ Version : 5.1 ║
#╚═════════════════════════════════════════════════════════════════════════════╝
<#
@ITPirate
ITPirate / Windows10_Appx_Sideloading_Error.txt
Last active November 16, 2016 10:34
Windows10: Appx Sideloading Error with SCCM 1606 CB
<![LOG[+++ Starting Install enforcement for App DT "Office Lens - Windows app package (*.appx, *.appxbundle)" ApplicationDeliveryType - ScopeId_EC6F5233-4F96-4A0C-AC8B-9B5A8672B837/DeploymentType_2bc19fbe-d598-4b7e-87f4-5ac37a6b9b58, Revision - 3, ContentPath - C:\WINDOWS\ccmcache\m, Execution Context - User]LOG]!><time="11:21:33.961-60" date="11-16-2016" component="AppEnforce" context="" type="1" thread="1472" file="appprovider.cpp:1702">
<![LOG[ A user is logged on to the system.]LOG]!><time="11:21:33.962-60" date="11-16-2016" component="AppEnforce" context="" type="1" thread="1472" file="appprovider.cpp:2083">
<![LOG[Checking for existing dependency package...]LOG]!><time="11:21:33.963-60" date="11-16-2016" component="AppEnforce" context="" type="1" thread="1472" file="appxhandler.cpp:1122">
<![LOG[Cmd: C:\WINDOWS\CCM\SignedScripts\DetectWindows8App.ps1 -AppName:'Microsoft.VCLibs.140.00' -PackageFullName:'' -MinVersion:'' -FrameworkArchitecture:'ARM']LOG]!><time="11:21:33.963-60" date="11-16-2016" compo
@ITPirate
ITPirate / Failed_To_Download-Data_Transfer_Service.txt
Created November 16, 2016 09:50
Failed To Download - Data Transfer Service
<![LOG[Successfully queued event on HTTP/HTTPS failure for server ‘vsrv03.ITPirate.local’.]LOG]!><time=”10:00:48.677-60″ date=”11-16-2016″ component=”DataTransferService” context=”” type=”1″ thread=”6900″ file=”ccmhttperror.cpp:357″>
<![LOG[Error sending DAV request. HTTP code 401, status ‘Unauthorized’]LOG]!><time=”10:00:48.680-60″ date=”11-16-2016″ component=”DataTransferService” context=”” type=”3″ thread=”6900″ file=”util.cpp:703″>
<![LOG[GetDirectoryList_HTTP(‘http://vsrv03.ITPirate.local:80/SMS_DP_SMSPKG$/Content_f9ea1579-5597-439c-9c0e-239a6723b27f.1’) failed with code 0x80070005.]LOG]!><time=”10:00:48.680-60″ date=”11-16-2016″ component=”DataTransferService” context=”” type=”3″ thread=”6900″ file=”util.cpp:770″>
<![LOG[DTSJob {143F606A-DF46-4BDA-9AD6-05A7A67739FD} in state ‘Cancelled’.]LOG]!><time=”10:00:48.732-60″ date=”11-16-2016″ component=”DataTransferService” context=”” type=”1″ thread=”6900″ file=”dtsjob.h:178″>
<![LOG[DTSJob {143F606A-DF46-4BDA-9AD6-05A7A67739FD} cancelled by client.]LOG]!><tim
@ITPirate
ITPirate / Failed_To_Download-Content_Transfer_Manager.txt
Last active November 16, 2016 09:49
Failed To Download - Content Transfer Manager
<![LOG[Created CTM job {E98FD230-9BCF-4508-9D5F-C39D5785DC8F} for user S-1-5-21-3666548664-1944754915-858110063-1108]LOG]!><time="17:58:26.642-60" date="11-15-2016" component="ContentTransferManager" context="" type="1" thread="7020" file="ctmanager.cpp:726">
<![LOG[Persisted locations for CTM job {E98FD230-9BCF-4508-9D5F-C39D5785DC8F}:
(LOCAL) http://vsrv03.ITPirate.local/SMS_DP_SMSPKG$/Content_f9ea1579-5597-439c-9c0e-239a6723b27f.1]LOG]!><time="17:58:26.878-60" date="11-15-2016" component="ContentTransferManager" context="" type="1" thread="6040" file="ctmjob.cpp:2705">
<![LOG[CTM job {E98FD230-9BCF-4508-9D5F-C39D5785DC8F} (corresponding DTS job {F3C20B0E-EB33-45DC-BFB9-736DA41539DE}) started download from 'http://vsrv03.ITPirate.local/SMS_DP_SMSPKG$/Content_f9ea1579-5597-439c-9c0e-239a6723b27f.1' for full content download.]LOG]!><time="17:58:26.932-60" date="11-15-2016" component="ContentTransferManager" context="" type="1" thread="6040" file="ctmjob.cpp:589">
<![LOG[CTM job {E98FD230-9BCF-4508-9D5F-C39D57
@ITPirate
ITPirate / Install and Remove Apps
Created July 18, 2016 08:37
Windows 10 - Provisioning Packages - Install and Remove Applications and Apps by PowerShell
<#
.Synopsis
Simple PowerShell script for Application and App installation / removal
.DESCRIPTION
This script removes build in Apps and installs Applications and App
#>
[CmdletBinding()]
[Alias()]
[OutputType([int])]