Robert Sheldon
|
|

Robert Sheldon is a technical consultant and the author of numerous books, articles, and training materials related to Microsoft Windows, various relational database management systems (including SQL Server), and business intelligence design and implementation. He is also the author of the novel Dancing the River Lightly (SterlingHouse Publisher).
Email address: contact@rhsheldon.com
|

40 results found for Robert Sheldon, displaying items 1 - 20
|
 |
PowerShell 101, Lesson 6
The PowerShell 101 series concludes by introducing you to PowerShell's providers and drives.
Windows IT Pro
PowerShell 101, Lesson 5
Use built-in variables and Windows environment variables in your PowerShell code. And if they don't offer what you need, you can create your own variables.
Windows IT Pro
PowerShell 101, Lesson 5
Windows IT Pro
|
May 14, 2008 |
 |
ADO Acronyms
Learn the definitions for several basic ADO acronyms.
Windows IT Pro
|
May 14, 2008 |
 |
Introduction to ADO
Learn about the primary ADO objects--Connection, Command, Parameter, Recordset, and Field--and follow example scripts that demonstrate how to use ADO within VBScript.
Windows IT Pro
PowerShell 101, Lesson 4
Understanding how to handle strings in PowerShell cmdlets is important. Learn when to enclose strings in quotes and whether to use single or double quotes. Also learn how to handle quotes in strings with special characters.
Windows IT Pro
Getting and Using the System.String Object's Members
PowerShell treats all strings as System.String objects. Find out how you can learn about and use this object's methods and properties.
Windows IT Pro
PowerShell 101, Lesson 4
Windows IT Pro
|
April 10, 2008 |
 |
PowerShell Makes Security Log Access Easy
Security event logs contain valuable information about attempted system assaults and account and Group Policy modifications. PowerShell gets you access to the security logs and allows you to shape the data to match your needs.
Windows IT Pro
|
March 27, 2008 |
 |
How to Find Out a Cmdlet's Properties
Learn how to use the Get-Member cmdlet to discover what properties, methods, and other items you can use with cmdlets and other objects.
Windows IT Pro
PowerShell 101, Lesson 3
PowerShell's comparison, logical, and arithmetic operators combined with its support for wildcards and regular expressions help put the "Pow" in PowerShell.
Windows IT Pro
How to Handle Long PowerShell Statements
Entering long PowerShell statements on a single line in the PowerShell console window can sometimes be impractical. Here's how to properly break long PowerShell statements so that you don't encounter an error.
Windows IT Pro
PowerShell 101, Lesson 2
PowerShell lets you create pipelines that link cmdlets together to perform complex operations and refine retrieved information. Learn how to use a pipeline to create PowerShell statements and how to format and sort output from those statements.
Windows IT Pro
PowerShell 101, Lesson 2
Windows IT Pro
PowerShell 101, Lesson 1
This lesson walks you through how to use the Get-Help cmdlet to get the information you need to create a Get-Content command that reads a file—a common administrative task. Along the way, you'll learn how to use the Get-Command and Get-Alias cmdlets.
Windows IT Pro
PowerShell 101, Lesson 1
Windows IT Pro
|
October 3, 2007 |
 |
PowerShell One-Liners for Managing Events
Quick commands let you easily work with the event logs on a local or remote system.
Windows IT Pro
|
September 5, 2007 |
 |
PowerShell One-Liners for Accessing WMI
Windows PowerShell can help you efficiently manage WMI objects. You can get started by learning just a few basic commands.
Windows IT Pro
|
August 1, 2007 |
 |
PowerShell One-Liners for Managing the File System
Windows PowerShell offers all the commands you need to manipulate files and folders on your file system. Here are some of the common functions you might need to perform.
Windows IT Pro
|
July 11, 2007 |
 |
Migrating to PowerShell? Don't Scrap Your Existing Code Just Yet
Learn how to run batch and script files in PowerShell, incorporate the files’ output into the PowerShell pipeline, and integrate batch commands and script statements directly into PowerShell code.
Windows IT Pro
|
|