This is a quick and dirty PowerShell script to import from CSV using the name of the machine to find the resource ID. It will only work for machines that are already a member of the Site you are working … Read More
Set IP during Task Sequence PowerShell – SCCM ConfigMgr MDT
So this Is an older script of mine that I developed for a client to receive variables from a task sequence and then assign the IP of the machine based off the variables. This specfic client set the IP variables … Read More
PowerShell Add Variables to Machines from CSV SCCM ConfigMgr
So it used to be a bit trickier to add a custom variable or multiple variables to a machine object in SCCM/ConfigMgr. But since the addition of the awesome New-CMDeviceVariable Cmdlet it’s a breeze!
Basically I’m in the midst of … Read More
PowerShell Export Collection Members to CSV SCCM ConfigMgr
I was at a client’s yesterday and wanted to “True Up” SCCM/ConfigMgr’s Collection memberships compared to a spread sheet they had of their servers. Now I’m not an Excel wizard by any stretch of the Imagination! So the client said … Read More