No announcements
Found 1173843 threads
-
0 Votes
would like to remove-mailcontact without confirmation
I did not know about that .Answered | 6 Replies | 2501 Views | Created by yuuichiro99 - Tuesday, November 6, 2012 11:25 AM | Last reply by yuuichiro99 - Thursday, November 8, 2012 3:57 AM -
0 Votes
Powershell MailContact remove all emailaddresses
How used with this command and replace user to all contacts?Answered | 5 Replies | 2416 Views | Created by cichy201 - Monday, January 19, 2015 7:32 PM | Last reply by Amit Tank - Monday, January 19, 2015 11:55 PM -
0 Votes
About Remove-MailContact command and confirm
Did you do remove-mailcontact contact1 -confirm:$falseJames Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.comAnswered | 3 Replies | 7886 Views | Created by Alter1974 - Monday, May 16, 2011 5:09 PM | Last reply by Alter1974 - Tuesday, May 17, 2011 9:13 PM -
2 Votes
Bulk removal of additional mailcontact smtp-addresses
___________________________________________________________________ Get-MailContact | Set-MailContact -EmailAddressPolicyEnabled: ...Answered | 6 Replies | 18300 Views | Created by Jochen Meisel - Wednesday, July 20, 2011 2:11 PM | Last reply by cminias - Friday, March 24, 2017 2:23 PM -
0 Votes
set-mailcontact and powershell_ise
I have trouble with command set-mailcontact .Answered | 2 Replies | 891 Views | Created by Marek G_ - Tuesday, March 24, 2015 1:59 PM | Last reply by Amy.Wang - Monday, March 30, 2015 1:31 AM -
0 Votes
Retrieve all MailContacts Information (specifically Notes)
I assumed he was talking about Outlook contacts, not AD contacts, but you may be right.Answered | 3 Replies | 2530 Views | Created by GnomeMax - Wednesday, December 21, 2011 9:59 PM | Last reply by Ed Crowley - Thursday, December 22, 2011 5:14 PM -
78 Votes
Remove-ADGroupmember disable confirm prompt
It's: Remove-ADGroupMember -Identity "GroupName" -Member $Name -Confirm:$false The link Yan Li provided ...Answered | 13 Replies | 126336 Views | Created by mario.exe - Thursday, April 19, 2012 11:15 PM | Last reply by stroper13 - Friday, August 30, 2019 5:57 PM -
0 Votes
Remove-MailboxImportRequest confirmation
Hi Please try the command: Get-MailboxImportRequest -mailbox $_.Targetalias -status Completed | Remove-MailboxImportRequest -Identity ...Answered | 1 Replies | 4538 Views | Created by JOTdude - Tuesday, December 6, 2011 10:21 PM | Last reply by Zi Feng - Wednesday, December 7, 2011 5:00 AM -
0 Votes
Remove-CMDevice keeps prompting for confirmation
Hi, The parameter -confirm has a default value false, so the command is actually the same to that without parameter confirm.Answered | 1 Replies | 4374 Views | Created by SC TNE - Thursday, October 23, 2014 9:49 AM | Last reply by Daniel JiSun - Friday, October 24, 2014 5:38 AM -
0 Votes
Turn off confirmation for a command.
I don't think you can suppress the confirmation running in an EMS.Answered | 1 Replies | 2122 Views | Created by williamtholmes - Tuesday, February 14, 2012 3:43 PM | Last reply by mjolinor - Tuesday, February 14, 2012 4:02 PM -
0 Votes
Remove-MailContact Automatic Confirm
import-csv c:\MoveUserSetA.csv | ForEach-Object { Remove-MailContact -Identity $_.sAMAccountName -Confirm:$Y} Thenks for Idea.Answered | 3 Replies | 14270 Views | Created by MaliStane - Tuesday, November 9, 2010 2:25 PM | Last reply by MaliStane - Sunday, November 14, 2010 8:10 PM -
1 Votes
Can't get "-warningvariable" working on get-mailcontact cmdlet
You should use Invoke-Command to get warning message on your remote PowerShell cmdlet.Answered | 7 Replies | 7329 Views | Created by Trond Hindenes - Wednesday, June 8, 2011 8:02 PM | Last reply by Mustafa EMEK - Friday, March 17, 2017 10:58 AM -
2 Votes
Error using Remove-ADGroupMember with -Confirm parameter
Use -Confirm:$falseAnswered | 1 Replies | 2977 Views | Created by Nate Cosgrove - Friday, January 29, 2016 7:53 PM | Last reply by Mike Laughlin - Friday, January 29, 2016 7:55 PM -
2 Votes
Mailcontacts Alias Has '?'
The New-MailContact does not have -alias so Exchange makes use of -Name to generate alias.Answered | 4 Replies | 3246 Views | Created by nvidia123 - Sunday, November 18, 2012 1:38 PM | Last reply by Li Zhen - Monday, November 19, 2012 5:37 AM -
0 Votes
how to remove a directory without confirm?
remove-item "D:\temp\DATA\39 - ...Answered | 3 Replies | 8056 Views | Created by Daniel Wu - Wednesday, October 27, 2010 1:10 AM | Last reply by mjolinor - Wednesday, October 27, 2010 10:05 AM -
0 Votes
How to remove EX 2010 mailcontacts?
If you delete an object from AD it should also remove it from Exchange.Answered | 5 Replies | 4641 Views | Created by deeply_sd - Thursday, October 21, 2010 3:12 PM | Last reply by Ajaj Desai - Thursday, October 28, 2010 5:27 AM -
0 Votes
Set-Item WSMan - Remove Confirmation.
Typically you use -force to forgo any confirmation.Answered | 3 Replies | 9030 Views | Created by dswilder - Monday, January 11, 2016 10:45 PM | Last reply by Elaine Jing - Wednesday, January 13, 2016 9:09 AM -
0 Votes
Script needed to report on DL's that only have internal users, no MailContacts
What do you mean about ExpansionServer?Answered | 7 Replies | 782 Views | Created by ScotchTech - Wednesday, November 13, 2019 2:04 PM | Last reply by Kyle.Xu - Wednesday, November 27, 2019 9:19 AM -
0 Votes
Confirm Subtree Deletion dialog when removing Site?
Hello, I'm about to delete an empty Site from Active Directory Sites and Settings.Answered | 2 Replies | 4667 Views | Created by weedee - Tuesday, January 31, 2017 9:24 AM | Last reply by Mahdi Tehrani - Tuesday, January 31, 2017 10:57 AM -
0 Votes
Powershell cmdlet Remove-OwaMailboxPolicy parameter "Confirm" does not work
Would you please suggest where can I find the related documentation about this parameter?Answered | 4 Replies | 7948 Views | Created by puresun - Friday, May 28, 2010 7:23 PM | Last reply by puresun - Friday, May 28, 2010 10:49 PM - Items 1 to 20 of 1173843 Next ›
No announcements