Scandinavian PowerShell User Group
Sign in
|
Join
|
Help
Home
Blogs
Repository
Forums
Links
Users
Groups
Blogs
Tags
active directory
AD
AD cmdlets
Advanced Functions
cmdlets
Conferences
CTP3
events
exchange
hyper-v
IT Forum
Jeffrey Snover
Microsoft
podcast
PowerGUI
PowerGUI.org
PowerPack
PowerShell
PowerShell and Active Directory
PowerShell User Group
PowerShell v2
TechEd
TechEd2008
VMware
WMI
View more
Blogs
RSS Syndication
Opml
Blogs on this Site
Sort By:
Most Recent
|
Most Viewed
|
Most Commented
Manage winrm settings with wsman provider
PowerShell remoting is built on top of Windows Remote Management (WinRM), which is Microsoft’s implementation of WS-Management protocol. You can use winrm.cmd command line tool to query and manage winrm settings. PowerShell V2 CTP3 contains a wsman provider...
Posted to
PowerShell Team Blog (external)
by
Windows PowerShell Blog
on 01-06-2009
Filed under:
Remoting
CTP3 – Remote Access
The ability to administer remote machines was one of the biggest requests for PowerShell v2. As well as the ability to use PowerShell remoting through WSMAN a number of PowerShell cmdlets get direct access to remote machines by having a –ComputerName...
Posted to
Richard Siddaway's blog (external)
by
Richard Siddaway's Blog
on 01-05-2009
Filed under:
PowerShell V2
CTP3 – Get-Counter
All admins will be familiar with performance counters and their use in diagnosing issues with systems. Now you can access them in PowerShell using Get-Counter. Get-Counter -ListSet * will provide a list of the counters available on your system. This is...
Posted to
Richard Siddaway's blog (external)
by
Richard Siddaway's Blog
on 01-05-2009
Filed under:
PowerShell V2
Checkout Out-WPF
Joel (Jaykul) Bennett has a cool post HERE where he is experimenting with some GUI scripting toolkits and a utility Out-WPF. You can also checkout a Screencast of Out-WPF working HERE . It is very cool and very short so give it a look-see...
Posted to
PowerShell Team Blog (external)
by
Windows PowerShell Blog
on 01-05-2009
Invoking Methods Using Variables
You can have a lot of fun with PowerShell. Makes sense right - we're busting our butts off and we get to define it so why wouldn't we make it fun? Your busting your butts off at your job as well so why shouldn't your tools be fun? ...
Posted to
PowerShell Team Blog (external)
by
Windows PowerShell Blog
on 01-05-2009
Scott Herold - Getting Started With PowerShell and PowerGUI in your Virtual Infrastructure
Scott Herold has published the first of a three part series called Getting Started With PowerShell and PowerGUI in your Virtual Infrastructure . I believe that MOST admins should spend time getting PowerGUI in focus and especially those admins...
Posted to
PowerShell Team Blog (external)
by
Windows PowerShell Blog
on 01-05-2009
Revisiting Old Posts: Get-Process | Dir (about ValueFromPipelineByPropertyName)
A number of PowerShell MVPs and PowerShell team members are helping me to compile a table of contents for our blog, which basically means that I’m getting to go back and revisit all of the fun stuff posted to the PowerShell blog over the past few years...
Posted to
PowerShell Team Blog (external)
by
Windows PowerShell Blog
on 01-05-2009
Filed under:
ValueFromPiplelineByPropertyName
New VMware PowerShell Blog
Scott Herold has just started blogging. Scott is one of key guys at Vizioncore and the guy behind some of the most widely used tools in the VMware space. He has recently become converted to PowerShell through his use of VI Toolkit and PowerGUI, and was...
Posted to
Dmitry’s PowerBlog: PowerShell and beyond (external)
by
Dmitry's PowerBlog: PowerShell and beyond
on 01-05-2009
Filed under:
PowerShell
,
PowerGUI
,
Virtualization
,
VMware
,
Blogosphere
PS> Dir –A D The Screencast
I decided to experiment with a screencast. This is my first and I have no idea what I’m doing so please forgive me if it sucks. I’d like to know whether you find this format useful or not and then specific feedback about how to make the screencast better...
Posted to
PowerShell Team Blog (external)
by
Windows PowerShell Blog
on 01-05-2009
Filed under:
PowerShell V2
,
CTP3
,
Jeffrey Snover
,
Proxy
,
ScreenCast
CTP3 – CheckPoint-Computer
In this post - http://richardsiddaway.spaces.live.com/blog/cns!43CFA46A74CF3E96!1967.entry – we looked at how to list the available restore points with Get-ComputerRestorePoint. We can use PowerShell to create a new restore point Checkpoint-Computer Read...
Posted to
Richard Siddaway's blog (external)
by
Richard Siddaway's Blog
on 01-04-2009
Filed under:
PowerShell V2
CTP3 - PowerShell start up speed
One thing I have really noticed is how quickly CTP3 starts and is ready to use. Much the fastest start we’ve had in PowerShell Technorati Tags: PoserShell , CTP3 , start up speed Read More...
Posted to
Richard Siddaway's blog (external)
by
Richard Siddaway's Blog
on 01-04-2009
Filed under:
PowerShell V2
Extending and/or Modifing Commands with Proxies
There are so many powerful features in V2, it is hard to know where to begin. This one is going to blow to top of your head off when you understand what it enables you to do. In this blog, I talk about Proxy Cmdlets which is the ability for one Cmdlet...
Posted to
PowerShell Team Blog (external)
by
Windows PowerShell Blog
on 01-04-2009
Filed under:
PowerShell V2
,
CTP3
,
Modules
,
Jeffrey Snover
,
Proxy
Programming PowerShell_ISE
I recently wrote a blog Powershell_Ise Can Do a Lot More Than You Think where I described the ability to program it to do new stuff. Karl Prosser has picked up the baton and written some cool scripts programming the PowerShell_ISE to make it do...
Posted to
PowerShell Team Blog (external)
by
Windows PowerShell Blog
on 01-04-2009
Diagnosing Here-Strings With PowerShell_ISE
James Brundage posted a blog entry How To Write a Console Application in PowerShell with Add-Type which used a here-string. One user (lcr) copied and pasted the text and got the following error: Unrecognized token in source text. At line:1...
Posted to
PowerShell Team Blog (external)
by
Windows PowerShell Blog
on 01-04-2009
Filed under:
PowerShell V2
,
CTP3
,
Jeffrey Snover
,
PowerShell ISE
How To Write a Console Application in PowerShell with Add-Type
Windows PowerShell CTP3 has a lot of very cool things. CTP2 introduced the Add-Type cmdlet, which allowed you to dynamically compile C# in PowerShell. It was actually possible to use the CompilerParameters to Add-Type to make a console application...
Posted to
PowerShell Team Blog (external)
by
Windows PowerShell Blog
on 01-03-2009
Filed under:
CTP3
,
HowTo
,
Add-Type
1
2
3
4
5
Next >
...
Last »