|
|
Browse by Tags
All Tags » Remote » PowerShell
-
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 remote server to list the services, and need other credentials First the ...
-
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 = ...
-
*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) in PowerShell : Wake-On-LAN script , and that it did use an external .EXE
As I ...
-
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:System.Management.ManagementBaseObject ...
-
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 I go on from the win32_share class I also used as an example in the fist part, and ...
-
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 available, also it will generate Template ...
-
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 /\/\o\/\/ PowerShelled October - November 2006
PowerShell RC2 and ...
-
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 bit hard to find.
I often search my old blog on keywords (for example ...
|
|
|