Windows PowerShell announcement
-
Link
Find a PowerShell user group here: http://powershellgroup.org/
-
Link
Quite often, some users will be provided with a solution, yet won't mark the thread as answered. The moderators of this forum will try to review almost every thread/answer, and may prematurely mark a thread as answered, when it isn't. In cases like those, the original poster can feel free to unmark the thread as answered.
-
0 Votes
Bind SSL with 443 and https to web site IIS 10
C:\Powershell scripots\SSL_Final.ps1 New-Item : Cannot create a file when that file already exists At C:\Powershell scripots\SSL_Final.ps1:19 ...Unanswered | 4 Replies | 192 Views | Created by jiripa4661 - Monday, December 9, 2019 11:19 AM | Last reply by jrv - Tuesday, December 10, 2019 9:19 AM -
0 Votes
how to remove\untick the Write gPLink permission from each OU
security tab>advanced>edit>scroll down to middle, refer to link below (sorry for cant attach picture ...Unanswered | 6 Replies | 223 Views | Created by CYZ622 - Tuesday, December 10, 2019 4:29 AM | Last reply by jrv - Tuesday, December 10, 2019 7:49 AM -
0 Votes
re create record
I got tis too please help dd-DnsServerResourceRecordA : Cannot process argument transformation on parameter 'IPv4Address'. Cannot ...Proposed | 3 Replies | 370 Views | Created by Oliver2222 - Thursday, December 5, 2019 8:09 PM | Last reply by LeeSeenLi - Tuesday, December 10, 2019 7:42 AM -
0 Votes
Compare exchange autoreply message to template
Hi All, Im in trouble. I try to explain the steps: 1. I create a template from an existing autoreply message ...Unanswered | 3 Replies | 293 Views | Created by Kiss Tamás - Friday, December 6, 2019 8:00 AM | Last reply by LeeSeenLi - Tuesday, December 10, 2019 7:39 AM -
0 Votes
Trying to delete a new-compliancesearchaction (email not deleting)
new-compliancesearchaction -searchname "chris" -purge -purgetype softdelete Confirm Are you sure you want to perform this ...Unanswered | 2 Replies | 2975 Views | Created by Christopher Ellis - Friday, July 20, 2018 3:20 PM | Last reply by Psyscope - Tuesday, December 10, 2019 6:09 AM -
0 Votes
run powershell script in azure automation
I have a local powershell script on my computer and want to automate it to run once a month. Can you please provide the steps or a good resource? thank you in ...Proposed | 2 Replies | 215 Views | Created by pcdoctoday - Tuesday, December 10, 2019 3:03 AM | Last reply by jrv - Tuesday, December 10, 2019 3:21 AM -
0 Votes
Trying to fetch logon success and logon failure event of Domain Controller for the credential validation using event viewer logs.
Actually in my script, i am trying to fetch logon success and logon failure events of domain users who are authenticated by that domain controller from the event viewer. For ...Discussion | 1 Replies | 164 Views | Created by Nidhi Kumari - Monday, December 9, 2019 3:19 PM | Last reply by Rich Matheisen [Ex-MVP (retired)] - Monday, December 9, 2019 9:03 PM -
0 Votes
How do I choose a section for pulling a -Property value?
get-netipaddress IPAddress : fe80::443d:367d:683f:d011%5 InterfaceIndex : 5 InterfaceAlias : Ethernet AddressFamily : IPv6 Type : ...Answered | 5 Replies | 338 Views | Created by JBruyet - Thursday, December 5, 2019 3:41 PM | Last reply by JBruyet - Monday, December 9, 2019 8:51 PM -
1 Votes
How do i add all my Organization Unit members to one newly created group..? I can't add them manually because 500+ users in my OU. And If i create a new user in that OU it should get automatically replicate to group. Is there any powershell script for t
RamProposed | 6 Replies | 404 Views | Created by RamTopen - Monday, December 9, 2019 4:59 PM | Last reply by Rich Matheisen [Ex-MVP (retired)] - Monday, December 9, 2019 8:46 PM -
0 Votes
Trying to change trigger time for multiple task schedules
Below is the script am trying to use and i have also included the error am receiving.Someone please help me out. Just to let you know , Below is how the tasknames look on which am ...Answered | 4 Replies | 423 Views | Created by (VS).143 - Tuesday, December 3, 2019 7:24 AM | Last reply by (VS).143 - Monday, December 9, 2019 1:33 PM -
0 Votes
Use invoke-command to query a dpm server
begin { Enable-PSRemoting -Force [System.Management.Automation.PSCredential]$_session = ...Unanswered | 5 Replies | 372 Views | Created by ODIACI - Thursday, December 5, 2019 9:01 AM | Last reply by jrv - Monday, December 9, 2019 12:12 PM -
0 Votes
Powershell NLB Cmdlets Missing
Hi. I'm studing for certification exams and i'm labing many Windows Servers Features. I have created two VMs on my computer with ...Proposed | 9 Replies | 420 Views | Created by Fabio dos S. Teixeira - Friday, December 6, 2019 2:05 PM | Last reply by LeeSeenLi - Monday, December 9, 2019 6:19 AM -
2 Votes
Does powershell disturb the remote computer
This is a more a curious question. When executing a command against a remote computer does powershell disturb the remote computer in any ...Proposed | 2 Replies | 354 Views | Created by M.K.Maduro - Friday, December 6, 2019 11:58 PM | Last reply by LeeSeenLi - Monday, December 9, 2019 5:51 AM -
1 Votes
Using ADSI - Need To Convert objectGUID To Match Get-ADUser Format (With Hyphens)
Hello, I was previously generating a list of users for a browser based application, via the Get-ADUser cmdlet and using the objectGUID property. $Today = ...Answered | 2 Replies | 217 Views | Created by stuartfromnz - Sunday, December 8, 2019 11:04 PM | Last reply by stuartfromnz - Sunday, December 8, 2019 11:35 PM -
0 Votes
Cannot convert the "System.Object[]" value of type "System.Object[]" to type "System.Management.Automation.SwitchParameter".
')[0]}},percentagecomplete,bytestransferred $batch = $migusers.batchid.name | group-object | Select-Object -Unique -ExpandProperty name $batchname = $batch -join ", ...Answered | 4 Replies | 329 Views | Created by chabango - Wednesday, November 13, 2019 8:31 PM | Last reply by chabango - Friday, December 6, 2019 6:33 PM -
0 Votes
variable for multiple users pointing at AppData\Local\Microsoft\Outlook\RoamCache
Good evening Powershell Experts, I'm migrating users from outlook 2010 to Office 365 and I've been tasked to ensure their Autocomplete file will be copied ...Answered | 6 Replies | 636 Views | Created by LiviuSob - Friday, November 29, 2019 7:31 PM | Last reply by LiviuSob - Friday, December 6, 2019 12:01 PM -
0 Votes
Migrating a lot of vm's and need a quick powershell script to keep track of vm's progress
Excuse the easy question but I could use a hand putting this together. This command gets me the percent complete of the vm ...Proposed | 4 Replies | 510 Views | Created by PRmamito - Sunday, November 3, 2019 4:43 AM | Last reply by LeeSeenLi - Friday, December 6, 2019 9:50 AM -
0 Votes
Copy multiple paths file on a remote computer by same domain powershell
Hey guys, I need to copy the user folder such as Favorites, Documents and Desktop that are located in the old PC in to new user PC to same destination using PowerShell. The users ...Proposed | 4 Replies | 373 Views | Created by Marius Cattalin - Tuesday, November 5, 2019 9:01 AM | Last reply by LeeSeenLi - Friday, December 6, 2019 9:47 AM -
0 Votes
Delete-Mailbox permission to delete all users with Full Access that are -ne to User1 or User2@contsoso.com
Hello, I am trying to clear down 30 shared mailboxes in O365, when i remove a user from full access and save, they come right back. I have tried deleting a ...Proposed | 3 Replies | 417 Views | Created by asmith84 - Tuesday, November 5, 2019 11:18 AM | Last reply by LeeSeenLi - Friday, December 6, 2019 9:47 AM -
0 Votes
How to restart SSRS using Powershell?
Hi! I am trying to restart SSRS using powershell. When I run 'Get-Service' I can see the service is called "ReportServer$POCDB". I am trying to ...Proposed | 2 Replies | 434 Views | Created by Zoe.Ohara - Tuesday, November 5, 2019 1:51 PM | Last reply by LeeSeenLi - Friday, December 6, 2019 9:46 AM
Windows PowerShell announcement
-
Link
Find a PowerShell user group here: http://powershellgroup.org/
-
Link
Quite often, some users will be provided with a solution, yet won't mark the thread as answered. The moderators of this forum will try to review almost every thread/answer, and may prematurely mark a thread as answered, when it isn't. In cases like those, the original poster can feel free to unmark the thread as answered.