-
Posts
2925 -
Joined
-
Last visited
-
Days Won
79
Everything posted by Peter van der Woude
-
OSDComputerName variable and .Net
Peter van der Woude replied to RaymondA's question in Deploying Operating Systems
It is correct that OSDComputerName is empty when it is not used. The name is actually stored in the read-only variable _SMSTSMachineName and that value will be overwritten with the value of OSDComputerName (when used). See also: http://technet.microsoft.com/en-us/library/bb632442.aspx -
A trusted forest works almost the same as the local domain. Quote from http://technet.microsoft.com/en-us/library/gg712320.aspx You must have a forest trust to support any Configuration Manager sites that are located in other Active Directory forests. When you install a Configuration Manager site in a trusted forest, Configuration Manager does not require any additional configuration steps. However, make sure that any intervening firewalls and network devices do not block the network packets that Configuration Manager requires, that name resolution is working between the forests, and that you use an account that has sufficient permissions to install the site.
-
deploy win8 via softwarecenter
Peter van der Woude replied to testsieger's topic in Configuration Manager 2012
Yeah, that's possible. Small catch, you have to create it yourself via some script, or HTA and add that as the first step of the task sequence. -
Configuration Manager Client Package in progress
Peter van der Woude replied to abhi1411's question in How do I ?
As long as you use a Prepare ConfigMgr Client for Capture step during the capture task sequence everything will work as designed. That step will strip the client again. -
============================================================================================================================== To reach an even wider audience. This is a new tool, which I released this monday. >> Available via download here on the TechNet Galleries! << ============================================================================================================================== The script creates a form to show the Collection Details for a specific device. Normally, from within the console, it is hard to see what collection settings are all affecting the device. By running this script it will directly show the collection memberships of the device including the applicable deployments, maintenance windows, power settings and collections variables.It uses the ResourceId as input, so it can easily be used as a right-click action (see my own blog for an example). To use this script the following input variables are required: ResourceId - Specify the ResourceId of the device. SiteCode - Specify the site code of the ConfigMgr site. SiteServer - Specifify the site server name. Example: PowerShell.exe -ExecutionPolicy ByPass .\ShowCollectionDetails_v0_9p.ps1 -ResourceId 16777224 -SiteCode PTP -SiteServer PTSRVR02 Version 0.9 shows the following details: (New!) Tab – General; The Name of the Collections. (New!) Tab – General; The Id of the Collections. (New!) Tab – General; The Limiting Collection of the Collections. (New!) Tab – General; The Last Update of the Collections. (New!) Tab – General; The Last Membership Change of the Collections. Tab – Deployments; The Name of the Collections. Tab – Deployments; The Name of the targeted Deployments. Tab – Deployments; The Type of the targeted Deployments. Tab – Deployments; The State of the targeted Deployments. Tab – Variables; The Name of the Collections. Tab – Variables; The Name of the Collection Variable. Tab – Variables; The Value of the Collection Variable. (Updated!) Tab – Variables; The Type of the Collection Variable. Tab – Maintenance Windows; The Name of the Collections. Tab – Maintenance Windows; The Name of the Maintenance Window. Tab – Maintenance Windows; The Start Time of the Maintenance Window. Tab – Maintenance Windows; The Duration of the Maintenance Window. Tab – Maintenance Windows; The Recurrence of the Maintenance Window. Tab – Maintenance Windows; The Schedule of the Maintenance Window. Tab – Maintenance Windows; The Type of the Maintenance Window. Tab – Maintenance Windows; Whether the Maintenance Window is enabled or not. Tab – Power Management; The Name of the Collections. Tab – Power Management; The Name of the Non-Peak Power Plan. Tab – Power Management; The Name of the Peak Power Plan. Tab – Power Management; The Start Time of the Peak Power Plan. Tab – Power Management; The End Time of the Peak Power Plan. Tab – Power Management; The Wake-up Time of the devices in the Collection. Please let me know what you like and don't like about this script/ tool at: www.petervanderwoude.nl
-
I'm planning on making a screencast about this anytime soon... Until then, you can start the script with the following command line: PowerShell.exe -ExecutionPolicy ByPass .\ApprovalManager_v0_8p.ps1 -CollectiondId <CollectionId> - SiteCode <SiteCode> - SiteServer <SiteServer> - EnableAlert CollectionId - Specify the id of the collection, that contains the users, that the approver is allowed to approve, or deny, request of. SiteCode - Specify the site code of the ConfigMgr site. SiteServer - Specifify the site server name. EnableAlert - Specify this switch to enable alerts every hour
-
Running Task Sequence to execute a Runbook
Peter van der Woude replied to MarshMan0331's topic in Configuration Manager 2012
It uses the Network Access Account for starting the runbook(s), so make sure that the Network Access Account is member of the OrchestratorUser group.- 6 replies
-
- 1
-
- SCCM 2012
- Task Sequence
-
(and 2 more)
Tagged with:
-
But it is important to have your boundaries setup correct and configure protected DPs with that.
-
deploy win8 via softwarecenter
Peter van der Woude replied to testsieger's topic in Configuration Manager 2012
It's almost the same. Just don't give the deployment a schedule and make sure it's made available to either Only Configuration Manager Client, or Configuration Manager clients, media and PXE. -
SCCM 2007 - 2012 and Windows XP - 7
Peter van der Woude replied to KeithDib's topic in Configuration Manager 2012
That's possible, just pay attention to overlapping boundaries and site assignment. -
It's a bit more work, but yes, you can also utilize WMI and/or the registry. It can even be done by extending the Hardware Inventory with custom classes. The only down-side is, if you can even call it a down-side, it's not possible to show that information directly in the console. It can be used in queries and reports.
-
Post Application Installation Configuations
Peter van der Woude replied to Phylum's question in Deploy software, applications and drivers
Multiple methods... One method is to create the application via the MSI and then afterward change the command line to whatever script you want to run (and does the installation plus the extra actions). Different methods are creating separate deployment types/ packages. -
Script to find .pst - rename to .pstx but ignore "Outlook Files"
Peter van der Woude replied to jpodlipny's question in scripting
Have a look here about how to exclude files during the USMT capture: http://technet.microsoft.com/en-us/library/dd560762(v=ws.10).aspx -
SCCM SUP WSUS secondary update source?
Peter van der Woude replied to nickh2308's topic in Configuration Manager 2012
That's only possible for Endpoint Protection Definition Updates. Otherwise you indeed have to start looking at things like Internet Clients, Direct Access, or GPO's. -
Help with read the ASSET TAG using SCCM 2012
Peter van der Woude replied to mohanad's topic in Configuration Manager 2012
Use the integration with MDT, then use a Gather -step and then you have a new variable AssetTag. See also: http://www.windows-noob.com/forums/index.php?/topic/1133-setting-computername-during-deployment/ -
SCCM 2007 Virtual Applications
Peter van der Woude replied to KeithDib's topic in Configuration Manager 2007
Out-of-the-box there is nothing for ThinApp. Personally, I'm not very familiar with ThinApp, but when it's something that can be pushed to a client (via some sort of script, or command line), then it can also be done via ConfigMgr. -
Creating a reboot task
Peter van der Woude replied to stevenjwilliams83's topic in Configuration Manager 2012
Either install some right-click tools and manage it from there, or create a package that kicks of a restart command.