Change email address
Hello,I need to change my email address but keep my account name? Is that possible?Thanks!
View ArticleProblems with Powertips of the day
Hello,some month ago I have registered my emailaddress for the daily powertip. It worked fine until end of May. Now when I try to register my address again, nothing happens.Then I tried to use the...
View ArticleSuggestion for PoSh code in posts
I've noticed that if I put a fairly long line of code in a post, especially if I use the code markup tool, the line seems to overflow beyond the width of the posted message blurb. I'm not suggesting a...
View ArticleSite style change
I don't know why the style sheets were changed for the site, but bullets are no longer displaying correctly. They show up in the "Compose" but not in the "Preview" or final.Bullet 1Bullet 2Numbered...
View ArticleAnouncement
Hi guys, I am new to this site. I need tips to become a powershell scripting guy. Consider me as a Dummy and guide me towards scripting. Regards,Pandit Vaddi
View ArticleIMPORTANT: PowerShell.com is having an issue with its email system at the moment
In case you weren’t aware, there’s some email issue that powershell.com is having at the moment. People who are trying to register or tried to recover their username/password aren’t getting emails...
View ArticleWhere to post compiled VB.Net Cmdlets?
I have converted a couple of my scripts from the repository here to dll (Cmdlet) format and would like to know where to post such items. Do you have anything here, for example.
View ArticlePowershell daily tips
I stopped receiving my Powershell Tips quite a while ago. I assumed it was because of our Central Management (CMS) State of Illinois firewall or Outlook rules. They have checked and there is NO...
View ArticleQuestion about Community Guidelines
Is there any particular guideline or feeling within the community about answering questions that are a student asking for homework? I know some communities I've been to are pretty much set against...
View ArticleAutomation in DOwnloading some files from websites using powershell
Hi,I am facing problem to download some files(such as pdf files) having name of all files from internet websites using powershell.i am facing problem because when we serch for one files urls of dites...
View ArticleLimit recursion depth with GCI
So, i'm just playing around with recursion depth with GCI and I stumbled up on this thread http://www.indented.co.uk/2010/01/22/limit-recursion-depth-with-get-childitem/ I'm not fully understanding on...
View ArticleTransfer JSON Object data to typical Array.
Hi, not sure exactly what I am doing wrong, but looking for some help. I have a command below, that get's content in JSON format and moves it to $dataDescribe. Within that object at...
View ArticleCheck-ADUser in whole directory
I have this script that creates a user account, it also checks for duplicates and makes iterations if there is one or more with the same name. However it checks just within my local domain and not the...
View ArticleGet the network traffic consumed by script
HiIs any chance to getinformation on howmuch datathe scriptsends and receivesover the network ,for example when I use Get-Child item on UNC path that has manyobjects inside ?
View ArticleUsing global variable or Finding process for given application to close...
Hello to all.As this is my first post, forgive me if this is in the wrong forum. I was wondering if it was possible to determine the process for a given application. To expand on this a little more, I...
View ArticleRename user's Home Directory
I need to rename about 300+ users home directories from a username of a emp ID to Firstname_lastname on our server \\ServerName\staff Homes. I know I need to write a .CSV file but I am having issue...
View ArticleMissing Errors
Hi! I'm writing a module and I'm trying to log some non-terminating errors. The only problem is, when I refer to the $error variable in the module it behaves as though the $error variable is empty -...
View ArticlePowershell script for creating local users and write details to XML file
Dear Experts, I've created a little script for creating Windows Local users and their environment for FTP access. The script is working well except it should write the details to an XML file. The...
View Article