Welcome to Dirteam.com/ActiveDir.org Blogs Sign in | Join | Help

Browse by Tags

All Tags » PowerShell   (RSS)
PowerShell v2 has finally been released for 'legacy' OSes (Windows XP, Windows Server 2003, Windows Vista and Windows Server 2008)! I'm saying legacy OSes because the latest OSes are Windows 7 and Windows Server 2008 R2. You could also say the out-of-band Read More...
Today I was playing with "ServerManagerCMD.EXE" Windows Server 2008 R2. When I executed it I saw the following informational message: "Servermanagercmd.exe is deprecated, and is not guaranteed to be supported in future releases of Windows. We recommend Read More...
This is the way to determine which PowerShell Snap-Ins and Modules are available in Windows Server 2008 R2… PS C:\> Get-PSSnapin Name : Microsoft.PowerShell.Diagnostics PSVersion : 2.0 Description : This Windows PowerShell snap-in contains Windows Read More...
If you are using Windows PowerShell Remoting right now with WinRM CTP3 (or lower) on Windows Server 2008, it may break after you apply Service Pack 2 (SP2) for Windows Server 2008 (W2K8). One of the symptoms is the WinRM service not starting anymore and Read More...
Until Windows PowerShell CTP2, Microsoft used the CMDlet called " New-Runspace " for setting up a remote session. As of Windows PowerShell CTP3 that was changed to " New-PSSession ". Why? I do not know. Just something to be aware of! REMARK: this is not Read More...