Writing SACL on folders and files - VBScript
Hey Scripting Guy,All i need to achieve is to enable all failed audit permission for everyone user on some folders. As i need to go through different folders and servers, i need an automated solution....
View ArticlePowerShell: Get installed updates
HiI'm looking for a way to get a list of all product updates on a server, which corresponds to the "View installed updates" list in Control Panel. I know how to find Windows Updates, butGet-Hotfix and...
View ArticleDatagridview and UseSystemPasswordChar
Hello,I want to create a datagridview where one of the columns requires a user to enter their password.For the sake of security I need to hide this password, so that when they type it people can't see...
View ArticlePowershell ISE and Powershell return different results from Exchange 2013
Not sure if this is an Exchange issue, seems to be PS. I run a script weekly that looks at the Message Tracking logs for emails sent to specific email address from our Exchange 2007 and 2013 servers.It...
View ArticleGetting Windows XP activation status remotely (via slmgr)
Hello everyone. I'm trying to get activation status of Windows XP via slmgr.vbs, but I didn't found this file on a remote computer. Then I had copy slmgr from my PC (which is Windows 8) to the remote...
View ArticleDoes anyone know what this errors could mean?`Exception calling "Approve"...
I have no idea what this error means and how to fix it, could anyone help me with it? Thanks in advanceException calling "Approve" with "2" argument(s): "Value cannot be null. Parameter name:...
View ArticleHelp with text variable in Powershell
Hello,I'm writing a script in Powershell to search messages in Exchange, and I don't know how to solve a problem that I'm encountering. I explain it.In my script, I make the user to write an email...
View ArticleQuestion about pulling from AD and Exchange in a Script
Hey guys, so I've got a powershell script, that pulls from exchange to tell us who is syncing activesync devices, what device they're syncing, what OS it's running, and what the last successful sync...
View ArticlePowershell Commands from Linux
Is there any way via which Powershell Commands could be executed on Windows from Linux.Linux -> Powershell Command -> Windows??
View ArticleCreating Distribution Groups and adding members
Folks, I'm trying to import a MASSIVE list of groups and their members from a csv file into AD. The csv is in this format: group,membersgroup1,"user1,user2,user3" group2,"user4,user5,user6"The code I...
View ArticlePowerShell Script to fetch Task Scheduler details - Last Run Time and Last...
Hello, I got a requirement to fetch the task scheduler details on multiple servers, Where I am looking ONLY for "Last Run Time" and "Last Run Result" Tried some other scripts, but I am not getting...
View ArticleAction to be taken while comparing times and dates.
Hi There,I'm trying to develop a PowerShell script that will create a spreadsheet that will calculate EXTRA hours (in a job journey).Due some country regualtions there are some specific rules to...
View ArticleCarrying over an uncleared cheque from one month to another
Within the bank reconciliation module on both Dynamics Navision RTC and Navision SQL I cannot seem to be able to carry over an uncleared cheque. i.e the cheque is entered on the 20th of the month but...
View ArticleBreak down json file into three arrays
How would you break down the following json variable into individual items in...
View ArticleScript to delete OST files
Hi,I'm looking for a HTA script where i can search and connect to a remote system and to delete all the OST files stored in their user profiles. Can anyone help me with the same.We will be running this...
View ArticleSam Account Name modification with New Adcomputer Powershell script
Greetings Community,Hopefully this will be an easy question for you guys.When creating a new computer account in powershell and specifying the -SamAccountName parameter, is there a way to make the...
View ArticleActivedirectory Dashboard
I've been searching for a script to create Active directory Dashboard.But I haven't got any.Does anyone has a script which can create AD Dashboard with as much as information in AD and notify via email...
View ArticleGPO Report OU Level
Hello Guys, I know that Get-GPOReport generates xml/htl report for a particular GPO or for GPOs in a domain. How can I generate a report for all GPOs in a particular OU.I tried :...
View ArticleHow do I write a Powershell Script to Import a CSV File to Outlook Calendar?
I am trying to write a Powershell script to import CSV data to a local Outlook calendar. I also want to ensure that there are no duplicate entries. The headers are Location, Subject, Start Date...
View ArticleHow to check or see if a list of computers are sharing the c$ drive
How could I check whether a list of computers are sharing their c$ drives?
View Article