Marco Shaw giving presentation about NetCmdlets

22 07 2008

Be sure to add this to your calendars:

“I’ll be (remotely) presenting /n software NetCmdlets at the next UK PowerShell UG meeting. “
Date: July 29th, 2008
Time: 2PM EST (New York time)
Connection details:
https://www.livemeeting.com/cc/usergroups/join?id=JQ5754&role=present&pw=qP%2C%7Cf%2F9%7Cm
If the link above isn’t working, follow these steps:
1. Copy this address and paste it into your web browser:
https://www.livemeeting.com/cc/usergroups/join
2. Copy and paste the required information:
Meeting ID: JQ5754
Entry Code: qP,|f/9|m
Location: https://www.livemeeting.com/cc/usergroups
This will be done via the Internet (so the audio will be streaming
over the Internet also). There won’t be telephone dial-in access.

Seriously Marco, you guys need to get web 2.0 with this stuff.  Evite, upcoming.org, Facebook events…something!  :)





Specops Command Webinar

4 01 2008

Corey from Special Operations Software wrote to let us know about a webinar demo of Specops Command that’s coming up next week. Here’s the details:

I wanted to let you know about a webinar we will be doing every Tuesday 1PM EST on the Specops Command “PowerShell Remoting through Group Policy”. Here are the meeting details if you are interested:

Click here to add the meeting to your calendar.





Manipulating the Registry with PowerShell

19 12 2007

In case you missed it, back in October, Shay wrote a cool set of functions for working with the registry. Here’s the list:

Get-RegBinary
Get-RegDWord
Get-RegDefault
Get-RegExpandString
Get-RegMultipleString
Get-RegQuadWord
Get-RegString
Get-RegValueKind
New-RegSubKey
Remove-RegSubKey
Remove-RegSubKeyTree
Set-RegBinary
Set-RegDWord
Set-RegDefault
Set-RegExpandString
Set-RegMultipleString
Set-RegQuadWord
Set-RegString
Test-RegSubKey
Test-RegValue

Go read his article as it explains the syntax and gives a bunch of samples. Very useful stuff!