No announcements
Found 2386760 threads
-
1 Votes
Get users who did not login to exchange server for the past 120 days using powershell script in C#
I have an web application that needs to connect to Exchange server and get list of users who did not login to the mailbox in the last ...Unanswered | 5 Replies | 581 Views | Created by JOHN DD12 - Thursday, August 17, 2017 8:24 PM | Last reply by - Friday, August 18, 2017 5:44 AM -
10 Votes
90 day inactive user report using PowerShell
{$_.enabled -eq $True} | Get-ADUser -Properties Name, sAMAccountName, givenName, sn | Select Name, sAMAccountName, givenName, sn export-csv ...Answered | 21 Replies | 110309 Views | Created by PowerShell Newbie - Monday, April 11, 2011 1:54 AM | Last reply by John W. in Carolina - Wednesday, April 3, 2019 6:13 PM -
0 Votes
Powershell Login Script Not Running
Even if your execution policy is restricted Group Policy scripts will still run using a Bypass policy.Answered | 2 Replies | 885 Views | Created by PhilAnderson888 - Wednesday, August 3, 2016 5:15 PM | Last reply by PhilAnderson888 - Wednesday, August 3, 2016 7:51 PM -
0 Votes
Exchange Server 2010: How do you share Outlook calendars amongst end-users within the organization using the EMC without having to use a PowerShell script?
However you can do it for all users using below script.Answered | 1 Replies | 650 Views | Created by Miggy369 - Wednesday, July 9, 2014 8:45 PM | Last reply by Amit Tank - Wednesday, July 9, 2014 9:11 PM -
2 Votes
Windows server login scripts
We have used PSEXEC for somethings in the past.Answered | 4 Replies | 5498 Views | Created by Ken Kemp - Thursday, August 13, 2009 11:03 AM | Last reply by Ken Kemp - Friday, August 21, 2009 9:31 PM -
0 Votes
Need a script to delete user profiles who are not currently logged on to a server
Lepide 2020 audit & change control suite provides instant access to see who, what, where and when changes are being made to Active Directory, Group Policy, SQL Servers, ...Answered | 5 Replies | 538 Views | Created by Sessuinu - Saturday, April 16, 2016 4:52 AM | Last reply by Andres parnova - Monday, April 18, 2016 9:18 AM -
0 Votes
Powershell Script to list users who havent logged in in xxx days, search specific OU
I Wrote to following script: $limit = (Get-Date).AddDays(-180) get-qaduser -SizeLimit 0 | Where-Object {$_.distinguishedname -like ...Answered | 1 Replies | 3617 Views | Created by Bradley Wyatt - Thursday, March 29, 2012 7:51 PM | Last reply by jrv - Thursday, March 29, 2012 8:08 PM -
3 Votes
Powershell Last User who logged in
Get-ChildItem C:\users\*\ntuser.dat -Force | select @{e={(Split-path $_.Directory -Leaf)}},last* | sort lastwritetime But, the presumption ...Answered | 3 Replies | 22828 Views | Created by Grantconyers - Tuesday, June 5, 2012 12:06 AM | Last reply by Will Steele - Friday, June 8, 2012 12:44 PM -
1 Votes
PowerShell script to get the reboot details of windows server
$after = (get-date).adddays(-55) PS C:\> Get-WinEvent -ea SilentlyContinue -ComputerName HOSTNAME -FilterHashtable @{LogName = "System"; StartTime = ...Answered | 6 Replies | 26022 Views | Created by Prashant Girennavar - Tuesday, January 22, 2013 1:20 PM | Last reply by Yan Li_ - Friday, January 25, 2013 5:48 AM -
0 Votes
Exchange 2010 - Get Rank users who send and receive mails
If you want it done for you then a powershell script - look in technet scripting library or like others said use SCOM or other tools like promodag or ...Answered | 8 Replies | 4596 Views | Created by Jose Osorio R. _ - Monday, August 15, 2011 5:56 PM | Last reply by LMurthy Microsoft Community Contributor - Tuesday, August 16, 2011 2:24 PM -
20 Votes
Using Task Scheduler for a powershell script on server 2008
You have to place your script into a directory and make sure that the user who launch the script is able to read/write the script.Answered | 23 Replies | 92183 Views | Created by Nua-O - Friday, May 8, 2009 7:06 PM | Last reply by iGurenko - Tuesday, November 28, 2017 8:11 AM -
0 Votes
Site usage report for a list of users in the past 90 days
If you want to use PowerShell Script to automate it for many users, use the ...Answered | 1 Replies | 289 Views | Created by Neel_k - Friday, March 20, 2020 3:05 PM | Last reply by Jerry Xu4869 - Monday, March 23, 2020 2:38 AM -
0 Votes
use as a login script?
I have used it for years now and it still works perfectly fine on a Windows 2008 R2 Remote Desktop Services server.Answered | 7 Replies | 6271 Views | Created by Scotty1212 - Tuesday, September 2, 2008 8:19 PM | Last reply by superfishnz - Thursday, April 21, 2011 4:00 AM -
3 Votes
Exchange 2013 - Why did exchange mailbox server deleted a user in AD
When you check in AD logs you will see Exchange server name only and will not show who actually did that.Answered | 6 Replies | 972 Views | Created by cm05 - Friday, March 22, 2019 7:06 AM | Last reply by Steve Fan - Monday, March 25, 2019 5:59 AM -
0 Votes
Sql Server Login user sa Password keep changing every day.
Hi niranjanmurthy, Please firstly run the following script in SQL Server to check that when last time SA password was changed.Answered | 3 Replies | 3466 Views | Created by niranjanmurthy - Wednesday, May 4, 2016 5:41 PM | Last reply by Jason_Clark03 - Monday, May 9, 2016 11:50 AM -
0 Votes
Login scripts, a thing of the past?
Use a GPP Group policy preference to mapp the drives and use a gpo to handle the IE.Answered | 1 Replies | 983 Views | Created by jpascone - Saturday, April 27, 2013 4:46 AM | Last reply by Henrik_Dahl - Saturday, April 27, 2013 7:18 AM -
0 Votes
who login user perticular time
It s working fine, But i want to know abc user how many times connected that database 07.30.2012 please provide the script for the same.Answered | 11 Replies | 2623 Views | Created by subu999 - Monday, July 30, 2012 10:36 AM | Last reply by shriprasanna - Monday, July 30, 2012 4:17 PM -
4 Votes
Get Eventid from Multiple Servers in PowerShell
In the case of some events we can user InstanceID with the EventCode.Answered | 58 Replies | 20659 Views | Created by Faizan Syed - Friday, August 28, 2009 11:27 AM | Last reply by jrv - Thursday, May 3, 2012 5:20 PM -
0 Votes
[PowerShell] Exchange script not running as a Scheduled Task
In fact, we've been using the exact same scripts, script and executable paths, command line arguments, user account, and task settings.Answered | 10 Replies | 3724 Views | Created by Scott W. Sander - Monday, February 9, 2015 10:02 PM | Last reply by Scott W. Sander - Wednesday, March 25, 2015 2:45 PM -
0 Votes
Get a report of users who are using OWA
Follow up these,Answered | 5 Replies | 782 Views | Created by rino_kings - Monday, March 30, 2020 7:52 AM | Last reply by rino_kings - Tuesday, March 31, 2020 1:41 PM - Items 1 to 20 of 2386760 Next ›
No announcements