Tag: automation
-

Monitoring your fleets event logs – Part 2
Install Splunk – It’s free! https://www.splunk.com/en_us/download/splunk-enterprise.html Modify Program Files\Splunk\etc\system\local\inputs.conf Add the lines [WinEventLog] evt_resolve_ad_obj = 1 Then we need to reboot splunk, in Splunk click Settings, then Server controls and click Restart Splunk Next we need to add our data source, click Add Data from the launch screen, then monitor Choose Local Events then ForwardedEvents and…
-

Monitoring your fleets event logs – Part 1
Windows has an amazing feature that let’s you collect logs from remote computers, it’s called Windows Event forwarding and is pretty easy to set up. Once we have this data we can use free tools such as Splunk or GrayLog to analyse the data, find patterns, fix. Below is the way to get started collecting…
-

Set the computer name using the BIOS Asset Tag
If you are setting the Asset Tag the same name that the computer is, it makes sense to only have to input it once. I created a powershell script that will do the following: If VM or Mac: Exit 0 If computer exists in SCCM: Exit 0 If AssetTag Exists/Not empty: Set OSDComputerName to AssetTag,…
-

MDT Toolkit files fail to download – could not resolve source
If this happens during OSD, it is likely due to 2 settings in the BIOS. I recommend WIN7 – Boot mode: Legacy Sata mode: AHCI Win10- Boot mode: UEFI Sata mode: AHCI From the log: The task sequence execution engine failed executing the action (Use Toolkit Package) in the group (Initialization) with…
-

Build and Capture fails if KB3160005 IE sec cumulative update is installed
Update: Adding more scratch space to the boot wim seems to have resolved the problem on Windows 10, Windows 7 seems to still have issues. Update: This update is also in Windows 10 CU 3163018, causing the same error. No workaround yet If your build and capture is failing at the capture step make sure you don’t…
-

Hey Cortana! How do I add additional speeches during OSD so you work?
For Cortana to work with your language you need to install the appropriate speech pack however if you are connected to an enterprise WSUS you won’t be able to see additional downloads for your language. To work around this you can get the language cab files from the ‘Windows 10 Features on Demand’ iso available…
-

Ensure the Operating System applys to C: drive not D: drive
This problem will increase more and more as everyone starts to use wim’s instead of the OS media in SCCM. There are a few workarounds for this problem however the best method is to force the new OS the reevaluate Drive Letters with 3 easy steps after applying the OS Create a Run Command Line step…
-
Creating Collections to deploy ConfigMgr client updates (the easy way)
Get the Servicing Exstension from Microsoft NOW as it does all the work!!! http://blogs.technet.com/b/configmgrteam/archive/2014/12/09/now-available-microsoft-system-center-2012-configuration-manager-servicing-extension.aspx Once you have this, in the Admin node, there’s a site servicing section -> client targeting. You click ‘Create Query’ and it makes a nice query for your collections. Then you go about creating your collection. click next. Select Add Rule -> Query Rule…
-
Format failed (0x80070057) during task sequence.
Update: If this is happening to you I recommend importing the boot wim again creating a new one and only adding the network drivers (in the surface pro 3 case) and test using that boot wim with a copy of your task sequence. Then add existing sata/network drivers you need for other…
