Browse by Tags
All Tags »
Powershell (
RSS)
My PowerShell session I presented last TechDays 2013 is online. Below you find the session abstracts. “Discover the power of PowerShell in this session. The sky is the limit… But are you using PowerShell the right way? What about reusing...
I’m doing a second LiveMeeting on PowerShell (advanced – starting at level 300, up to 400) and again it is 95% demo-driven!! All information is be available in the slides, but merely as reference material… you will hardly see any of these slides… The...
I’m doing a couple of LiveMeetings on PowerShell (both basic and advanced) and are 95% demo-driven!! All information will be available in slides, but merely as reference material… you will hardly see any of these slides… The Live meetings will be...
PowerShell 2.0 brings some great new management functionality such as: Remoting: lets you run commands on one or more remote computers from a single computer that is running Windows PowerShell. PowerShell remoting allows for multiple ways of connecting...
I've been using PowerShell for a while now but it still hasn't replaced the command prompt for me yet, even though it is extremely powerful!! I have been using the Command Prompt From Here a lot to make it easier to open up a command prompt...
Cmdlets are the heart-and-soul of Windows PowerShell, Microsoft's latest command shell/scripting language. This series provides a task-based introduction to Windows PowerShell cmdlets: Rather than focusing on the individual cmdlets themselves, the...
Module A module is a package that contains Windows PowerShell commands, such as cmdlets, providers, functions, variables, and aliases. People who write commands can use modules to organize their commands and share them with others. People who receive...
In PowerShell v1 we used snapins to add functionality. These were dependant on the supplier creating an installer package so that the dll was registered correctly – otherwise its a manual job. PowerShell v2 introduced modules in which “libraries...
The new PowerShell cmdlets for Hyper-V (by James O’Neill) are implemented in the form of a PowerShell version 2 module which is distributed as a single zip file from http://PShyperV.codeplex.com . A previous version was implemented for version 1 of PowerShell...
Active Directory Web Services (ADWS) is a (new) windows service that enables remote management of any local directory service instance using WS-* (Web Services) protocols and is only present on domain controllers running Windows Server 2008 R2. In a non...
Windows Management Framework, which includes Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0, are officially released to the world. Windows Management Framework makes some updated management functionality in Windows 7 and in Windows Server 2008...