-
ConfigMgr: How to Use Powershell to Only Keep the Most Recent X Backups of Cd.Latest
If like me, you followed Kent Agurlund’s excellent guide on how to create SCCM backups using SQL you will have noticed that while it will only keep the last 7 backups, when you come to configure the cd.latest backups as an additional SQL job this will roll on forever, eventually consuming all of your precious disk space.
-
USMT: Backup Google Chrome Bookmarks
I needed to backup bookmarks from the Chrome web browser using USMT as part of an image refresh task I’ve recently implemented using SCCM 2012R2 + MDT Integration.
-
PowerShell: Function to query AppLocker event Logs
If you want to know how I queried AppLocker event logs using PowerShell then you will want to read this post.
-
Server2012R2: Net.Pipe and Net.Tcp Service Not Starting After In-Place Upgrade to Server 2012R2
Having just performed an in-place upgrade from Server 2008R2 to 2012R2 on two of our DHCP servers, I noticed the following two errors in Server Manager once the upgrade was complete:
-
ConfigMgr: How to Confirm BranchCache is Working
This is part 2 of a two part post. In Part 1 I explained how I configured BranchCache on my SCCM distribution point.
-
ConfigMgr: How to Configure BrancheCache
This is part 1 of a two part post. This part demonstrates how to install and configure BranchCache while Part 2 will demonstrate how to determine that BranchCache is actually working.
-
ConfigMgr: Access Denied Trying to Delete OfflineImageServicing Folder
ConfigMgr - If you are trying unsuccessfully to delete the OfflineImageServicing folder then you will want to read this.
-
PowerShell: How to speed up login times using Group Policy Preferences
If you want to know how I significantly reduced login times using PowerShell and Group Policy then you will want to read this post.