Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MSH/Monad Solutions: 1 - 25 of 49
 
I have data in a pipeline from which I want to create an array of arrays like, for example:   (a, XXa), (b, XXb), (c, XXc) I don't want to use a pre-declared multi-dimensional array because ...
Busily chipping away at understanding PowerShell, but being a complete non-programmer occasionally makes things really odd... Anyway, perhaps some one already knows this one and I can sto...
HI Experts Please see code snipped , I am trying to call a powershell command from C# and got the following error: "Cannot invoke this function because the current host does not implem...
I'm trying to run WBADMIN via a PS script. I'm generating the commandline with variables. The script is designed to perform a backup (obviously as a scheduled task every night) to a different ...
Hello, I need to use PowerShell to dump the ACLs for folders only, recursively, through 200,000+ folders on a DFS file system running on Windows 2003 R2. We have a tool for doing this but i...
My task is to query a Windows DHCP server using PowerShell.  At the very least, I need to be able to get a list of the active leases (not reservations), including ip addresses and MACs.  I'd l...
I need a Powershell script to read registry and services from a list of hosts in a text file and then output the results to a .csv file. Specifically, for each host listed in list.txt, I need ...
I want to run a program with a specific parameter list from the Powershell prompt. If I run it directly it works just fine. ./myScript.ps1 myParam If I store the filename in a string it work...
So my code has been working fine for a while now.  I attempted to get the "User Must Change Password at First Login" to be checked, but it NEVER worked.  All the rest is fine, like I said. ...
This is related to EE issue: http://www.experts-exchange.com/Programming/Languages/Scripting/MSH-Monad/Q_23666325.html I am trying to run a PS command from my C# event handler  and get the...
Does anyone know how to use Powershell to count and/or subtotal how many messages of a certain message class are in a given Exchange 2003 mailbox ? For example, given a mailbox, how many IP...
Hey guys, I figure someone has probably done this somewhere already and I'm probably missing something simple. I like the SDDL Output format from Get-ACL, and would like to use that form...
I'm a bit new to Powershell. I am looking for the ability configure an IIS6 website. More specifically I want to insert an Application Extension Mapping. For an idea of what I'm trying to d...
I'm a VERY new user to powerShell and would like to get a listing of the shares and share permissions on remote servers.  I know the start is "Get-WMIObject Win32_Share -computername myserver"...
Please refer to the following code.  In the first line of code, I want to insert a start-sleep command between the get-ftp statement and the foreach-object -process statement.  The idea is to ...
Hello. I am looking for some assistance creating a Powershell Script to do the following. 1. List all users of a specific group in active directory and write to an XLS 2. Then I want t...
I would like to get help with a powershell script that gives me the size in MB or GB of a location on my E drive (Where my exchange logs are located) - which creates a text file and then that ...
This should be a fairly straightforward solution. I'm using a Powershell script to count all the "full" mailboxes on our exchange server.  It should query all mailboxes, and then if it's be...
I was hoping someone could help me with this. I have a script in which I used many aliasesI was going through and removing all aliases to make it easier for people who aren't familar with PS t...
Is there any vbscript which searches in all OU to find the last logon time for all users and write it in an txt file.
I'm in the process of converting a VBscript to powershell and am having trouble with arrays. Theis particular section of the script needs create a registry value for all interfaces under the S...
I have a little function, it has a daft name, but I never was any good at thinking of those. It accepts an object as input and returns a Byte Array. I use it to combine several different Byt...
Hi, I wonder if somebody has a powershell/vb/batch script to move files which are older than 4 hours (create time) to different location and rename those with adding create date & time at e...
Can I run a PowerShell script on a XP Pro computer with out installing any additional software to make the script run? The XP Pro computer does not have powershell installed. I want to be able...
Hi All, Powershell question...If I return an attribute e.g [PS] C:\>Get-MailContact testuser1 | Select-Object DistinguishedName How do I then convert the output... DistinguishedName ---...