configmgrblog.com
Community Tools – Configuration Manager Blog
http://configmgrblog.com/resources/community-tools
Microsoft Enterprise Mobility Suite: Planning and Implementation. Mastering System Center 2012 Configuration Manager. Mastering System Center 2012 R2 Configuration Manager. ConfigMgr 2012 Mastering the fundamentals. ConfigMgr 2012 SP1: Mastering the Fundamentals. MAM enabled apps in the App Stores. My top 10 Books. Microsoft Enterprise Mobility Suite: Planning and Implementation. Mastering System Center 2012 Configuration Manager. Mastering System Center 2012 R2 Configuration Manager. My top 10 Books.
scripting101.com
Get-Help
http://www.scripting101.com/powershell-basics/get-help
June 19, 2015. Most questions I get about scripting and automating an IT environment are about Active Directory (AD). For some reason the AD is quite a difficult piece of technology to automate in a proper way. Quite some entries will be dedicated to AD scripting, but before we start with that we will focus on a few basic principles first: Get-Help, Comments and Error Handling. What Is Get-Help and How To Use It. Once I was attending a meeting with Jeffrey Snover. How To Use Get-Help? This will give you ...
powerintheshell.com
Links | Power in the shell
https://powerintheshell.com/links
Power in the shell. Skip to primary content. New and relevant blog. Http:/ www.scconfigmgr.com/category/configmgr/. An other very good blog. Https:/ crankdesk.wordpress.com/category/sccm. The most slish blog. Http:/ blogs.technet.com/b/configmgrdogs/. The best –. Http:/ www.truesec.com/Tools/Tool/Deployment CD. Https:/ gallery.technet.microsoft.com/. Lots of Videos and News:. Https:/ wazcommunity.wordpress.com/. First you should read this introduction:. Some nice debugging introduction – videos.
benmorris.me
Ben Morris: November 2012
http://www.benmorris.me/2012_11_01_archive.html
A blog I have created to record interesting ConfigMgr and Powershell information I find. Wednesday, 14 November 2012. PowerShell - Refresh content on all DP's assigned for a package. Get-WmiObject -ComputerName SCCMServer -Namespace root sms site abc -query "Select * from SMS SoftwareUpdatesPackage where PackageID = 'xxx00088'").RefreshPkgSource(). Thursday, 8 November 2012. PowerShell - Get-SCCMSoftwareUpdateCompliance 2007 Module. C: Windows System32 WindowsPowerShell v1.0 Modules SCCM. Parameter(Posit...
benmorris.me
Ben Morris: October 2012
http://www.benmorris.me/2012_10_01_archive.html
A blog I have created to record interesting ConfigMgr and Powershell information I find. Friday, 5 October 2012. PowerShell - Get the assigned site code for an SCCM Agent. WmiClass]" ComputerName ROOT ccm:SMS Client").getassignedsite() Select sSiteCode. Available "SMS Client" class Methods:. Subscribe to: Posts (Atom). View my complete profile. PowerShell - Get the assigned site code for an SCC. Configuration Manager PowerShell SDK. System Center Configuration Manager Team Blog.
benmorris.me
Ben Morris: PowerShell - Refresh content on all DP's assigned for a package.
http://www.benmorris.me/2012/11/powershell-refresh-content-on-all-dps.html
A blog I have created to record interesting ConfigMgr and Powershell information I find. Wednesday, 14 November 2012. PowerShell - Refresh content on all DP's assigned for a package. Get-WmiObject -ComputerName SCCMServer -Namespace root sms site abc -query "Select * from SMS SoftwareUpdatesPackage where PackageID = 'xxx00088'").RefreshPkgSource(). Subscribe to: Post Comments (Atom). View my complete profile. PowerShell - Refresh content on all DPs assigned . Configuration Manager PowerShell SDK.
eliasleal.com
myLinks | Elias Leal - Tech Blog
https://eliasleal.com/mylinks
Elias Leal – Tech Blog. Systems Management Tips and Tricks. DellTechCenter.com Enterprise Client Driver Cabs. Lenovo BIOS Matrix Simulators. Creating Custom Reports by Using SQL Server Views in SCCM 2012. Microsoft Technet Evaluation Center. IT Pros Evaluating MS Software). Microsoft Technet Virtual Lab. IT Pros Evaluating MS Software). Microsoft Time Zone Index Values. Office 2013 and Office 365 Updates. Office Deployment Tool for Click-To-Run. System Center Configuration Manager Forums. August 22, 2016.
benmorris.me
Ben Morris: June 2012
http://www.benmorris.me/2012_06_01_archive.html
A blog I have created to record interesting ConfigMgr and Powershell information I find. Saturday, 23 June 2012. Checking BITs health on SCCM site servers with PowerShell. How to manually check BITs on an MP with PowerShell command:. Administrator from the start-menu. Start-BitsTransfer -source . Test-Bits.txt -dest http:/ [SCCMServerMP]/CCM Incoming/test-bits.txt -TransferType Upload. How to check multiple MP's with a PowerShell script:. Copy the script to any local folder. And agree to prompt with.
benmorris.me
Ben Morris: April 2013
http://www.benmorris.me/2013_04_01_archive.html
A blog I have created to record interesting ConfigMgr and Powershell information I find. Tuesday, 30 April 2013. Tuning SCCM 2007 and 2012 Site-to-Site Replication with Thread Settings. For the longest time I continually listened to people referring to SMS SCCM as ' slow. To further illustrate my point I have added the below graphs and related notes:. Multiple concurrent active package distributions and metadata replication backlogging indicating possible thread misconfiguration. Bottom – Distribut...
benmorris.me
Ben Morris: PowerShell Module - Test SCCM Management Point
http://www.benmorris.me/2012/12/powershell-module-test-sccm-management.html
A blog I have created to record interesting ConfigMgr and Powershell information I find. Wednesday, 5 December 2012. PowerShell Module - Test SCCM Management Point. Tests the MPList and MPCert SCCM management point URLs. Http:/ localhost/sms mp/.sms aut? Http:/ localhost/sms mp/.sms aut? The computer name to target. PS C: Get-SCCMMPTest -ComputerName "Foo". PS C: Get-SCCMMPTest Foo. PS C: Get-SCCMMPTest Foo Foo2. Foreach ($Computer in $ComputerName) {. Computer = $Computer.toupper(). Results Add-Member -...