scriptofen.blogspot.com
Scripting Operations Framework: PowerShell 2 & OpenXML: Generate a server form
http://scriptofen.blogspot.com/2009/05/powershell-2-openxml-generate-server.html
Microsoft best practices automation using PowerShell. Thursday, May 14, 2009. PowerShell 2 and OpenXML: Generate a server form. That's it, now we can generate a server form in 4 steps :. Prerequires installation and configuration. PowerShell module creation collecting software and hardware data from a remote machine. Word 2007 template creation. See you soon for the next article! Posted by Grégory Schiro. Subscribe to: Post Comments (Atom). Active Directory and SQL: Web Portal configuration.
scriptofen.blogspot.com
Scripting Operations Framework: Web portal deployment automation
http://scriptofen.blogspot.com/2009/05/web-portal-deployment-automation.html
Microsoft best practices automation using PowerShell. Friday, May 15, 2009. Web portal deployment automation. Web Portal deployment is not really easy. You have to check all prerequires, deploy source, check permissions, configure, and more! Here, just one simple thing will be done : Deploy a web portal using a single button : a pretty one! So, I propose to make a kind of Solution Accelerator! Let's see the graphical user interface (GUI). GUI is very simple, that's the goal! Posted by Grégory Schiro.
scriptofen.blogspot.com
Scripting Operations Framework: Create a server form with PowerShell 2 & Word 2007 (Part 3)
http://scriptofen.blogspot.com/2009/05/create-server-form-with-powershell-2_09.html
Microsoft best practices automation using PowerShell. Saturday, May 9, 2009. Create a server form with PowerShell 2 and Word 2007 (Part 3). Previous part of this post is HERE. Now we get remote server information, we can create our Word 2007 template by hand. By hand? Because our script will refresh some parts of this document. So, the script will be independant of the template and we will be able to created a template with our company logo and colors. To do that, in a new file named « Generate-Serv...
scriptofen.blogspot.com
Scripting Operations Framework: PowerShell 2.0: Introduction
http://scriptofen.blogspot.com/2009/05/powershell-20-introduction.html
Microsoft best practices automation using PowerShell. Wednesday, May 6, 2009. PowerShell 2.0: Introduction. PowerShell is a command line tool used to manage Windows based computers. Ok, that's a beautiful theoretical definition. Theory is good but practice is sometimes better! Oh, just another thing! For my first post, we will set up our environment to test our PowerShell script. PowerShell current version is 1.0 however we will use PowerShell 2! So, the first thing to do is to check prerequires! WinRM i...
romain-quarre.com
Site perso de Romain Quarré
http://www.romain-quarre.com/tutoriaux.php
Cette section présente des cours et des tutoriaux sur divers sujets. Laissez moi vous presenter. Le site web de l'ESGI, ecole superieure de genie informatique. Le site du zero, un site proposant cours et tutoriaux informatiques gratuitement. L'equipe fait un tres bon boulot! C'est le langage de base! Il permet de TOUT faire avec la meilleure rapidité d'éxécution qui soit (exception faite du langage assembleur). Présentation technique du système. Utilisation du système. Ce pdf traite de l'administration a...
scriptofen.blogspot.com
Scripting Operations Framework: Create a server form with PowerShell 2 & Word 2007 (Part 4)
http://scriptofen.blogspot.com/2009/05/create-server-form-with-powershell-2_10.html
Microsoft best practices automation using PowerShell. Sunday, May 10, 2009. Create a server form with PowerShell 2 and Word 2007 (Part 4). Previous part of this article is HERE. This is the last part. We will be able to generate server form using PowerShell! All we have to do is to write some functions to update our Word document. We won't go inside the OpenXML format however we will need an overview and some basis to understand Set-OpenXmlText. Function. Nothing complex, don't worry! Green part ( w:sdtPr.
scriptofen.blogspot.com
Scripting Operations Framework: Active Directory & SQL: Web Portal configuration
http://scriptofen.blogspot.com/2009/05/active-directory-sql-web-portal.html
Microsoft best practices automation using PowerShell. Friday, May 29, 2009. Active Directory and SQL: Web Portal configuration. Previous part of this post is HERE. The last part of the Web Portal deployment is the configuration! Of course, configuration depends on Web Portal itself and the integration environment. This post is about to share some powreshell tips around Active Directory and SQL which are the common technologies used for a Web Portal. First, we need to create the OU:. That's fine, we succe...
scriptofen.blogspot.com
Scripting Operations Framework: IIS automation
http://scriptofen.blogspot.com/2009/05/iis-automation.html
Microsoft best practices automation using PowerShell. Wednesday, May 27, 2009. Previous part of this post is HERE. After having deployed the SQL database on which our Web portal is based on, we are going to deploy the web site. Using the second menu:. We are discovering the GUI dedicated to the Web site deployment:. As the previous one, GUI is very simple. Four information are needed to deploy the Web Site:. Web server name,. Path to the Web Site source,. Credentials used by the application pool. We have...
scriptofen.blogspot.com
Scripting Operations Framework: SQL database deployment automation
http://scriptofen.blogspot.com/2009/05/sql-database-deployment-automation.html
Microsoft best practices automation using PowerShell. Monday, May 25, 2009. SQL database deployment automation. Previous part is HERE. Before deploying Web Portal, we have to set up the database: Which web portal haven't a database? So, that's the first job of our Solution Accelerator. In the previous post, you have seen the graphical user interface: let's use it! So, just click on the first menu to deploy database! A new dedicated screen is displayed:. It is a very simple GUI! Since we saw the GUI and w...
scriptofen.blogspot.com
Scripting Operations Framework: Create a server form with PowerShell 2 & Word 2007 (Part 1)
http://scriptofen.blogspot.com/2009/05/create-server-form-with-powershell-2.html
Microsoft best practices automation using PowerShell. Thursday, May 7, 2009. Create a server form with PowerShell 2 and Word 2007 (Part 1). What if it was possible to get pertinent informations about all our Windows servers and generate a detailed report and then send it by mail to our manager monthly? We will have more time for cofee? Sure Or maybe we will have more time to enhances the efficiency of our production processes! Well, in this post splited into 4 parts, we will do the job! We need 2 things :.