Filter mails by date - user mailbox, exchange 2007
Hi,I have exchange 2007.I need to get a report that contain the numbers of emails that the user received from DATE X to DATE Y. I need to connect to a user's mailbox and pull out this information, the...
View ArticleAD export script does not write all values during call to Export-CSV
I wrote a powershell script to extract information from AD. For some reason extensionattribute10 and extensionattribute11 do not show up in the export and I'm baffled as to why. I know other ways to...
View ArticleImporting Active Directory Attributes via CSV
Hi there, I am very much new to Powershell but thoroughly enjoying it so far.I have a requirement to import a single attribute into AD for every user.The script I have is here:Import-Csv...
View ArticleI am looking for a help
I am looking for a help, hope nobody will gala me for being an ignorant. Not that long ago I became something of an AD admin, organisation is big so the tasks vary. I can easily complete what I require...
View ArticleHow to convert Get-Eventlog TimeGenerated value to DateTime?
Hello, I'm newby in the powershell.com. I'm a doubt converting next one to Date Time: $Date1 = Get-EventLog -Logname "Symantec Enterprise Vault" -ComputerName $Machine -entrytype Information -After...
View ArticleCall Azure Cmdlets from System Center Orchestrator
Q: I'm trying to run Azure PowerShell cmdlets from System Center Orchestrator, but they aren't working; why not?A: The built-in Run .NET Script activity uses native PowerShell to a 32-bit application....
View ArticleDo you use PowerShell with Enterprise Vault?
Powershell appears to be the admin scripting language of choice nowadays and we have been gradually introducing support for our own Enterprise Vault specific cmdlets over the past few years and...
View ArticleUsing a function to set Variables so I can call those variables
So I have made a little GUI tool to Create a "privileged Super Account" well I am setting variables that gets information from their Standard Account and then using those to set on the new account. For...
View ArticleCopy-Item Protocol?
Hello Experts, Does anyone know exactly what Copy-Item uses for file transfers?
View ArticleUse multiple columns from a CSV to find an output
hoping someone would be able to help me. I know very basic powershell. I've got an excel table as closely shown below:Name Position Shift Access1 Access2 A X W AA1 AAA2 A...
View ArticleFound the AD Group and members and exported to a csv but require the...
HiI have been tasked with obtaining all our Active Directory OU's that allow users access to our shared drives. These OU's have a user in the managedby field.Im very new to Powershell so please bear...
View ArticleIssue with IE Version Script
I am using the following script to find the version of Internet Explorer on all the computers in my domain and it works but there are a couple of problems.First it takes a long time to run. I believe...
View ArticlePerforming Azure SQL Database Management Tasks by Using PowerShell with REST API
In our recent articles published on this forum, we have been exploring the ability to administer Azure SQL Database by leveraging REST APIs invoked from PowerShell-based scripts.Read More
View ArticlePowerShell File Frontier, Part 7: Zipped Files from Scratch
The finale of Prof. PowerShell's 7-part series ends with creating a zipped file.Read More
View ArticlePowerShell File Frontier, Part 6: Adding Files to a Zip Archive
Prof. Powershell's rundown of what can be done with zipped files in PowerShell continues.Read More
View ArticleAdding date to my output in this below ps script
Below is my script...foreach ($Server in (Get-Content C:\psfiles\Winservers.txt)){ Get-WmiObject win32_logicalDisk -ComputerName $Server | Select @{...
View ArticleAssign License to Office365
Okay what I'm trying to do is combine a script running on a Schedule Task and a manual script to one Schedule Task script. Each script works by themselves. Here is the script that runs on a...
View ArticleNike Air Max xvbv smdq oxmf
不過—— jordan都有點不太好意思說後面的話了,咳咳咳,還是老實說,其實 Nike 心裡現在很矛盾,一方面為前兩天的比賽取得了好成績而自己被選為校隊隊員而高興,但另一方面又為接下來的時間不能穩定而慚愧,因為要準備省工會的比賽, Nike Nike Air...
View ArticleServer 2012 and UAC via PowerShell
Set-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System -Name EnableLUA -Value 1Get-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System...
View ArticleLooping thru pages on a tif image
I have this code below in powershell where I OCR a tif image and save it to a table in sql server. OCR is only working on the first page and not looping thru the tif image pages. Can someone help me...
View Article