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

Windows Server 2012 R2: Key features

Windows Server 2012 R2 is a comprehensive refresh of Microsoft's server platform, with advances in storage, networking, Hyper-V and across the board, according to the firm.However, some features stand...

View Article


not finding new-symlink cmdlet error

I have installed:powershell 3.0 on my server 2008 R2 serverthe corresponding v3.0 pscx community extension module which includes the new-symlink cmdletI'm running a powershell script under a service....

View Article


Image may be NSFW.
Clik here to view.

Delegate Calinder

Hii, i want V on checkbox "delegate receives copies of meeting related messages sent to me" I want to make it through powershellThank you so much for helping

View Article

Writing an improved Firewall Rule retrieval script

So, I've been looking at attempting to improve the firewall rule retrieval script that I use when performing system audits.So far, I have the following:Function Get-FWdump {    $Output = @(netsh...

View Article

Variables from a CSV, ignore the blanks

 I have written the this script, it is the first stage of clearing out stale AD accounts, I know there are scripts to do this but like the saying goes " give a man a fish, he eats for a day, teach a...

View Article


Mailbox Search

Search-Mailbox -Identity "Joe Healy" -SearchQuery 'Subject:"Project Hamilton"' -TargetMailbox "DiscoveryMailbox" -TargetFolder "JoeHealy-ProjectHamilton" -LogLevel FullAbove command return all messages...

View Article

Let's get graphical with Hyper-V

Review: We recently had a good look at what it takes to get a Hyper-V failover cluster up and running using PowerShell. It isn't quite as scary as it is often made out to be, but like many command line...

View Article

Powershell Utility: Comment Based Help Utility

Comment based help is used in powershell-land to provide fast and easy help for cmdlets at the console. This little powershell based GUI helps fellow coders automatically construct comment based help...

View Article


Bulk Creation of SharePoint Site Columns and Content Types with PowerShell:...

This post is the first in a series detailing the creation of SharePoint Site Columns and Content Types via PowerShell. The series has three parts as follows:Read More

View Article


Bulk Creation of SharePoint Site Columns and Content Types with PowerShell:...

This post is the second in a series detailing the creation of SharePoint Site Columns and Content Types via PowerShell. The series has three parts as follows:Read More

View Article

modify content of xml's by powershell

Hello,I migrate sharepoint users from DomainA to DomainB. I have a problem with Infopath forms. When a form is sent to acceptation with one of approvers login like "DomainA\username" and next this user...

View Article

Bulk Creation of SharePoint Site Columns and Content Types with PowerShell:...

This post is the third in a series detailing the creation of SharePoint Site Columns and Content Types via PowerShell. The series has three parts as follows:Read More

View Article

Welcome to the PowerShell & SharePoint Forum.

Hi and welcome to the PowerShell & SharePoint Forum.In this forum you can ask pretty much anything about PowerShell and SharePoint (2007 and 2010).SharePoint has become one of the quickest growing...

View Article


Extracting username information from a CSV and creating an AD user account

Hello all,Im new to powershell so this is probably a really basic question but using PS, I'm trying to pull information from a CSV file, and create a user account based on what's in this file.The CSV...

View Article

Top 10 Tactics For Learning PowerShell

With more than 2400 commandlets, learning Windows Server automation language PowerShell can seem like an overwhelming task — but in truth there’s only one commandlet you really need to know. PowerShell...

View Article


Top 10 Features In Windows Server 2012 You Should Already Be Using

Much of the emphasis at TechEd North America 2013 this week has been on the new features coming in Windows Server 2012 R2. However, with the original Windows Server 2012 just nine months in the market,...

View Article

How Azure Boosts Disaster Recovery For SMEs

As TechEd 2013 draws towards its close, our guest blogger David Klemke looks at how Azure will play an increasingly important role in backup and disaster recovery for smaller firms. Plus: David chats...

View Article


Printing to TIFF Conversion then verifying file has printed.

Have a script: Function Printfiles{ param ($dirfiles, $log) foreach ($file in $dirfiles){  #Printing each file in Blackice Dir  $file | Out-Printer }}Function ValidatePrinted{ param ($dirfiles, $Efile)...

View Article

Call Powershell script from VBA using Shell() function

Hello,I'm trying to pull a path string variable from the following VBA code into a PS script::VBA CODE:Shell("powershell.exe -ExecutionPolicy Unrestricted -File...

View Article

Call a 2nd PS, as another user and bring back paramters

Hi I'm new to PS, but not scripting in general and am trying to create a script to automate our Win7 build process.For various reasons, the machine will be built off the domain, then join itself to an...

View Article
Browsing all 8583 articles
Browse latest View live