Fixed a Bug in MDT 2013 automatically move computers to the right OU.

On December 2010 i wrote an article: automatically move computers to the right OU.
In MDT 2012 update 1 this was an issue: MDT 2012 settings per task sequence 

In MDT 2013 this is still a issue:

How to fix:

I changed DeployWiz_SelectTS.vbs file and it work again Glimlach

1. Edit DeployWiz_SelectTS.vbs
2. Add after “Dim sTemplate”
Dim sCmd
Set Oshell = createObject(“Wscript.shell”)
3. Add before “End Function” (bottom of page)
sCmd = “wscript.exe “”” & oUtility.ScriptDir & “\ZTIGather.wsf”””
oItem = oSHell.Run(sCmd, , true)

Download DeployWiz_SelectTS2013.7z

Rollup 5 for Microsoft Forefront Threat Management Gateway (TMG) 2010 Service Pack 2 (SP2).

Microsoft released Rollup 5 for Microsoft Forefront Threat Management Gateway (TMG) 2010 Service Pack 2 (SP2).

Issues that are fixed in this rollup package:

2963805 FIX: Account lockout alerts are not logged after you install Rollup 4 for TMG 2010 SP2
2963811 FIX: The TMG Firewall service (wspsrv.exe) may crash when the DiffServ filter is enabled
2963823 FIX: “1413 Invalid Index” after you enable cookie sharing across array members
2963834 FIX: HTTPS traffic may not be inspected when a user accesses a site
2967726 FIX: New connections are not accepted on a specific web proxy or web listener in Threat Management Gateway 2010
2965004 FIX: EnableSharedCookie option doesn’t work if the Forefront TMG service runs under a specific account
2932469 FIX: An incorrect value is used for IPsec Main Mode key lifetime in Threat Management Gateway 2010
2966284 FIX: A zero value is always returned when an average counter of the “Forefront TMG Web Proxy” object is queried from the .NET Framework
2967763 FIX: The “Const SE_VPS_VALUE = 2” setting does not work for users if the UPN is not associated with a real domain
2973749 FIX: HTTP Connectivity verifiers return unexpected failures in TMG 2010

Download

Translate »