Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBookV2
Script Library
Twitter Grid
Featured Posts
Dreaming in PowerShell
Don Jones
Code MarkUp Tool
Directory
Richard Siddaway's Blog
»
All Tags
»
PowerShell V3
(
RSS
)
Browse by Tags
Share
|
Recent Posts
AD MoL Chapter 10 MEAP
Scripting Games–new Get-ChildItem parameters
WMI vs CIM speed tests–the final round
CIM vs WMI cmdlets-remote execution speed
Creating a new disk
Archives
May 2013 (17)
April 2013 (22)
March 2013 (7)
February 2013 (12)
January 2013 (24)
December 2012 (19)
November 2012 (15)
October 2012 (8)
September 2012 (19)
August 2012 (7)
July 2012 (5)
June 2012 (19)
May 2012 (31)
April 2012 (21)
March 2012 (65)
February 2012 (94)
January 2012 (53)
December 2011 (17)
November 2011 (11)
October 2011 (15)
September 2011 (39)
August 2011 (57)
July 2011 (58)
June 2011 (65)
May 2011 (6)
Tags
Active Directory
Books
COM
Deep Dive
File System
General
Networking
Office 2010
Outlook
Powershell
PowerShell and Active Directory
PowerShell and WMI
PowerShell Basics
PowerShell User Group
PowerShell V2
PowerShell V3
Remoting
Scripting Games
Summit
Technology
Windows 7
Windows 8
Windows Server 2008 R2
Windows Server 2012
Windows Server 8
View more
Active Directory
Books
Deep Dive
DHCP
DNS
File System
Hyper-V
Microsoft
Networking
Office 2010
Office 2013
Operating System
Powershell
PowerShell and Active Directory
PowerShell and WMI
PowerShell Basics
PowerShell User Group
PowerShell V2
Remoting
Scripting Games
Virtualisation
Windows 7
Windows 8
Windows Server 2008 R2
Windows Server 2012
Windows Server 8
PowerShell v3 release candidate
Hot on the heels of the Windows 8/2012 release candidates comes the PowerShell v3 (well Ok the Windows Management Framework) release candidate. This is available for Windows 7 SP 1 Windows Server 2008 R2 SP 1 Windows 2008 SP2 32 and 64 bit versions are...
Published
Sat, Jun 06 2012 4:08 AM
by
Richard Siddaway's Blog
Filed under:
PowerShell V3
Working with profiles: part 1
A question came up on the forum for PowerShell and WMI – how do I delete profiles. I’m going to work up to answering that by looking at using WMI to work with profiles. So to start how can we find the profiles available on our system Get-WmiObject -Class...
Published
Fri, Jun 06 2012 2:08 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell and WMI
,
PowerShell V3
Scheduled tasks on clusters
This post shows how to use PowerShell in Windows Server 2012 to configure scheduled tasks that apply across the whole cluster not just a single node http://blogs.msdn.com/b/clustering/archive/2012/05/31/10312527.aspx Well worth a read Read More...
Published
Thu, May 05 2012 1:47 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V3
,
Windows Server 8
May 2012 Powershell group recording and slides
The recording, slides and demo scripts from last nights session - Powershell in Windows Server 8 part 2 - is available from https://skydrive.live.com/?cid=43cfa46a74cf3e96#cid=43CFA46A74CF3E96&id=43CFA46A74CF3E96%212966 The full...
Published
Wed, May 05 2012 2:05 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell User Group
,
PowerShell V3
,
Windows Server 8
PowerShell v3 ISE
The ISE has a new look in PowerShell v3. The scripting pane remains but the output and interactive panes have been amalgamated to produce a single console like pane. When I first saw it I didn’t like it but after jumping between PowerShell v2 and v3 recently...
Published
Mon, May 05 2012 12:36 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V3
May UG meeting reminder
Quick reminder that the UK PowerShell group session on PowerShell in Windows 2012 is on Tuesday 29 May. Details from http://msmvps.com/blogs/richardsiddaway/archive/2012/05/08/uk-powershell-group-may-2012.aspx Read More...
Published
Sun, May 05 2012 11:54 AM
by
Richard Siddaway's Blog
Filed under:
PowerShell User Group
,
PowerShell V3
,
Windows Server 8
Working with WMI methods
Many WMI classes have methods. Methods allow us to perform some action on the object. A recent question on the forum about using methods made me realise that there are still a lot of people following the old VBScript way of doing things. We will experiment...
Published
Fri, May 05 2012 1:00 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
,
PowerShell and WMI
,
PowerShell V3
Unblocking Files with PowerShell v3
There are a number of new features in PowerShell v3 that while not huge like CIM or workflow are os significant help to the hard pressed administrator. One of these is the Unblock-File cmdlet. If you haven’t updated your help the online version...
Published
Thu, May 05 2012 2:55 PM
by
Richard Siddaway's Blog
Filed under:
File System
,
PowerShell V3
WMI providers
I found a class new to me - Msft_Providers and this got me interested in WMI providers. PS> Get-CimInstance -Class Msft_Providers | select -ExpandProperty provider Msft_ProviderSubSystem SCM Event Provider WmiPerfClass That seems a bit low....
Published
Wed, May 05 2012 1:44 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell and WMI
,
PowerShell V3
Where-object in PowerShell v3
Where-Object – aliased to where, but never, ever, ever, ever to ? – had a very simple syntax in PowerShell v2 Where-Object [-FilterScript] <scriptblock> [-InputObject <psobject>] [<CommonParameters>] It was normally used as Get-Process...
Published
Tue, May 05 2012 2:32 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V3
Using Invoke-WmiMethod to set the DNS servers
In the last post I showed that there was an issue with the way the SetDNSServerSearchOrder of the Win32_NetworkAdapterConfiguration class worked This would work $nic = Get-WmiObject -Class Win32_NetworkAdapterConfiguration -Filter "Index=7"...
Published
Sun, May 05 2012 1:41 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
,
PowerShell and WMI
,
Networking
,
PowerShell V3
TCP/IP Alternative Configurations: pt III set the alternative configuration
We have seen how to set the NIC to use DHCP to get its address. This post shows how to set the alternative configuration on the NIC. If you just want APIPA then do nothing – other wise use this script $HKLM = 2147483650 #HKEY_LOCAL_MACHINE...
Published
Fri, May 05 2012 3:01 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell V2
,
Networking
,
PowerShell V3
Advanced PowerShell v3 book
Three new chapters are added to the MEAP – Manning Early Access Program Chapter 3 – Using the PowerShell help system – includes PowerShell v3 Updateable help Chapter 5 – Working with PSsnapins and Modules Chapter 9 – Formatting www.manning.com...
Published
Fri, May 05 2012 1:06 PM
by
Richard Siddaway's Blog
Filed under:
Books
,
PowerShell V3
Test-Connection on PowerShell v3
Following on from the previous post I performed the same tests on PowerShell v3 The behaviour is the same except that Test-Connection -ComputerName . -Count 4 –AsJob now give the 4 pings when you receive the job information Read More...
Published
Tue, May 05 2012 12:34 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell and WMI
,
PowerShell V3
UK PowerShell Group–April 2012 slides and recording
The slides, demo script and recording are available from https://skydrive.live.com/?cid=43cfa46a74cf3e96#cid=43CFA46A74CF3E96&id=43CFA46A74CF3E96%212957 Thank you again to everyone who attended the Live Meeting this evening Read More...
Published
Tue, Apr 04 2012 3:04 PM
by
Richard Siddaway's Blog
Filed under:
PowerShell User Group
,
PowerShell V3
,
Windows Server 8
« First
...
< Previous
3
4
5
6
7
Next >
...
Last »
Copyright 2012 PowerShell.com. All rights reserved.