Sign in
AlexSemi's Blog
Alexey Semibratov's Blog on OSD/SCCM/MDT
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
MDT
MOM
SMS
Archive
Archives
January 2013
(3)
October 2012
(1)
September 2012
(1)
April 2012
(1)
March 2012
(1)
February 2012
(1)
December 2011
(3)
November 2011
(2)
May 2011
(1)
January 2011
(1)
October 2010
(1)
June 2010
(1)
March 2010
(1)
February 2010
(2)
January 2010
(2)
December 2009
(2)
November 2009
(2)
October 2009
(1)
August 2009
(1)
July 2009
(3)
April 2006
(2)
February 2006
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
AlexSemi's Blog
New view - Real IP address based on v_GS_NETWORK_ADAPTER_CONFIGURATION and calculated Subnet field (not a subnet Mask!!!)
Posted
3 months ago
by
alexsemi
1
Comments
Another custom query and a function for me. Basically, IP address is a mutivalue property, and sometimes discovery finds supernets if it can't figure out the subnet mask. That means, if you break your 10.0.0.0 subnet, it still assumes class A network...
AlexSemi's Blog
Modified Administrative Security > "Administrative users security assignments" report with effective rights
Posted
3 months ago
by
alexsemi
0
Comments
One of most useful reports is Administrative Security > Administrative users security assignments. It shows you Configuration Manager administrative users with rights, assigned to them. The only problem with that report, is that it shows you only...
AlexSemi's Blog
Computer Make / Model with Lenovo real models
Posted
3 months ago
by
alexsemi
0
Comments
After looking at a couple of reports / SQL queries for Lenovo models, I realized that they have some drawbacks. Lenovo stores its model in a different class, called Win32_ComputerSystemProduct and the name for the field is "Version". So, for SCCM,...
AlexSemi's Blog
Script, that populates base variable with packages and programs based on Computer's AD group membership.
Posted
7 months ago
by
alexsemi
2
Comments
Here is the script, that will find all groups computer belongs to and if they start with some special prefix (defined in the code as AD_GROUP_PREFIX constant), it will take a description, that's using the same format as a base variable for Install Software...
AlexSemi's Blog
LoadState captures the same profile twice for users that were migrated with ADMT/Quest tools.
Posted
7 months ago
by
alexsemi
0
Comments
You may run in a situation, when LoadState captures the same profile two or more times. This happens if there are two or more SIDs under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList have a value for ProfileImagePath pointing...
AlexSemi's Blog
Updated reports - now for CM 2012
Posted
over 1 year ago
by
alexsemi
0
Comments
I converted reports I created for CM 2007 to 2012 format: http://blogs.msdn.com/b/alex_semi/archive/2012/03/19/one-old-and-2-new-compliance-reports.aspx?wa=wsignin1.0
AlexSemi's Blog
One old and 2 new compliance reports
Posted
over 1 year ago
by
alexsemi
0
Comments
Remember " Compliance Report, break down by months "? I created two child reports - one shows break down of patches released specifies month with compliance and if you click on patch it will show you the list of incompliant patches. Plus I changed...
AlexSemi's Blog
OS refresh fails with NTLDR can't be found error
Posted
over 1 year ago
by
alexsemi
22
Comments
Update. As Avi pointed out in comments to this post, my script does not handle root directories that invalid in Windows FileSystem space, because FSO does not see them when enumerating. I changed it to call of "DIR" command. And now I just delete them...
AlexSemi's Blog
x-mass present! _AUTOMATICALLY_ open all important logs - smsts.log, bdd.log - anything!
Posted
over 2 years ago
by
alexsemi
0
Comments
Hi! How many times you have been looking for SMSTS.LOG checking all possible locations, finally finding the wrong version, because time in Win PE is off? Finally, the pain is over! Attached script, ZTITrace32.wsf will open them for you automatically...
AlexSemi's Blog
Increase CM cache and clean it - 2
Posted
over 2 years ago
by
alexsemi
2
Comments
Next version to http://blogs.msdn.com/b/alex_semi/archive/2011/12/15/increase-cm-cache-and-clean-it.aspx Now the script goes to WMI, and checks, if each cached package required by any of mandatory assignment, and if it’s in a future, or recurring...
AlexSemi's Blog
Increase CM cache and clean it
Posted
over 2 years ago
by
alexsemi
0
Comments
Sometimes it's hard to accommodate all needed packages in SCCM cache, so admins usually increase the size of the cache to a few gigabytes. Since SCCM does not clean cache unless it needs to fit some new packages, you will end up with old versions of packages...
AlexSemi's Blog
Remote Connection to WinPE during SCCM deployments - creating shortcuts with Ticket numbers and IP on a file share
Posted
over 2 years ago
by
alexsemi
1
Comments
Update - I've found a bug and fixed it. Now you can call this script from PE in OS Refresh scenario as well. The well known name in Deployment world, Johan Arwidmark wrote an excelent article on adding remote control to MDT/SCCM Boot...
AlexSemi's Blog
Sending SCCM Status Messages from MDT Scripts.
Posted
over 2 years ago
by
alexsemi
0
Comments
Recently, I asked Michael Niehaus would it be a good idea to send Events, that normally go to EventShare, to SCCM as a status message. Michael's response was that the challenge was Windows PE. But still, if you're using MDT Scripting framework for...
AlexSemi's Blog
Compliance report, break down by months
Posted
over 2 years ago
by
alexsemi
0
Comments
Instead of maintaining endless Update Lists with patches from each month, I created this custom report, breaking down by Months. Creterias: 1. Category: Security patches 2. Prodcuts: All 3. Severity: Critical and Important 4. One missing...
AlexSemi's Blog
Creating faster OEM Images with OSD and MDT.
Posted
over 2 years ago
by
alexsemi
5
Comments
Creating faster OEM Images with OSD and MDT. Introduction OEM scenario is where you prepare the reference computer and duplicate the hard drive using any tool or hardware duplicator. Microsoft offers two products to accomplish OEM image creation...
AlexSemi's Blog
Collecting SCCM computer object last logon time.
Posted
over 3 years ago
by
alexsemi
5
Comments
Sometimes it may be usefull to see when the last time computer account contacted domain, so you could see which records are old and long time gone. First you need to add an attribute to AD discovery. Go to site management, open your site, Site Settings...
AlexSemi's Blog
Associate log files with Trace32.exe
Posted
over 3 years ago
by
alexsemi
1
Comments
It's always a good idea to have Trace32.exe copied to every computer to be able to take a look on the logs, and I usually do it by adding it to the image copying it to \$OEM$\$$ under deployment share, so it's always in %WINDIR% on any computer. Plus...
AlexSemi's Blog
ZTIWindowsUpdate.WSF does not install all patches
Posted
over 3 years ago
by
alexsemi
2
Comments
ZTIWindowsUpdate.wsf is the script that goes to Microsoft Update or internal WSUS server and install all approved updates from there. It is a part of automated image build process I've been creating for all of my customers. In MDT 2010 this script...
AlexSemi's Blog
Script to add specific packages to all distribution points
Posted
over 3 years ago
by
alexsemi
0
Comments
Script to add some packages to all distribution points As your SCCM hierarchy grows, you might found that you spend more and more time adding packages to new distribution points. In SCCM, for BDP, there is a way to add a package automatically. ...
AlexSemi's Blog
Patch management notifications dilemma
Posted
over 3 years ago
by
alexsemi
2
Comments
It's always been challenging to choose either to check "Hide all deployments from end users" in "Software Updates Client Agent Properties". If you decide to suppress it - you won't be able to patch the computers manually. It may be challenging for servers...
AlexSemi's Blog
Report, showing all collections computer belongs to
Posted
over 3 years ago
by
alexsemi
3
Comments
Here is an SCCM report, that takes computer name and shows all collections that computer belongs to Query used in this report: select C . Name0 , B . CollectionID , B . Name from v_ClientCollectionMembers A , v_Collection B , v_R_System C...
AlexSemi's Blog
Adding config.xml, generated by scanstate.exe /getconfig, to your migration.
Posted
over 3 years ago
by
alexsemi
3
Comments
After you have fixed the problem with scanstate.exe can't access down level manifests, ( http://blogs.msdn.com/alex_semi/archive/2009/12/10/when-upgrading-or-reinstalling-windows-xp-to-windows-7-using-usmt-4-0-to-migrate-system-and-user-state-settings...
AlexSemi's Blog
When upgrading or reinstalling Windows XP to Windows 7 using USMT 4.0 to migrate system and user state, settings like Wallpaper and Network Printer mappings are not migrated.
Posted
over 4 years ago
by
alexsemi
0
Comments
Update: MDT 2010 Update 1 addresses this issue. Frank Rojas came up with much simpler idea of just adding an extra step to the task sequence, here is how: http://blogs.technet.com/configurationmgr/archive/2010/02/10/solution-when-using-usmt-4...
AlexSemi's Blog
Applications picker for SCCM/MDT
Posted
over 4 years ago
by
alexsemi
0
Comments
BUG: when after implementing this solution the customsettings.ini is not getting processed. Download updated version. Uninstall old one before installing this one. Recently, I was moving my customer from MDT to OSD with MDT extensions, and I was puzzled...
AlexSemi's Blog
Hide cscript.exe window for MDT general purpose wizard hook
Posted
over 4 years ago
by
alexsemi
0
Comments
As you could notice at this post by Michael Niehaus, on a back there is a big "dos" window with a script being running. This happens because OSD always runs windows scripts in pre-exec hook with CSCRIPT.EXE, even if you specify WSCRIPT.EXE in the...
Page 1 of 2 (34 items)
1
2