Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Browsing all 8583 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Error enabling PS remoting

HelloHas any more seen the following issues before please? I am trying to enable PS remoting on Windows 2008 R2 SP1 x64, with SQL 2008 R2 SP2. It is a virtual Server (however not had an issue enabling...

View Article


Learning PS - this is what I want to do and below that is what I have- any...

 List the last 50 entries in the System log using Get-WinEventOutput 2 blank linesList the last 50 entries in the Application log using Get-EventLog, sorting by IndexOutput 2 blank linesUsing pipes,...

View Article


Power Shell 2 Scripting : Create a new Windows log called Activity13_1 and...

Would someone from this forum help me with my PowerShell Assignment please? I am not so good at powershell and not getting help from the instructor at all. Need this done very soon. so Please help with...

View Article

WMI CIM-plified Part 2: PowerShell 3.0

PowerShell 3.0 brings us into the world of CIM which I think you'll find to be a much easier approach for systems management using WMI. On the surface the syntax hasn't really changed much. We have a...

View Article

Where-Object Is the Filter of Filters

You've already seen how using the pipeline (|) to string together a few PowerShell cmdlets can let you create a simple report, like the one I've discussed several times:Read More

View Article


Five ways admins can embrace Windows Server 2012 Remote Management

The concept of the server is changing for Windows administrators. Ten or 15 years ago, we were still deploying third-party remote console software on all of our servers.Read More

View Article

AWS Tools for Windows PowerShell v1.1 Preview Release

Firstly, thanks for all your great feedback since we released version 1.0 of the AWS Tools for Windows PowerShell. Based on your feedback and suggestions, we've made a number of changes to the tools...

View Article

convertFrom-Json is not recognized as the name of a cmdlet

I'm trying to use the convertfrom-json cmdlet and when I attempt to use it on windows 7 in powershell, i get that it is not recognized.  I have read:The Microsoft.PowerShell.Utility module is installed...

View Article


Five enhancements that PowerShell really needs

Summary: PowerShell is one of the best Windows tools available, but it could be even better. Here are my five suggestions for a better PowerShell experience.Read More

View Article


When to use a PowerShell workflow

When should I use PowerShell Workflow?Read More

View Article

PowerShell PopUp

At the recent PowerShell Summit I presented a session on adding graphical elements to your script without the need for WinForms or WPF. One of the items I demonstrated is a graphical popup that can...

View Article

Compare SQL Failover Cluster Instance SQL and OS Node Versions using PowerShell

It is a common check to see if all of the nodes in a cluster are equally patched.  The reason behind this is because in order to ensure stable operations and a consistent experience, it is best...

View Article

Best way to install roles and features in server 2008 r2

Hi All,I want to install below roles in server 2008 r2. I use import-module servermanager, add-windows feature myroles_and_features. Here are the roles and...

View Article


Searching entire AD for disabled accounts

Hello,I'm new to Powershell.  Any assistance in discovering the error or my mistake in the script would be greatly appreciated.I have a simple PS script that I intend to run and discover all disabled...

View Article

PowerShell script to tell you if you need to update your Integration Services

A while ago I did a blog post that showed you how easy it was to check what version of the Integration Services were installed inside your virtual machines.  However, a number of people came back to me...

View Article


Powershell Script for Website Availability Monitoring / URL Monitoring

Powershell script for website availability monitoring/URL Monitoring. This Script will take the list of URLs from a text tile( in this case from D:\URLList.txt)as input, and results output with URL,...

View Article

How Do I Use the Windows 8 PowerShell Feature?

Apart from the traditional command line interface (CLI) that was also available in all earlier versions of Windows operating systems, Windows 8 also has PowerShell. Although PowerShell has command line...

View Article


Create Exchange 2010 Multiple Mailbox Reports with PowerShell

In my last article, "Create Exchange 2010 Individual Inbox Reports with PowerShell," we looked at using the Get-MailboxFolderStatistics cmdlet to report on details of a single mailbox. If you missed...

View Article

List all Shared Mailboxes and the Users / Groups who have access

Well, looks like I've stepped in it again. I am trying to run a command that will list all of the shared mailboxes in the Exchange Org, as well as, list anyone who has full mailbox rights access.  The...

View Article

Exchange Scripting Question

Hi,I'm trying to create a script that will check to see if a user in a list (text document) is on litigation hold, and if so print it out on the screen.  Below is what I have :foreach ($alias in...

View Article
Browsing all 8583 articles
Browse latest View live