Powershell Commands

powershell

Powershell is becoming more and more important these days and the possibilities for using it are endless. However, there are also a large amount of very basic easy-to-use commands that you should add to your knowledge collection. We all pick up new Powershell commands that help us to do our jobs all the time so … Read more

Join Server 2012 R2 Core to your Domain

Windows Server 2012

If you are using Server 2012 R2 Core and you wish to join it to the domain, then you can use this simple Powershell command to do it. Add-Computer -DomainName YOURDOMAIN.COM -Credentials DOMAINUSERNAME -Restart Note that the -Restart command at the end will automatically restart your server once it has completed the joining process. Also … Read more

SCCM 2012 Client Stuck in Provisioning Mode

sccm logo

We recently have had issues with our Windows 7 operating system deployments seemingly not completing fully. We were getting the following issues: The ConfigMgr client was not fully installed – it was displaying the Site Mode as “Unknown” The ConfigMgr client was not picking up a certificate – it was displaying as “None” The _SMSTaskSequence … Read more

Task Sequences types in Software Center – OSD or Application?

System Center Configuration Manager SCCM

Sorry about the recent lack of updates on our site but we have been incredibly busy fixing “real world” IT issues! Its also the silly season for holidays so over the next month updates may be a little sparse but we will try our best! We recently came across a really good blog post by Daniel … Read more

ConfigMgr OSD – Strange Task Sequence Failures Solved

ConfigMgr OSD – Strange Task Sequence Failures Solved

We had reports from a customer this week about strange issues with their Configuration Manager OSD Task Sequences failing. The OSD seemed to work on most machines but a new batch of refurbished laptops would PXE boot but then would fail after the task sequence had been selected with a generic Microsoft error (you know … Read more

Microsoft Exchange Management Shell Commands – Get Mailbox Size Information

Exchange 2013

There are many uses for Exchange Management Shell and we will be adding various EMS commands over time so to start with we are going to show you how to get your Exchange mailboxes size information. For an overview of your Exchange mailboxes statistics, open your EMS console and type in the following command: Replacing … Read more