|
|
Browse by Tags
All Tags » PowerShell (RSS)
Sorry, but there are no more tags available to filter with.
-
This is my first screencast (ever!), and I am hoping to do more on PowerShell, and anything related to PowerShell. In this first screencast, I'm going to do a demo of JAMS: JAMS (Job Access & Management System) is a commercial software product that Read More...
|
-
I think Windows PowerShell is one of the greatest things to have been released recently (yes, I am a poshoholic ). At TechEd 2007 last June in Orlando, a lot of people were talking about PowerShell. Ben Pearce put together a list of the top 5 questions Read More...
|
-
One of the trickiest things to do when working with computes remotely is reboot them. We also have to make sure that the computers don't have any bios issues that can cause them to not restart. Many times we can't even get logged on if their Terminal Read More...
|
-
PowerShell allows you to read, write and update Active Directory Objects. In conjunction with PowerShell's many other advanced features this provides a great environment to manage your AD, and to automate tasks. To Create a user object: First we need Read More...
|
-
As you might have guessed I'm a lazy admin :) Now being a lazy admin doesn't mean I sit around pondering whether captain Kirk is better than Captain Picard, and all the while, hope somebody is taking care of what I'm supposed to be doing. It means I work Read More...
|
-
PowerShell lets you do some really neat stuff. Today were going to look at some of the tools available that can make script writing easier. First there is the built in ability to evaluate expressions: You can also store the output of these expressions Read More...
|
-
Ever want to record a set of commands you are entering into a PowerShell session? Well you can with the Start-Transcript cmdlet! When you run this cmdlet, every command you enter, and its output is logged to a TXT file and you can review it later. Open Read More...
|
-
Hello everyone! Just a quick update to let you know that Powershell is now available for Windows Vista, 32 and 64 bit! Read the PowerShell Intro articles, and install it today! Download PowerShell for Vista Here Read More...
|
-
Continuing our look at Powershell we are going finalize our brief introduction with the sort object. As I mentioned in the previous Powershell article the sort object allows any Powershell output to be sorted consistently using the same logic and syntax Read More...
|
-
PowerShell offers a number ways to export data, one of the easiest to read is in an HTML file. The ConvertTo-HTML cmdlet allows you to export your data requests to a portable HTML file. In the following examples I am going to take one of the previous Read More...
|
-
Our First Stop on the road to PowerShell gurudom is to learn about the foundation of Powershell. One of the key elements of PowerShell that makes it so Powerfull is the way you can interact with objects using the command line. An object is an entity Read More...
|
-
The Merriam-Webster dictionary has several definitions for the word lazy. While I believe that most of the definitions do not apply to TheLazyAdmin, This one is fitting: Disinclined to activity or exertion So what does this definition have to do with Read More...
|
-
MSH is highly customizable through the use of profiles. MSH profiles are not created by default, however, you can create them easily enough and customize your MSH enviroment. To create a MSH profile, simply open up a text editor, enter in the variables Read More...
|
-
The event log is full of information that can be very useful in troubleshooting. Unfortunatley, it is also full of information that just gets in the way and makes finding things more difficult. There are features within Event Viewer to sort the logs, Read More...
|
-
PowerShell, also know as Microsoft Shell or Monad is a new shell combining a command line interface and scripting language. MSH is going to change the way Exchange administrators work when E12 is released, however, there is a lot MSH can do for Exchange Read More...
|
-
PowerShell is a powerful tool that allows you to gather a large amount of data quickly and easily. A lot of times the output is spit back in a manner that is not so easy to read. Thankfully there are options available to format the output of the data. Read More...
|
-
PowerShell is pretty powerful on its own, but integrating it with WMI via the get-wmiobject cmdlet can make it more powerful and reduce the need for more complicated VBS code. The get-wmiobject cmdlet can be used to query the computer and gather any and Read More...
|
-
Remember DOSKEY? Way back when .BAT files ruled the world, DOSKEY was used to enable you to recall and edit previously entered commands within the Command.exe (or CMD.exe). PowerShell takes this idea to the next level with the Get-History command. By Read More...
|
-
In PowerShell, drives are used to provide access to system resources such as the file system, and even the registry. In addition, as with other popular shells, you can change the prompt to customize the enviroment to meet your needs. PS also supports Read More...
|
-
Monad, MSH, Microsoft Shell, PowerShell call it what you want but get ready for a whole new shell! PowerShell will change the way you work! PowerShell is built on top of the .NET Framework and replaces the old process of using text to pass data like the Read More...
|
|
|
|