List Info

Thread: MCPmag.com: PowerShell Commands; DNS Problem; XP SP3; More




MCPmag.com: PowerShell Commands; DNS Problem; XP SP3; More
country flaguser name
United States
2008-04-23 19:13:20
April 23, 2008
MCPmag.com News
http://MCPmag.com
MCPmag.com: PowerShell Commands; DNS Problem; XP SP3; More  


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

- Download a "tool that would greatly benefit any
admin"
http://in
fo.101com.com/default.asp?id=48696

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

- Putting a User in the Wrong Group Costs You Money
http://in
fo.101com.com/default.asp?id=49116
============================================================
===========

----------->>>> 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: PowerShell AKA 
- Redmond Radio: SQL Server 2008 Goes Spatial; XP SP3 Soon?
More 
- IT Cert/Discussions: DNS Problem: DreamWeaver; Vista
Connection; More 
- Special Offers: Office 2007 Migration; Remote Desktop
Management 

============================================================
===========
SPONSOR: TNT Software  
============================================================
===========
Searching for an affordable real-time Monitoring, Alerting
and 
Reporting toolset? Evaluate ELM Enterprise Manager today and
see why 
it is recognized as the easy-to-use, flexible tool that will
greatly 
benefit any sys admin. 

To experience how TNT Software's ELM Enterprise Manager will
benefit 
you, download your FREE 30-day full featured copy NOW.
http://in
fo.101com.com/default.asp?id=48696
============================================================
===========

PROF. POWERSHELL: PowerShell AKA

By Jeffery Hicks 

You probably didn't realize it, but you already know some
PowerShell 
commands even if you've never opened a PowerShell prompt.
I'll prove 
it. Open a PowerShell prompt and type DIR:

PS C:UsersJeff> DIR

What did you get? A directory listing. Now, change to a
directory:

PS C:UsersJeff> cd c:temp
PS C:Temp> 

List the contents of a text file:

PS C:Temp> type file.txt

Many of the commands you've come to know and love continue
to 
work in PowerShell. That's because PowerShell includes an 
alias feature. DIR, CD, and TYPE are aliases to PowerShell 
cmdlets. Instead of having to learn the cmdlet that gives a

directory listing, you can use the DIR command like you 
always have. However, this is not the DIR command from the 
CMD shell. At a prompt type help dir and you'll see the help

information for Get-Childitem. Thus, when you run DIR, 
PowerShell is actually running Get-ChildItem.

This is why DIR /S won't work in PowerShell, because 
Get-ChildItem doesn't have a /S parameter. You would need to

use -recurse.

To find all the installed aliases on your system you can
browse 
the Alias PSDrive provider:

PS C:> dir alias:

Or use the Get-Alias cmdlet. You can use it to identify a
single 
alias and its corresponding cmdlet:

PS C:> get-alias dir

CommandType Name Definition
----------- ---- ----------
Alias       dir  Get-ChildItem

Or if you type the command without any parameters, you'll
see a 
list of all aliases.
The purpose of an alias is to save typing. Instead of having
to 
type Get-WMIObject, you can simply type gwmi.

Curious about what aliases are defined for a given cmdlet?
You 
could sort through the Get-Alias output, or use a command
like 
this:

PS C:> gal | where {$_.resolvedcommand -like
"get-childitem"}

CommandType Name Definition
----------- ---- ----------
Alias       gci  Get-ChildItem
Alias       ls   Get-ChildItem
Alias       dir  Get-ChildItem

You can substitute the name of any cmdlet.

To create your own alias for a cmdlet, function or
scriptblock 
use the New-Alias cmdlet:

PS C:> new-alias d Get-Childitem
PS C:> get-alias d

CommandType Name Definition
----------- ---- ----------
Alias       d    Get-Childitem

Any alias you create will be destroyed when your PowerShell
session 
ends. If you need them to be persistent, add the command to
create 
them in your profile.

Comment: http://mcpmag.com/columns/article.asp?editorialsid=2
578#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/


============================================================
===========
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://i
nfo.101com.com/default.aspx?id=49048
============================================================
===========

REDMOND RADIO for Week of April 21 
Hosted by Michael Domingo

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

- SQL Server 2008 Goes Spatial 
- XP SP3 Release Rumored Soon 
- Project Albany Goes Up Against Google Apps 
- PCI Publishes Customer Data Secuity Guidelines 

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


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

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 and post your questions and issues to the new

Virtualization section at 
http://mcp
mag.com/forums/default.asp?C=12. 

Check out these recent posts: 

Submit to E-mail Button in Word: I am creating a teachers'
Web page 
and using DreamWeaver. There is a part on the page where
there is a 
link that, when clicked, opens up a Word document. This
document is 
being used to write a review on books kids have read during
the week. 
The document is finished, but now I am wondering how can I
have this 
document go directly to the teacher's e-mail, you know, like
a Submit 
button? Is this possible to do in Word? 

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

Windows Vista Connection: I am having trouble connecting my
new 
Windows Vista box to SBS 2003. The following is an error
message. 
"The domain name TRUCK might be a NetBios domain name.
if this is 
the case, verify that the domain name is properly registered
with 
WINS. If you are certain that the name is not a NetBios
domain name, 
then the following information can help you troubleshoot
your DNS 
configuration The error was: "DNS name does not
exist." 

Continued: htt
p://mcpmag.com/forums/forum_posts.asp?tid=4353

Possible DNS Issue: I just set up a network with one server,
Windows 
2003 Standard and three XP desktops. I am able to ping the
server, 
192.168.0.1 from the server and any pc on the LAN. I can't
ping any 
desktop on the LAN from any machine, incuding server. I have
a 
network printer which I can ping, no problem, as well as a
print 
server from any PC and server. For some reason i can't ping
the 
desktops, and everything seems to be okay as far as I can
see? 
Any ideas?

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

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

============================================================
===========
SPONSOR: Fix Your Groups -- save money and increase security

============================================================
===========
Distribution Lists and Security Groups are out of control?
Is your 
IT department manually maintaining your groups? Accurate
groups are 
a necessity in today's world. Improve productivity! Improve
security! 
Fix your groups with Imanami's Group Management Solutions. 

Free 30 Day Trial. http://i
nfo.101com.com/default.aspx?id=49116
============================================================
===========

SPECIAL OFFERS FOR MCPMAG.COM READERS:

** White Paper: "Migration to the 2007 Microsoft Office
System: 
   A Roadmap for Success"

This white paper examines the issues presented and best
practices for 
migration to the 2007 Microsoft Office system. 

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

** Webcast: "Extending the Reach of Desktop Management
to...Everywhere!" 

In this free webcast, Greg Shields will talk about the
problems of 
remote management outside the LAN and how today's needs can
be met 
with technologies like Intel's VPro and the Kaseya
Management System. 

On-Demand Webcast -- Watch it Today! 
http://i
nfo.101com.com/default.aspx?id=48403

** 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. 

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

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 )