Get "Updates were installed" date from computers
Hi,When I go to the control panel and select windows updates, I can see the section that shows when updates were last installed. How can I access the area of the computer that is supplying that date to...
View Articlespecify a user to join pre-created computer account to domain
I have a working script that creates multiple computer accounts in an AD domain. $OU='OU=compOU,DC=domain,DC=local'Import-Csv c:\NewComputers.csv | ForEach-Object { New-ADComputer -name...
View ArticleHow to test if user authenticated with cached credentials
I would like to gently remind users who have logged in with cached credentials for X days that they should bring their machine back and connect it to the network for a boot or two, and I'd like to push...
View ArticleHelp Powershell and Wsus Approve Updates By Computer Group
I've found this script to ApproveUpdatesByComputerGroupt and it works, my problem is now, I only need to approve Classification Critical, because I will not approve service packs for OS / SQL, etc....
View ArticleRunning Get-WUHistory cmdlet in PSWindowsUpdate module against a list of...
Hello,I would like a script I can run against a list of remote machines that will return recent Windows Updates. I have imported the PSWindowsUpdate module and find that it works very well on my local...
View Articlemoving items using powershell
hi i want to move 10 largest files in size from a list of files using powershell.
View ArticleInput multiple values from the Excel sheet column to the text box of...
Dear All,I have Excel sheet column as source data .I use PowerShell v.3How can I choosethe multiply values from the Excel columnand pass it to the text box of PrimalForms.Thank & regards,Boris Skoblo
View ArticleAggregate SP List Items in an array
I have a Sharepoint list that contains items in the following format:Site Plan Type Status CountAAA Manufacturing Started 1AAA Manufacturing Not...
View ArticleSuppress "Warning: Automatic update is not enabled..." when installing...
I've written a powershell script to prep server for SCCM 2012 and the only annoyting thing I can't seem to get rid of is the yellow warning message that appears as a result of installing new Windows...
View ArticleFile System Rights DeleteSubdirectoriesAndFiles but not parent folder
I have to solve the following problem. On 200 folders (and every new additional folders) the permissions for a group should be set in this way that group members only can delete subfolders an files...
View ArticleVBscript to find specific list of installed software on windows XP, windows &...
Hi All, I need a vbscript which will find following list of softwares on my system, and if it is there then it will give detials of that software like version, install date, etc. 1. IE details (like...
View Articlesearch txt content and send mail with result
Hi guys,I'm looking for a script that read a txt file, if it find result different from 0 warnings and 0 errors send a e-mail result with warning number, error number and date.[4/12/2013 3:00:51 AM]...
View ArticleWhat does "attrib.exe" mean in CMD?
Hello Everybody,If you run Command Prompt and type "attrib.exe" (without quotes), a super long list shows up. Can someone please explain to me what it is a list of? That would be much...
View ArticleSend a welcome email to a new user
I've been follow blogs to enable welcome email in Exchange 2013, and I got the warning prompt as below during I create new mailbox. What could be the reason of that? my new mailbox doesn't receive any...
View ArticleCopying files from local computer to a remote server which is not in Domain...
"I have one workstation with static IP, Wants to create batch file to log in to this,using user name and password, copy back up files from that workstation to my desktop with batch file, please help I...
View ArticleDomain computers inventory
Hi everyone,I am looking for PS script to search all AD computers and give the following csv output:computername, description, dn, OS type, state (disabled or enable),lastlogontimestamp, bitlocker...
View ArticleGet mailbox permission full access
Hi Guys,I have designed a below script and its getting the information what it suppose to get but there is one problem and that is if the user who's user principal name is different to domain login...
View ArticleHelp amending script please
hello scripting guys,could I please get some help with amending the script, I would like to add logging to the script , I did try to but I didn't get it quite right, so wondered if I could get some...
View ArticleHow do I create a pop-up batch file for "wmic bios get serialnumber"
I would like to create a batch file that I can send out to all my users that will collect their serialnumber, and possibly computer name as well.How would I create a .bat that incorporates "wmic bios...
View ArticleRemove domain account on remote computer using its local credentials
I want to make a script that will remove domain user account from remote computer. Right now I tested dosen of methods. I have stick to...
View Article