shell scripting

Tag details

Welcome to the 'shell scripting' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'shell scripting'.

Are you an expert about 'shell scripting'? Do you want to be the Technorati authority on 'shell scripting'? You can write a description that will appear right here: Join Blogcritics!

Look up Offsite Link "shell-scripting" at The Free Dictionary

Latest blogosphere posts tagged “shell scripting”
 

  • Scripting Guys Announce the 2012 PowerShell Scripting Games


    Hey Scripting Guy!Authority Authority: 412
    Summary : The Microsoft Scripting Guys formally announce the 2012 Scripting Games featuring Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, here. It must be spring—at least in the Charlotte, North Carolina area in the United States. Last week, I had the 2012 Scripting Games kick off meeting with ...
    2 days ago
  • Multiply PowerShell Strings to Customize Text Underlines


    Hey Scripting Guy!Authority Authority: 412
    Summary : Create a Windows PowerShell function that accepts pipelined input and creates a variable length underline that uses various characters. Microsoft Scripting Guy, Ed Wilson, is here. One of the things I really enjoy doing is reading the comments that are posted by various people on the Hey, Scripting Guy! ...
    3 days ago
  • Use PowerShell to Audit Changes Made to Exchange Server 2010


    Hey Scripting Guy!Authority Authority: 412
    Summary : Learn how to use a new Exchange Server 2010 cmdlet to audit via Windows PowerShell changes made to the server.  Hey, Scripting Guy! I am not sure this is a scripting question, but I need help, and you seem to like to help people. In fact, if you cannot help me, I might be looking for a new ...
    1 week ago
  • Instalando Granja de Servidores SharePoint 2010


    MSMVPS.COMAuthority Authority: 479
    Para un programador SharePoint es importante conocer la arquitectura de la plataforma y en ese sentido realizar un proceso de instalación de una granja SharePoint es un deber. En esta ocasión quiero compartir como lograr en una topología llamada Small Farm (Three Tier). Básicamente tenemos un software ...
    1 week ago
  • Gain Remote Access to the Get-ExCommand Exchange Command


    Hey Scripting Guy!Authority Authority: 412
    Summary : Learn how to gain access to the Get-ExCommand Exchange command while in an implicit remote Windows PowerShell session.  Hey, Scripting Guy! I liked your idea about connecting remotely to Windows PowerShell on an Exchange Server. The problem is that I do not know all of the cmdlet names. ...
    1 week ago
  • Use the Free PoshWSUS PowerShell Module for WSUS Administrative Work


    Hey Scripting Guy!Authority Authority: 412
    Summary : Learn how to use the free PoshWSUS Windows PowerShell module to administer your WSUS server. Microsoft Scripting Guy, Ed Wilson, is here. We wrap up the weekend and the week with guest blogger, Boe Prox. In case you missed them, here are links for Boe’s blogs: Day 1: Introduction to WSUS and PowerShell ...
    1 week ago
  • Get Windows Update Status Information by Using PowerShell


    Hey Scripting Guy!Authority Authority: 412
    Summary : Learn how to use the WSUS Update Scope with Windows PowerShell to get update status information for client computers. Microsoft Scripting Guy, Ed Wilson, is here. What a week. Boe Prox has certainly been sharing quite a bit of Windows PowerShell goodness. In case you have missed them, here are links to the ...
    1 week ago
  • How to run a script to multiple servers?


    nixCraft Linux ForumAuthority Authority: 118
    Hi I have a shell script test.sh. What this script does is, it adds server to a monitoring server. Now what i am trying to do is to make a script which can add multiple servers at a same time. I am new to scripting so looking for some help. Thanks Ashish
    1 week ago
  • Need help with Powershell script to remove entries from IIS log file


    IT answersAuthority Authority: 437
    Question Edited by TechTalker
    1 week ago
  • Updating td.sh, Bash time duration library


    make YJLAuthority Authority: 94
    More than a year ago , I wrote td.sh . It is very helpful to me, I use it to show the uptime and the Portage trees freshness. I recently moved it to GitHub, even its only one short script, less than 100 hundred lines, 19 of them are MIT License text. It deserves its own repository. Its fairly easy to use, you just ...
    1 week ago
  • Approve or Decline WSUS Updates by Using PowerShell


    Hey Scripting Guy!Authority Authority: 412
    Summary : Guest blogger, Boe Prox, shows how to use Windows PowerShell to approve or to decline updates for WSUS. Microsoft Scripting Guy, Ed Wilson, is here. Welcome to the third day of Boe Prox as our guest blogger talking about using Windows PowerShell with WSUS. Day 1: Introduction to WSUS and PowerShell Day ...
    2 weeks ago
  • Use PowerShell to Perform Basic Administrative Tasks on WSUS


    Hey Scripting Guy!Authority Authority: 412
    Summary : Learn how to use Windows PowerShell to automate basic administrative tasks on a WSUS server. Microsoft Scripting Guy, Ed Wilson, is here. Today we have the second blog post by Boe Prox about WSUS and Windows PowerShell. See yesterday’s blog for the introduction to WSUS and to learn more about Boe. Take ...
    2 weeks ago
  • Need some help with script for sendEmail


    nixCraft Linux ForumAuthority Authority: 118
    I need som help using a script to ping my server and send mail through gmail. I have tested that sendEmail works. This is how far i come after som searching: #!/bin/bash HOSTS="IP ADDRESS OF SERVER" COUNT=4 for myHost in $HOSTS do count=$(ping -c $COUNT $myHost | grep received | awk -F, { print $2 } | awk { print ...
    2 weeks ago
  • sendEmail shell script to send an email via Gmail account / password


    nixCraft Linux ForumAuthority Authority: 118
    I need som help using a script to ping my server and send mail through gmail. I have tested that sendEmail works. This is how far i come after som searching: #!/bin/bash HOSTS="IP ADDRESS OF SERVER" COUNT=4 for myHost in $HOSTS do count=$(ping -c $COUNT $myHost | grep received | awk -F, { print $2 } | awk { print ...
    2 weeks ago
  • Hp-Ux and Unix test questions


    nixCraft Linux ForumAuthority Authority: 118
    Hello dear members, I need the answers to the below Unix questions. Thank you very much. 51. What is the major number for LVM DSFs using disk layout 1? A. 32 B. 64 C. 128 D. 256 52. If vg05 has two logical volumes created using the default naming convention, overall, how many DSFs should you find in /dev/vg05? A. 2 ...
    2 weeks ago
  • Shell Script Tasks


    nixCraft Linux ForumAuthority Authority: 118
    Shell Script Tasks This is a homework assignment to create the below described shell scripts. I need the scripts so I can complete my university education. If you would like to help me and can create these scripts, please send them in a zip or rar file to my email: technologicbg at yahoo.com Thank you very much. ...
    2 weeks ago
  • Introduction to WSUS and PowerShell


    Hey Scripting Guy!Authority Authority: 412
    Summary : Guest blogger, Boe Prox, shows how to use Windows PowerShell to install WSUS and conimage clients for updates. Microsoft Scripting Guy, Ed Wilson, is here. You are in for a treat this week. Boe Prox has written a week’s worth of goodies, and we will share them here. Boe Prox is currently a senior ...
    2 weeks ago
  • Use PowerShell to Choose Unique Objects from a Sorted List


    Hey Scripting Guy!Authority Authority: 412
    Summary : Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to select unique objects and properties from a sorted list. Microsoft Scripting Guy, Ed Wilson, is here. I have been busy working on the study guide for the 2012 Scripting Games. It will look similar to the 2011 Scripting Games Guide . ...
    2 weeks ago
  • Use PowerShell to Group and Format Output


    Hey Scripting Guy!Authority Authority: 412
    Summary : Microsoft Scripting Guy, Ed Wilson, teaches how to use Windows PowerShell to group and to format output. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about Windows PowerShell is that it allows you to work the way that you like to do so. The other day, I was making a presentation to ...
    2 weeks ago
  • How do I copy a file multiple times and rename it different every time


    IT answersAuthority Authority: 437
    New Question Created by P0pcan
    2 weeks ago

Comments about shell scripting

Personal attacks are NOT allowed
Please read our comment policy