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

how to call ssis package installation wizard

I have to call SSIS deployment wizard on clicking on manifest file but instead execute SSIS wizard is opening , how to change wizard in below code of powershell#call SSIS  package installation wizard...

View Article


PowerShell One-Liner: Deleting Environment Variables

In this final installment in the Environment Variables series, I'll show you how to delete environment variables.Read More

View Article


windows 2012 & PowerShell commands

I was told in June while waiting in line at TechEd that when you execute a command in windows 2012 it is stored in a PowerShell format somewhere in a directory.  Does anyone know where this folder...

View Article

Script to get a report of new user accounts

Hello, Have Exchange 2010 SP2.Does anyone know if there is any or how to create a script that will generate a report of every new created user account. I am looking to get these reports on a weekly or...

View Article

PowerShell One-Liner: Displaying the Date

This is the first in a three part series on working with dates in Windows PowerShell. Read More

View Article


Fanfare for the Common Parameter Part 4: Outbuffer

There is one more common parameter you might need or want to use to control this buffering behavior. It is called –Outbuffer.Read More

View Article

PowerShell – Get CPU Details and its Usage

This PowerShell script helpful in finding No of Processors, Speed and It’s current usage based on samples being gathered at frequent intervals.Read More

View Article

#PSTip Get the path to x86 special folders

Using the System.Environment+SpecialFolder enumeration we can retrieve a list of all paths to system special folders. One of the values is: System which holds the path to the Windows system folder.Read...

View Article


Exporting Mailbox Permissions

Hi all,In our Exchange 2007 environment, I have this Powershell script which outputs mailboxes, which users have access to them and the type of access, such as Full Access, Delete Items etc. into a...

View Article


How to import data into the homePhone attribute within AD with a CSV file...

Hoping you guys can help. I have been given a list of over 2000 users as a CSV file with 2 columns, "employeeNumber" and the corresponding "homePhone". Both only have numerical values. The management...

View Article

Add Host in NLB Cluster from Remote Server (Access is denied. (Exception from...

I am running command from Remote Server invoke-command -computername server1 -filepath c:\host.ps1Inside host.ps1----------------------------------------import-module...

View Article

Add-Printer and Add-PrinterDriver not in v2?

I am currently working with Powershell v2 on a Windows 7 system.  Wanted to learn how to add printer drivers and printers, found information online about Add-Printer and Add-PrinterDriver from...

View Article

EMC PowerPath

Hi, I am trying to write a PowerShell script to update EMC power path from 5.3 to 5.7 for Windows Servers 2003 and 2008 R2 but my update only works on existing Servers with Version 5.3 but doesn't...

View Article


Disable unnecessary network features as Internet Protocol Version 6

Hello,I want to disable "File and Printer Sharing for Microsoft Networks", "Internet Protocol Version 6", "Client for Microsoft Networks", ... on Networking tab or "Allow other network users to connect...

View Article

PowerShell – Identify and switch between installed PowerShell Versions

Most of the time we have been used to cmdlets and it’s various features but do not know about the version and hence this post might help some of you to understand in find ing different versions of...

View Article


Free Tool PowerShell scripts for SharePoint

Simplify SharePoint administration with 20 free scripts. Read More

View Article

Introducing the Active Directory Recycle Bin in Windows Server 2012

The Recycle Bin has been a feature in Windows OSs for quite some time. If you accidentally delete a file, it gives you the ability to restore it. However, if you accidentally delete a user or computer...

View Article


PowerShell One-Liner: Quick Customization of the Date and Time Display

Using the quick formatting options of the Get-Date cmdlet turns a ho-hum Date and Time display into something extra powerful and potentially exciting.Read More

View Article

How to find nth word in a line or string?

I have bunch of log files and want to extract certain words out of them, so they can be formatted into a summarized table. They are all similar enough to be able to know which word in a line that I...

View Article

Accessing Oracle Database 11g with Powershell

Hi there Has anyone any experience with accessing a oracle 11g database in powershell? Is there a module which can be downloaded in order to access a oracle database. I want to extract data from a...

View Article
Browsing all 8583 articles
Browse latest View live