Sign in
Martins ConfigMgr stuff
Random stuff about ConfigMgr (SCCM).
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
ConfigMgr
MDT
NoteToSelf
Queries
Archive
Archives
November 2012
(1)
November 2010
(2)
August 2010
(1)
April 2010
(1)
February 2010
(3)
November 2009
(1)
October 2009
(2)
September 2009
(1)
May 2009
(1)
April 2009
(1)
TechNet Blogs
>
Martins ConfigMgr stuff
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Martins ConfigMgr stuff
Install .Net 3.5 on Server 2012 without internet connection
Posted
6 months ago
by
Martin Modin [MSFT]
0
Comments
dism.exe /online /enable-feature /featurename:NetFX3 /all /Source:D:\sources\sxs /LimitAccess D:\ in this case is the path to the Windows Server 2012 installation media.
Martins ConfigMgr stuff
Collection membership rule to check for clients that are members of multiple AD groups
Posted
over 3 years ago
by
Martin Modin [MSFT]
0
Comments
The following collection query will list all clients that are part of the following AD groups: "APP-1" and "APP-2". select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup...
Martins ConfigMgr stuff
Configure IIS Response Buffering Limit on ConfigMgr reporting points
Posted
over 3 years ago
by
Martin Modin [MSFT]
1
Comments
If you get a HTTP 500 error when trying to watch a report e.g "History - Specific task sequence advertisements run on a specific computer" With show friendly HTTP error messages enabled in IE: The website cannot display the page HTTP 500 This error...
Martins ConfigMgr stuff
Setup PXE service point on Windows Server 2008 R2
Posted
over 3 years ago
by
Martin Modin [MSFT]
0
Comments
Install Windows Deployment Services (WDS) Start Administrative Tools \ Windows PowerShell Modules (Run as Administrator) > Add-WindowsFeature WDS > WDSUTIL /initialize-server /reminst:<X>:\Remoteinstall If WDS is running on the...
Martins ConfigMgr stuff
Limitations in ConfigMgr 2007 object names
Posted
over 3 years ago
by
Martin Modin [MSFT]
0
Comments
Packages 50 characters Programs 50 characters Collections 127 characters Folders 127 characters
Martins ConfigMgr stuff
Starting a CMD prompt as system in Windows 2008 R2
Posted
over 3 years ago
by
Martin Modin [MSFT]
0
Comments
PSEXEC -i -s -d CMD
Martins ConfigMgr stuff
Minimum permissions required to run reports in ConfigMgr console
Posted
over 3 years ago
by
Martin Modin [MSFT]
0
Comments
SMSAdmins local group to run console Read on site instance/class Read on reports class.
Martins ConfigMgr stuff
How to extend the MDT 2010 database with custom settings
Posted
over 3 years ago
by
Martin Modin [MSFT]
3
Comments
Add a new column to the settings table (can be done with SQL Management Studio) Give it a name and specify a datatype Run the following stored procedure against the MDT database EXECUTE sp_refreshview '[dbo].[ComputerSettings]' EXECUTE sp_refreshview...
Martins ConfigMgr stuff
Enable detect HAL on a 2008 R2 VHD image
Posted
over 4 years ago
by
Martin Modin [MSFT]
1
Comments
To enable detect HAL on a VHD file: Attach the image and assign it a drive letter e.g. R: Run “BCDEDIT /STORE R:\BOOT\BCD /SET {default} DETECTHAL ON” from a command prompt Detach the image Done
Martins ConfigMgr stuff
Get computer serial number and other info with PowerShell
Posted
over 4 years ago
by
Martin Modin [MSFT]
0
Comments
To get the serial number from a computer run the following PowerShell command: gwmi win32_bios | fl SerialNumber To get more information e.g. bios version and manufacturer just run: gwmi win32_bios
Martins ConfigMgr stuff
System Center Configuration Manager 2007 SP2 Update
Posted
over 4 years ago
by
Martin Modin [MSFT]
0
Comments
At last. http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=3318741a-c038-4ab1-852a-e9c13f8a8140
Martins ConfigMgr stuff
Use PowerShell to execute wmi queries (WQL)
Posted
over 4 years ago
by
Martin Modin [MSFT]
0
Comments
By using Get-WmiObject in powershell it’s possible to perform WMI queries in WQL One example: gwmi -Query "SELECT * from Win32_DiskPartition WHERE Bootable = TRUE"
Martins ConfigMgr stuff
Error message on a BITS-enabled distribution point.
Posted
over 4 years ago
by
Martin Modin [MSFT]
0
Comments
If a package gets stuck in the "Install Retrying" state at a BITS-enabled ditribution point. And you see the following error message logged in the Microsoft Configuration Manager\Logs\distmgr.log on the server: "ERROR ExecMethod(): Failed to execute AppCreate2...
Martins ConfigMgr stuff
How to determine which version of system center configuration manager 2007 you are running.
Posted
over 4 years ago
by
Martin Modin [MSFT]
1
Comments
To find out which version you are running just go to Site Management under your site database. RTM is 4.00.5931.0000 and SP1 is 4.00.6221.1000. Update 1: SP2 eval is 4.00.6468.2001 Update 2: SP2 retail is 4.00.6487.2000 To see if R2 is installed right...
Page 1 of 1 (14 items)