Browse by Tags
All Tags » Powershell ( RSS)
-
|
Join Wade and Steve each week as they cover the Windows Azure Platform. You can follow and interact with the show at @CloudCoverShow . In this episode, Michael Washam , Technical Evangelist for Windows Azure, joins Steve and Wade to discuss the Windows...
|
-
|
Ravikanth Chaganti , a Windows PowerShell MVP from Bangalore, India, has authored an ebook - WMI Query Language via PowerShell – which has been very popular, and is available as a free download. The ebook has 9 chapters (56 pages of WMI and PowerShell...
|
-
|
Have you ever been in a situation where you have PowerShell Remoting enabled and you need to put the configuration back the way it was before Enable-PSRemoting was run? While it might seem that just running Disable-PSRemoting should suffice, it turns...
|
-
|
Good morning readers/viewers! Many of you have seen a preview of SC Orchestrator’s new PowerShell provider. That new functionality will allow you to invoke runbooks from a simple to use PS command line. As that feature/functionality is still a bit away...
|
-
|
This PowerShell module will help you to create, retrieve and remove windows schedule tasks using PowerShell 01 Function Get -ScheduleTask 02 { 03 param([string] $Identity = "localhost" ) 04 Write-Host "Computer: $Identity" 05 $Command...
|
-
|
First of All what you need to do is to create 2 folders “WindowsPowerShell” and “Modules” like shown below: “%userprofile%\My Documents\WindowsPowerShell\Modules” Also if you tried to run [sourcecode language="powershell"...
|
-
|
It’s almost May and I haven’t posted anything yet this year, so it’s definitely time to post a new script. I recently worked with a customer that needed to export the public folder permissions from one Exchange organization and import them into another...
|
-
|
Another “tip/trick” for you today. Have you ever needed to quickly monitor a running Process to see when it ends? Maybe you do not yet have a Monitoring tool, but you have OIS? Even if you do have a Monitoring tool, the following may be a quick and easy...
|
-
|
And before you get a shock from the title, let me clarify, all I am talking about is PowerShell Scripting Games 2011 . I had a privilege of being one of the judges this year and I know I haven’t done it enough justice. I was planning to be a lot more...
|
-
|
You will find below example how to run PowerShell script from CMD or in windows schedule task 1 C:\>powershell "& 'c:\scripts\Active Directory\CreateNewUser.ps1'" Share this post: Read More...
|
-
|
Problem I recently setup a new SharePoint environment to host a single site collection. Even though there was not a lot of content on this small farm, the environment needed to be highly availalbe and we needed the ability to lose no more than one hour...
|
-
|
Good Day Folks! I have placed the slides I am using for the System Center Essentials 2010 and Windows Intune Sessions out on my SkyDrive. You can grab them here . Cheers!...( read more ) Share this post: Read More...
|
-
|
Windows PowerShell is an important cornerstone of Windows Server manageability. Windows Server 2008 R2 shipped with Windows PowerShell 2.0, hundreds of new cmdlets, and became the technology behind tools like Server Manager. Today Microsoft is announcing...
|
-
|
Ce script a été fait dans le but de créer nombre de site client basé sur un template custom : #Je vous invite à mettre le nom de vos clients dans un fichier txt sous la forme d’une colonne. $file = "C:\Users\Administrateur\Desktop\PS\Clients.txt"...
|
-
|
We have many words to describe those who do the boss's dirty work: minion, henchman, and toadie. My personal favorite is "toadie", as referenced in A Christmas Story . You can tour the house just outside of Cleveland, Ohio. Of course I got...
|
-
|
Here is a nice quick script that you can run on any SharePoint site to determine the version of SharePoint the farm is running. Thanks to the $cript Fanatic Blog - Shay that helped me construct the query ( http://scriptolog.blogspot.com/2007/08/query...
|
-
|
Recently I had experienced an issue where an Exchange 2007 server was having some ‘issues’. However before I was engaged to assist in resolving the issue, the admin rebooted the server and the issue went away…but only for a brief period...
|
-
|
This week I got some questions about Multihoming agents. As you know, a multihomed architecture is based on the concept of an agent reporting to two (or more) management groups. But first I wanted to know how I could see if an agent was a multihomed agent...
|
-
|
I was on site with a customer last week and was tasked with tidying up their infrastrucutre build scripts which were written in Powershell. The scripts themselves are pretty awesome, and if you are looking at doing this yourself, grab the AutoSPInstaller...
|
-
|
I recently attended and participated in the Microsoft Management Summit 2011 (MMS 2011) in Las Vegas, NV. While I was working at the Datacenter Services booth I was approached by a guy that asked me a question “Hey is there any way to use .NET code...
|
-
|
Hello readers/viewers! No video today, but I will be covering a fairly interesting topic. I realize that this may be an edge case, but I thought it would good to have something on the blog to reference for related topics. SCENARIO: You have Published...
|
-
|
May 2 – Toronto | May 4 – Detroit | May 6 – Chicago | May 9 – Indianapolis | May 11 – Dallas | May 13 - Columbus The Springboard Series Tour is back! This 6 city tour brings the top product teams from Microsoft to you. We understand the questions and...
|
-
|
Uma das coisas que eu acho entediante é montar laboratório para testes. Digo, no sentido de criar os servidores um a um, pois é uma tarefa demorada e trabalhosa. Muitos colegas utilizam o VMM (Virtual Machine Manager) em seus ambientes...
|
-
|
One of the things that has bugged me for a long time is how to create a PowerShell-based activity using QIK CLI, but also enable the use of switch parameters.It wasn’t until today that I really turned my attention to the problem because it was something...
|
-
|
If you are one of the chess players who play rated USCF (United States Chess Federation) games, you may have used their look up tool to find someone’s rating and other details, or may be your own after you completed a tournament. Being a PowerShell geek...
|
More Posts Next page »
|
|