List Info

Thread: MCPmag.com: PowerShell's Get-Member; Redmond Radio; TechMentor SF; More




MCPmag.com: PowerShell's Get-Member; Redmond Radio; TechMentor SF; More
country flaguser name
United States
2008-03-05 18:18:45
March 5, 2008
MCPmag.com News
http://MCPmag.com
MCPmag.com: PowerShell's Get-Member; Redmond Radio;
TechMentor SF; More   

============================================================
===========
THIS ISSUE SPONSORED BY:

- New Paper: Total E-mail Security
http://in
fo.101com.com/default.asp?id=47701

- Free e-learning course from Microsoft
http://in
fo.101com.com/default.asp?id=47618

- Simplify Data Recovery with Drag and Drop Restore
http://in
fo.101com.com/default.asp?id=47573
============================================================
===========

----------->>>> NOTE: GET THIS NEWSLETTER IN
HTML FORMAT <<<<-----------

You are receiving MCPmag News in text format, but you can
now receive 
this newsletter in HTML format. To change formats, go to: 

https://newsletters.1105pubs.com/nl/URMGf.do?e=nesstosharedlog.com

----------->>>> 
---------------------------------------
<<<<-----------

IN THIS ISSUE:
- Prof. PowerShell: Inside the Get-Member cmdlet 
- Redmond Radio: Windows Server 2008 Launches; MS' EuroFine;
More 
- IT Cert/Discussions: Ping Issue: MCP Exams; Printer
Redirect; More 
- Special Offers: Remote Access; Reputation-Based Services;
TechMentor   

============================================================
===========
SPONSOR: New Paper: Total E-mail Security
============================================================
===========
The volume of spam e-mails sent has increased exponentially
during 
recent years, and so has the cost of dealing with that spam.
This 
paper examines the ways in which spam can impact an
organization's 
profits and outlines the criteria to consider when choosing
an 
anti-spam solution. 

Read it now! http://in
fo.101com.com/default.asp?id=47701
============================================================
===========

NOTE TO MCPMAG.COM READERS: VSLive! Programming Not Just for

Programmers Anymore

Microsoft has a new set of development tools that I believe
is 
moving programming beyond the code monkeys and propeller
heads (to 
my mind, these are both compliments) to a full range of IT
hot shots.

Silverlight makes writing the Web easier than crafting a
college 
senior thesis. Meanwhile, Visual Studio 2008 supports the
creation 
of stable, secure, fully functioning corporate and
commercial apps.

Whether you're a programming guru or just looking to dip you
toes, 
we have the event for you -- VSLive! 

On March 30-April 3, join us at VSLive! at the Moscone
Center in 
San Francisco: 

http://vslive.com/2008/sf/


If you can't make that event, we'll be in Orlando May 12-16.

Bring the family! 

http://vslive.com/200
8/orlando/

Doug Barney, Editorial Director
Redmond Media Group 

============================================================
===========
SPONSOR: Get an e-learning course FREE 
============================================================
===========
For a limited time try any Microsoft E-Learning Course for
FREE and 
get 20% off your next purchase. Visit TechTraining for
complete details. 

http://in
fo.101com.com/default.asp?id=47618
============================================================
===========

PROF. POWERSHELL: Member(ship) Has Its Privileges 

By Jeffery Hicks 

A terrific Windows PowerShell feature is its ability to tell
you about 
itself. It's sort of like speed dating. Because PowerShell
is an 
object-based shell, it is important that you understand an
object's 
properties and methods. In the VBScript days, you would have
had to 
rely on MSDN documentation, books and the kindness of
strangers. 

The PowerShell world is different. We can use the Get-Member
cmdlet 
(which has an alias of gm) to tell us everything we ever
want to know 
about an object.

When you run Get-Process, you see a pre-defined set of
properties for a 
process object. But there are more. Open a PowerShell prompt
and 
try this:

Get-process | get -member

You should get a long listing. Look at all those properties.
In 
addition to the property name, you can see what type of
property it 
is and whether it can be changed. Any property where you see
 
indicates it can be changed. It may take one of the methods
you see 
listed to make the change, but it is an adjustable property.
For the 
most part, you'll be happy to know what other properties are
available. 
Why? So you can take advantage of the pipeline. Look at 
this expression:

get-process | format-table ID,Name,StartTime,Path -auto

Still the same process objects, but because we discovered
some a
dditional properties, we can ask PowerShell to display
them.

You can use Get-Member as a great troubleshooting tool as
well. 
Whenever I have a long PowerShell expression and I'm not
getting the 
result I expect, I pipe the expression to Get-Member so I
can verify 
what type of object is in the pipeline.

If you have variables, you can also pipe them to Get-Member
to learn 
their type, properties and methods. You can pipe just about
anything 
in PowerShell to Get-Member and to discover more. If you run
into a 
property you don't understand, then you will need to turn to
something 
like the MSDN documentation to learn the details. Or post
something in 
the forums at PowerShellCommunity.org.

To learn even more about this valuable cmdlet type:

Help get-member -full

Comment: http://mcpmag.com/columns/article.aspx?editorialsid
=2528#post

Jeffery Hicks, MCSE, MCSA, is a Microsoft PowerShell MVP and

scripting guru for SAPIEN Technologies. Jeff is a 16 year IT
veteran 
who has co-authored and written several books, courseware
and 
training videos on administrative scripting and automation.
He is 
the co-author of Advanced VBScript for Microsoft Windows
Administrators (Microsoft Press) and Windows PowerShell:TFM

(SAPIEN Press). His latest is WSH and VBSCript Core:TFM
(SAPIEN Press). 

Check out MCPmag.com's column archive for more savvy tips
and tricks 
from Jeff, Greg Shields, Chris Wolf and other frequent
contributors. 
http://mcpmag.com/columns/


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~

REDMOND RADIO FOR MARCH 3, 2008 
Hosted by Michael Domingo

Take a quick listen to what made news last week in the world
of 
Redmond and IT:

* Microsoft officially launches Windows Server 2008 
* European Commission slaps Microsoft with $1.3 billion fine

* VMware rolls out new virtualization products 
* Sun completes MySQL acquisition  

Plus, listen to find out how to enter the weekly Redmond 
T-Shirt Giveaway: 


http://mcpmag.com/webcasts/mcpradio/radio.asp?id=281 

iTunes/iPodder listeners: Download the show automatically by
pointing 
your applet at http://mcpmag.com/rs
s/podcasts/. 

Problems listening to the podcast? Write to mdomingo1105media.com 
and describe the problem to get help. We want you to listen
if you 
want to hear it! 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~

IT/CERT DISCUSSION FORUMS: 

Need troubleshooting help? Post your questions to
MCPmag.com's 
IT/Certification Discussion Forums, where experts Andy Barkl
and 
Andy Goodman, as well as a host of regular members, can
offer 
solutions to your most difficult IT dilemmas. 

The messages are always free to read, but registration
(which is 
also free) is required to post. Go to http://mcpmag.com/forums/ 
and start posting. 

Also check out the Unix/Linux interop thread hosted by
Redmond's 
"Integration Station" columnist Emmett Dulaney at

htt
p://mcpmag.com/forums/forum_topics.asp?fid=90. 

Check out these recent posts: 

ACTIVE DIRECTORY WITH TRAVELING NOTEBOOKS: I was wonding if
there 
is a problem with a traveling laptop being a member of a
domain and 
logging in without a domain available. Is it true without a
global 
catalog available Win Xp won't let you log in?

Comment: htt
p://mcpmag.com/forums/forum_posts.asp?tid=4260

PING ISSUE: I am able to ping certain addresses from the
server but 
I am unable to ping the same address from the desktop, even
though 
the desktop is set top dhcp from the server. Any thoughts on
this? 

Comment: htt
p://mcpmag.com/forums/forum_posts.asp?tid=4228 

HOW TO START WITH MCP EXAM: I want to get the certification
in MCP. 
I don't know how to start. Basically I am interested in Web

development using ASP.net and C#. Could u tell me how to
begin? Will 
there be basic test for all those who begin with MCP or can
I can 
choose my elective? 

Comment: htt
p://mcpmag.com/forums/forum_posts.asp?tid=4257 

PRINTER REDIRECT THROUGH RDC: I'd like to be able to print
from my 
home printer while connected to my office PC. My setup - I
have 
Windows Vista at home and Windows XP at work. I'm connecting
remotely 
through my Vista. I've enabled printers from the local
resource 
settings on RDC. But, I'm un-able to print to my home
printer - can't 
find my printer on the printer list when printing. I've been
able to 
print in the past when I had XP at home. But since going to
Vista, I 
am un-able to do so. Is there any trick involve in the
setup? Or is 
it not supported between Vista to XP? 

Comment: htt
p://mcpmag.com/forums/forum_posts.asp?tid=4230

Want to join the discussion? Go to http://mcpmag.com/forums/ and 
start posting. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~

SPECIAL OFFERS FOR MCPMAG.COM READERS:

** Webcast: "Remote Access: How to Maintain Security
and Decrease 
   the Burden on IT" 

Watch this free Webinar to discover how you can control
access 
rights, end-user security settings and end-point
authorization 
with Citrix(R) GoToMyPC(R) Corporate. This simple, secure 
remote-access solution can increase your visibility and
control 
over your network while dramatically cutting costs. 

Now available on-demand. Watch it today! 
http://learn.gotomypc.com/forms/G2C-WbrArc-IT?ID
=7010000000050s8

** White Paper: "ROI and Other Cost Benefits of 
   Reputation-Based Services"

Reputation systems add a critical first line of advanced
protection 
to help organizations accurately detect and block all types
of 
threats to their messaging, web and network environments.
Find out 
more in this free white paper. 

New in the Tech Library! 
ht
tp://mcpmag.com/techlibrary/resources.asp?id=603

** TechMentor Conference | March 30 -- April 3, 2008 | San
Francisco 

TechMentor offers over 180 hours of technical and strategic
content 
on troubleshooting, security, automation, administration and
more! 
Register by March 5 and save. 

Download the .PDF Brochure! http://vslive
.com/2008/sf/ebrochure.pdf

** Discounts on Windows 2008/Books at Amazon.com

Now that Windows Server 2008 is available, there are gobs of

resources to hlep you deploy at Amazon.com. Check out
"Introducing 
Windows Server 2008" http://tinyurl.com/3ca5k9 by Mitch Tulloch and 
the Microsoft Windows Server Team (Microsoft Press) and
"Windows 
Server 2008 Unleashed" http://tinyurl.com/3ca5k9 from Rand Morimoto 
et al. (Sams). Dozens more at deep discount at Amazon.com. 

You can also order Windows Server 2008 Standard Edition with
5 CALs 
http://tinyurl.com/3yk9qx along with the Windows Server 2008 
Resource Kit http://tinyurl.com/2l7w7m , both at less than retail. 

More Windows Server 2008 resources at Amazon.com. 

============================================================
===========
SPONSOR: Simplify Data Recovery with Drag and Drop Restore  

============================================================
===========
Removable disk backup allows you to overcome the limitations
of 
tape by storing data in native format making recovery a
simple drag 
and drop operation. Cataloging and verifying jobs is not
required and 
Idealstor removable SATA disks can be accessed by any server
in the 
event of disaster. 

Free software download and hardware evaluation available. 
http://i
nfo.101com.com/default.aspx?id=47573
============================================================
===========

FREE MAGAZINE OFFER 
Sign up today for a free yearly subscription to Redmond
magazine! 
Each issue brings you hands-on problem solving advice,
tactical tips, 
real-world reviews, news analysis and strategic insights.
Start or 
continue your FREE subscription now! 
https://subscribe.1105pubs.com/sub/MI?WP=N
EWFREE&TC=1&P=enews1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~
FREE NEWSLETTERS
We cover Enterprise Windows news, certification, security
updates, 
SQL, Java, SOA, virtualization and more. To review the
entire 
list and subscribe, click here: 

https://newsletters.1105pubs.com/nl/URMG.do?pc=R07NL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~

CONTACTING MCPMAG.COM:

NEWSLETTER FEEDBACK: Michael Domingo, Editor,
michaeldmcpmag.com

ADVERTISERS -- Want to sponsor this newsletter? Contact
Matt Morollo at mmorollo1105media.com

Microsoft Certified Professional Magazine, MCPmag.com
Redmond Media Group
16261 Laguna Canyon Road, Suite 130
Irvine, CA 92618-3608
Phone 949-265-1520
Fax   949-265-1528

Newsletter problems: RED1105service.com  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~
UNSUBSCRIBE OR CHANGE E-MAIL ADDRESS:
https://newsletters.1105pubs.com/nl/URMGf.do?e=nesstosharedlog.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~

To review our Privacy Policy, visit our Web site at
http://www.1105
media.com/privacy.aspx

Copyright 2008 1105 Media, Inc. MCPmag.com News may only be

redistributed in its unedited form. Written permission from
the 
editor must be obtained to reprint the information contained
within 
this newsletter. mdomingo1105media.com



[1]

about | contact  Other archives ( Real Estate discussion Medical topics )