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

Access denied on Windows XP

Hello Folks - I'm having an issue in my enviroment where systems running Windows XP do not accept remoting requests and spit out the "access denied" error. invoke-command -Computername CQuitoriano...

View Article


Powershell forms - dropdowns - stop people entering their own values?

Powershell forms - dropdowns - stop people entering their own values?Hello,I have finally created a really nice user creation form but one of my last issues is that people using the forms can still...

View Article


setting a script to run in exchange management shell.

Hello,I have one final question with regards to a new user form. I have a PS1 script that runs without errors and does what I want... but only if I copy the whole thing into exchange management...

View Article

Report of members of local Administrators group

I found this here: (http://powershell.com/cs/media/p/376.aspx)cls $ErrorActionPreference="SilentlyContinue" Get-Content (ENTER PATH TO YOUR INPUT FILE HERE) | foreach {...

View Article

Powershell error.....but it works sometimes !

Hi , hope someone can shed some light on what is wrong here.I have a script that captures SQL Server config details and saves them to SQL table. Stats collected by powershell. The script runs fine on...

View Article


Error: Input redirection is not supproted

I am new to PowerShell, I have never written a script before. So I have found some help off the internet and tried to piece together a script for the task I need to compete. Here is the problem:I am...

View Article

Look for Files on a remote computer and copy files to a locat computer

Here's what I'm attempting to do. Users save their PST files pretty much anywhere on the PC. When I rebuild it I would like this script to search the old computer for PST files and copy them to the new...

View Article

Merging columns from a large CSV file

Hello all,I am trying to find a way to merge the data from several columns from a CSV file and output the result to another CSV file.The data I am working with is stored into a variable and looks like...

View Article


Variables not loading to array - causes duplication in output

This is a continuation from another thread.  Below is the code I'm currently using.I've run this, step-by-step, through the debugger in PowerGUI and Powershell Plus.  It was easier to see in Powershell...

View Article


Twelve PowerShell command line tips, tricks and helpful hints

Windows continues to place more and more emphasis on the PowerShell command line, with the scripting language now forming the basis of many of the vendors' core products. While more widespread use...

View Article

Create CRM 2013 Orgs with PowerShell

ok, so creating orgs with Powershell isn’t new but something that’s often forgotten.  The reason I think it’s useful with CRM 2013 is with a new version you always want to play around and try things...

View Article

PowerShell Cmdlets for DNS

If you perform DNS administration on Windows Server systems, you might remember the columns I wrote years ago—such as "Scripting DNS Setup"—about Dnscmd, a powerful command-line tool that lets you do...

View Article

SharePoint 2013 offline and unattended installation plus initial configuration

It’s a long time since I did not post anything, it was a busy period for me. Now that I live the most amazing time of my life I also try to focus on learning and work as much as I can. I can tell you...

View Article


Show-SQLServerOperators

Load function for Enumerating Operators and NotificationsRead More

View Article

Having a problem with a function that replaces text

I was in need of a function that replaces non-English characters with English alphabet equivalents and I found one in the net. I only needed to fill in blanks and it was good to go. Except not.Function...

View Article


Useful script for changing Created By field in SharePoint 2010

You can’t change the creator of a document in sharepoint in the UI but you can in Powershell. This might help you.Read More

View Article

Troubleshooting a XenDesktop Environment Using the PowerShell SDK

The Citrix XenDesktop PowerShell SDK is the foundation for all interactions with a XenDesktop database and is the same SDK used by Desktop Studio. This deep dive session will include a...

View Article


PowerShell – Delete Registry Entries – Remote Machines – Example Profile...

#The following SID registry entry to be deleted across all mutiple Machines, SID is a user #who owns this user profile. Run the below script in Powershell console or ISERead More

View Article

Access and Manage Office 365 with PowerShell

As businesses large and small move operations to the Microsoft cloud in the form of Office 365, administrators have to face some limitations in the user interface. While very simple to use for basic...

View Article

check for service installed & get status, output report, almost there I think?

Howdy,I have been trying to get a script working to check for a single service and I'm getting stuck.  I have the script below which does get all services and I'm not far off, but I'm not sure how to...

View Article
Browsing all 8411 articles
Browse latest View live