PowerShell v2
Tag details
Welcome to the 'PowerShell v2' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'PowerShell v2'.
Latest blogosphere posts tagged “PowerShell v2”
-
Security Essentials
MSMVPS.COM —
Authority: 642
001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 ...11 hours ago -
Security Essentials
Richard Siddaway's Blog —
Authority: 116
001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 #Requires -version 2.0 ## wrapper functions for Microsoft Security Essentials $mse = "C:\Program Files\Microsoft Security Essentials\MpCmdRun.exe" function Start-Scan { param ...11 hours ago -
Getting Change Events
MSMVPS.COM —
Authority: 642
I wasn’t particularly happy with the script for getting change events on the filesystemwatcher we discussed last time. As a quick recap we ended up with this 001 002 003 004 Get-Event ...1 day ago -
Watching the file system
MSMVPS.COM —
Authority: 642
We saw how to watch for WMI events http://msmvps.com/blogs/richardsiddaway/archive/2009/11/07/powershell-wmi-events.aspx . In this post we will look at watching the file system. This time we will use the .NET System.IO.FileSystemWatcher object which means we use Register-ObjectEvent instead of Register-WmiEvent. ...1 day ago -
Watching the file system
Richard Siddaway's Blog —
Authority: 116
We saw how to watch for WMI events http://msmvps.com/blogs/richardsiddaway/archive/2009/11/07/powershell-wmi-events.aspx . In this post we will look at watching the file system. This time we will use the .NET System.IO.FileSystemWatcher object which means we use Register-ObjectEvent instead of Register-WmiEvent. ...1 day ago -
Multiple test files
MSMVPS.COM —
Authority: 642
Back here http://msmvps.com/blogs/richardsiddaway/archive/2009/11/05/creating-temporary-files.aspx or http://richardsiddaway.spaces.live.com/blog/cns!43CFA46A74CF3E96!2595.entry I showed how to create temporary test files. We can simply create multiple test files like this 1..10 | foreach {new-tempfile -path ...2 days ago -
Multiple test files
Richard Siddaway's Blog —
Authority: 116
Back here http://msmvps.com/blogs/richardsiddaway/archive/2009/11/05/creating-temporary-files.aspx or http://richardsiddaway.spaces.live.com/blog/cns!43CFA46A74CF3E96!2595.entry I showed how to create temporary test files. We can simply create multiple test files like this 1..10 | foreach {new-tempfile -path ...2 days ago -
PowerShell WMI events
MSMVPS.COM —
Authority: 642
In my previous post ( http://richardsiddaway.spaces.live.com/blog/cns!43CFA46A74CF3E96!2598.entry or http://richardsiddaway.spaces.live.com/blog/cns!43CFA46A74CF3E96!2598.entry ) I started to look at WMI events in PowerShell v2. The win32_process class was used but all that showed us was that a process had ...3 days ago -
PowerShell WMI events
Richard Siddaway's Blog —
Authority: 116
In my previous post ( http://richardsiddaway.spaces.live.com/blog/cns!43CFA46A74CF3E96!2598.entry or http://richardsiddaway.spaces.live.com/blog/cns!43CFA46A74CF3E96!2598.entry ) I started to look at WMI events in PowerShell v2. The win32_process class was used but all that showed us was that a process had ...3 days ago -
PowerShell Eventing
MSMVPS.COM —
Authority: 642
This isn’t the latest sport added for the 2012 Olympics but a way to dig deeper into what is happening on your machine. There is a continuous stream of events occurring on a computer – programs stop or start, files open or close etc etc. Some, but all, of these events are recorded in the event logs. If we want ...3 days ago -
PowerShell Eventing
Richard Siddaway's Blog —
Authority: 116
This isn’t the latest sport added for the 2012 Olympics but a way to dig deeper into what is happening on your machine. There is a continuous stream of events occurring on a computer – programs stop or start, files open or close etc etc. Some, but all, of these events are recorded in the event logs. If we want ...3 days ago -
SAPIEN on Tour
SAPIEN Technologies —
Authority: 411
Our own CEO Ferdinand Rios is going to be in Austin, Texas 11/6/2009. Dr. Rios will be speaking at The Central Texas Systems Management User Group (CTSMUG). This a community of IT Professionals that share a comment interest in Systems Management. It will be held at: Microsoft Corporation 9606 Mo-Pac Expressway ...6 days ago -
Programmatic Access via Remote PowerShell in Exchange Server 2010
MSMVPS.COM —
Authority: 642
MSExchangeTeam posted about Remote PowerShell and some examples of scripts using remote access (exchange 2010) instead of local one (exchange 2007). The management experience given by Exchange 2010 through PowerShell has been moved all the way from Local to Remote. This will mean that enterprise Admins will have to ...1 week ago -
Better Together: PowerShell 2.0 and PowerGUI
Dmitry's PowerBlog: PowerShell and beyond —
Authority: 487
Now that PowerShell v2 is officially released for all platforms: XP, 2003, Vista, 2008 (and obviously Windows 7 and Server 2008 R2) – HURRAY!!! - let me quickly summarize how you can start immediately getting benefits from the new functionality once you upgrade PowerShell to 2.0 on the machine on which you use ...1 week ago