Anderson Patricio Get-news Blog

News, articles and information about UC

Recent Posts

Tags

Email Notifications

Blogroll

My tutorials at msmvps.org

My MS KBs

.:. About me..

Community

UC Resources

Archives

Browse by Tags

All Tags » Windows PowerShell (RSS)
Free PowerShell V1 Book From the Makers of PowerShell Plus
Hello folks, A free book (Mastering Powershell) is avaialable (567 pages of good stuff) written by Dr Tobias Weltner (creator of PowerShell Plus). Here are the chapters of the free book: 1. The PowerShell Console 2. Interactive PowerShell 3. Variables...
PowerShell for everyone...
Hello folks, I've just read on PowerShell Team blog that PowerShell will be installed by default on top of Windows Server 2008 R2 and Windows 7 which means that for us, Exchange guys, the Exchange Server setup may have one less step during the Welcome...
Overhauling the PowerShell startup process
Hello folks, I saw an interesting post in the PowerShell Team Blog ( https://blogs.msdn.com ) and they explained that running the script below you can increase the speed to open your PowerShell Console, as follows: Set-Alias ngen @( dir (join-path ${env...
Preparing Exchange Server 2007 prerequisites on Windows Server 2008
Hello Folks, The major prerequisites for Exchange Server 2007 are .Net Framework, MMC 3.0 and PowerShell installed before we deploy Exchange Server 2007. .Net Framework and MMC 3.0 features have already installed in the Windows 2008 by default, so we...
Running Exchange cmdlets through a PowerShell Session
Hello folks, When you open a Windows PowerShell prompt you cannot run Exchange cmdlets into this prompt, the following error will be occuring: PS C:\Documents and Settings\admin.DOMAIN> Get-PublicFolder The term 'Get-PublicFolder' is not recognized...
Copying NDRs to a mailbox in Exchange Server 2007
Hello Folks, In Exchange Server 2007 the copy of NDRs is not enable by default. If you want to enable this please follow these procedures: First of all, create an appropriate mailbox to receive the content, and also add the postmaster@yourdomain.com to...
Increasing the Rules Quota limit in Exchange Server 2007
Hello folks, In the previous versions of Exchange Server we cannot play with the mailbox rules limit that is only 32kb ( http://support.microsoft.com/kb/886616 ). Using Exchange Server 2007 we can do that through Exchange Management Shell. Let's see...
Visualizing the Exchange Server 2007 setup log files through Exchange Management Shell
Hello folks, Exchange Server 2007 has a bunch of scripts to facilitate our daily tasks. One of them is the Get-Setuplog.ps1 that allows us to see the Setup Log file using Exchange Management Shell, the nice thing of this script is the different collor...
Creating an Equipment Address List in Exchange Server 2007
Hello folks, By default, Exchange Server 2007 has an All Rooms address list, and how about Equipment Mailboxes? We do not have it, so.. If you want to create using Exchange Management Console forget it, because it is not possible, we have to use Exchange...
Installing the DPM Management Shell
Hello Folks, I've been working with DPM since the previous versions and yesterday I started to play with DPM v2. In this blog post I will cover the installation of the DPM Management Shell portion of the product. The initial screen, click on Install...
Managing the Language in the OWA Virtual Directory
Hello folks, By default when a new mailbox access the OWA after the first logon the following screen appears, and we should choose the language and time zone settings: How can we remove this screen? It's easy just set up the DefaultClientLanguage...
An overview of PowerGUI tool
Hello folks, I was reading the Rui J. M. Silva's Blog ( http://msmvps.com/ehlo/ ) that is one of my favourites blogs and I saw an interesting post about some help tools to PowerShell ( http://msmvps.com/blogs/ehlo/archive/2007/06/04/941379.aspx )...
Update: Microsoft Exchange Server 2007 Shell Help
The Microsoft Exchange Server 2007 Exchange Management Shell Help file helps you use cmdlets in the Exchange Management Shell to perform day-to-day administration of Exchange 2007. You can view help in the Exchange Management Shell by using the Get-Help...
Creating Custom Resources for room and equipment mailboxes in Exchange Server 2007
Hello folks, I've been seeing some doubts about Custom Resources in Exchange Server 2007.. Then... I realize that it is time to write something about it. By default all Resource mailboxes have a tab called Resource Information , as it follows: Then...
Managing Active Directory through PowerShell
Hello folks, Quest ( www.quest.com ) has released a free tool called ActiveRoles Management Shell for Active Directory that is a set of PowerShell commands (CMDLETs). Inside of this tool we have got some cmdlets to manage the Active Directory environment...
Creating a mailbox usage report using the out-html and out-ie
Hello folks, We usually see in the MS presentation the guys using a lot of cmdlets and they show the information in the browser directly from the PowerShell.. If you have already seen it, I think you might tried before in your lab without success, right...
Free PowerShell book
Hello guys, I haven't been posting for ages I know that.. but I'm starting again, the reason of this distance was my new job. I left Brazil last month to start to work in Toronto (Canada). Now, I'm getting used to the city and the english...