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

Browse by Tags

All Tags » PowerShell
Showing page 1 of 2 (14 total posts)
  • Out-of-Band Releases of PowerShell v2 are out

    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 releases have been released. This happened somewhere in the end of October 2009. If you ...
    Posted to Jorge 's Quest For Knowledge! (Weblog) by Jorge on november 8, 2009
  • (Web)Press review

    During preparation to TEC sessions and during TEC I noted some topics to blog about in a future so I hope that I will find time to blog about them soon. I noted also some URLs to tools which are out there so today’s post is some kind of web press release. Patch management. If you have ever wondered how to deploy updates maybe You will get ...
    Posted to Tomek's DS World (Weblog) by tomek on september 17, 2009
  • ILM fix in Exchange 2007 roll-up 9

    Exchange 2007 support in ILM 2007 has some tough history behind it. Lets not talk about painful past :). Even that this configuration (ILM and Exchange 2007) was available since Rollup 4 package with some fixes in Rollup 5 it wasn’t perfect. In some scenarios it still failed with MA export error caused by simple fact that update-recipient cmdlet ...
    Posted to Tomek's DS World (Weblog) by tomek on juli 17, 2009
  • Command Line version of Server Manager in Windows Server 2008 R2

    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 that you use the Windows PowerShell cmdlets that are available for Server ...
    Posted to Jorge 's Quest For Knowledge! (Weblog) by Jorge on juni 20, 2009
  • Which PowerShell Snap-Ins and Modules are available for use?

    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 Eventing and Performance Counter cmdlets.   Name : ...
    Posted to Jorge 's Quest For Knowledge! (Weblog) by Jorge on juni 20, 2009
  • Windows PowerShell Remoting with WinRM

    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 throwing the following error.   The solution? Don't install SP2! J WAIT! There ...
    Posted to Jorge 's Quest For Knowledge! (Weblog) by Jorge on juni 2, 2009
  • ‘New-Runspace’ vs. ‘New-PSSession’

    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 just for the 'New-Runspace', but rather for all related cmdlets, such as 'Remove-Runspace', ...
    Posted to Jorge 's Quest For Knowledge! (Weblog) by Jorge on juni 2, 2009
  • Quest’s AD cmdlets 1.2 are available.

    One of the cool cmdlets that was added is Get-QADMemberOf. I am excited to get playing with these. More info can be found on Dmitry’s blog here. You can download them here.
    Posted to Matt Johnson's Technical Adventures (Weblog) by win2kmaster on april 9, 2009
  • Log Parser and PowerShell

    David Muegge has a great set of blog posts going related to using Log Parser with PowerShell. Check them out with the links below. http://muegge.com/blog/?p=62 (Log Parser and PowerShell – Part I) http://muegge.com/blog/?p=65 (Log Parser and PowerShell – Part II)
    Posted to Matt Johnson's Technical Adventures (Weblog) by win2kmaster on februari 23, 2009
  • Get PC Serial Number via PowerShell

    This is a pretty cool one liner that is of tremendous help. You can get the serial number of most PCs via PowerShell remotely. This includes Dell service tags. Command: Get-WMIObject -Class ''Win32_BIOS'' -Computer computername | select SerialNumber   Example: Get-WMIObject –Class ...
    Posted to Matt Johnson's Technical Adventures (Weblog) by win2kmaster on november 4, 2008
1 2 Next >
Powered by Community Server (Personal Edition), by Telligent Systems