Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

Browse by Tags

All Tags » Remote   (RSS)

PowerShell : Using Windows Remote Management with alternate credentials to retrieve services

As you could see in my last post : My First WinRM PowerShell Script , I started playing with WinRM in this post how to retrieve a list of services on a remote computer, often youcan not do this with your current user account So we want to connect to a
Posted by MoW | 4 Comments

Remote registry access and creating new Registry values with PowerShell

I got a question from a reader by mail about remote registry access, how to create new properties remote and how to specify the Kind of value it needed to be e.g. REG_SZ or REG_BINARY he could access the remote registry key with : $MachineName = '.' $reg
Posted by MoW | 3 Comments
Filed under: , ,

PowerShell Wake-on-lan script

*note* I forgot this post still was in my drafts folder, I posted the script in the PowerShell Newsgroup and asked if someone could test it and I got confirmed that it did work,thanks again, so here it is : I came along this post about WOL (wake-on-Lan)
Posted by admin | 3 Comments
Filed under: , , , ,

PowerShell WMI Explorer Part 3

We will go on here from the Second post about deleting a share : PowerShell WMI Explorer Part 2 we go on by doubleclicking Create on go on with the Create help and templates Note this information on top of the class : Win32_Share Method : Create OverloadDefinitions:
Posted by admin | 3 Comments

PowerShell WMI Explorer Part 2

In the first part of this series : PowerShell WMI Explorer Part 1 we used the browser to explore the classes in this second post I will show how we can generate and use template scripts and help for calling WMI methods and how to use them. For this example
Posted by admin | 1 Comments

PowerShell WMI Explorer Part 1

I made a PowerShell GUI WMI Explorer, to explore WMI from PowerShell in a graphical interface *Edit* updated the script fixing 2 bugs (see comments) The WMI Explorer will also provide help information for the WMI classes and about methods and properties
Posted by admin | 39 Comments
Attachment(s): WmiExplorer.zip

MOW PowerShelled Blogitems Index : Augustus - September 2006

This is the Third entry, of a series of posts indexing the PowerShell Blogitems on my Old Blog /\/\o\/\/ PowerShelled it covers Augustus and September, but I left out the 11 part Active Directory Series I will cover them in a separated post. BlogIndex

MOW PowerShelled Blogitems Index : December 2006

This is the first entry, of a series of posts indexing the PowerShell Blogitems on my Old Blog /\/\o\/\/ PowerShelled I have been asked a couple of times for a list or an index to the Entries on my Old blog as some of the information and examples are