Category Archives: PowerShell

How to Get a Domain name from the SID

Get the SID of all trusted domains and forest: Some time you end up having the object SID and want to know the Domain name, from which Domain this SID came from? we have a simple way to find this While working on Azure AD sync issues we come across the SID mismatch between user… Read More »

Why PowerShell remoting can’t be enabled on a Windows server 2008

By default PSRemoting is disabled in Windows server 2008, is there any reason why PowerShell remoting can’t be enabled on the Windows server 2008 box? And of course we can enable manually through multiple ways, any security risks/issues on Windows server To address about risks/issues of enabling it, there might actually be none. The question… Read More »

Enable Powershell Remoting on Windows server 2008 R2 and 2012

Powershell Remoting is very impressive feature from Windows server 2008 R2 / Powershell 2.0, it allows to run any PowerShell commands or access full PowerShell sessions on remote Server unlike the older native commands that run on the same server where the command been executed , so it’s powerful and easy to run a function from multiple… Read More »