-
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 and sharing your code? What about creating your...
-
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 Live meeting will be in Dutch, but I‘m also looking...
-
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 in Dutch, but I‘m also looking at redoing them in...
-
Hello again, I have created an application that can read and do a lot of stuff from the application to a farm in Cirtrix XenApp 6.0 But being a vb.net programmer and not a C# one, I didn't find what I was looking for on the net... so I wrote it myself. Here you got the basic required funtion to connect...
-
Our so loved vbs >> or > to a file... is not so difficult to reproduce in Powershell... IE: # PowerShell script to list the "avi" Files under C:\ $Dir = get-childitem C:\ -recurse -ea SilentlyContinue # $Dir |get-member $List = $Dir | where {$_.extension -eq ".avi"} | where...
-
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, including interactive (1:1), fan-out (1:many) and...
-
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 at a specific folder location from the Explorer...
-
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 emphasis is on the tasks you can carry out using...
-
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 modules can add the commands in the modules to their...
-
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” of functions or dlls with cmdlets could be loaded...
-
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 and remains available on CodePlex. The previous...
-
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 Server 2008 R2 domain controller environment...
-
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 R2 available to be installed on Windows XP, Windows...
-
Windows Management Framework, which includes Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0, is officially released . IT Professionals can now easily manage their Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, and Windows Server 2008 R2 machines through PowerShell remoting...
-
Some time ago my customer and myself joined the IT-PRO MOMENTUM program in order to accelerate our roll-out of system center virtual machine manager and system center data protection manager . And last week we made a small video about this project that will be appearing later on Technet Edge i believe...
Posted to
Scratch The Surface
by
Bart Bultinck
on
05-25-2008
Filed under:
Filed under: windows server, powershell, virtual server, exchange 2007, windows server 2003, windows server 2008, Hyper-V, SCDPM 2007, System Center Stuff, DPM 2007, SCVMM