No announcements
Found 1817022 threads
-
3 Votes
Question about PowerShell GET-ACL cmdlet.
How would you go about using GCI -recurse to list all permissions for sub-directories.Answered | 10 Replies | 26714 Views | Created by AECanapa - Monday, April 6, 2009 6:09 PM | Last reply by Skarabey64 - Thursday, June 2, 2011 8:27 PM -
1 Votes
question about get-ACL cmdlet
Hi Syamand, you can use Out-File to store the result to text: Get-Acl e:\ict | select -expand Access | Out-File ...Answered | 4 Replies | 1471 Views | Created by Siyamand - Tuesday, September 29, 2015 12:33 PM | Last reply by Siyamand - Thursday, October 1, 2015 8:37 AM -
0 Votes
Powershell Get-Acl not allowed Exception
Get-ACL may ask for full read.Answered | 8 Replies | 4702 Views | Created by isaac76 - Monday, March 17, 2014 6:08 PM | Last reply by jrv - Tuesday, March 18, 2014 12:20 AM -
1 Votes
PowerShell Get-ACL bug?
I would actually argue that this is the correct answer to the question.Answered | 11 Replies | 10376 Views | Created by kirschlk - Thursday, January 21, 2010 8:39 PM | Last reply by A.Hultgren - Thursday, March 31, 2011 6:55 PM -
0 Votes
Powershell Question, get-addomain' is not recognized as the name of a cmdlet
On the Start menu I select "Active Directory Module for Windows PowerShell".Answered | 2 Replies | 9205 Views | Created by ashtonnew - Saturday, January 16, 2016 7:53 PM | Last reply by Richard Mueller - Monday, January 18, 2016 5:44 PM -
0 Votes
Powershell cmdlets for AD DS Delegation ?
Nope, get-acl and set-acl are your options (or directly calling .NET functions).Answered | 5 Replies | 7578 Views | Created by Nebuly - Tuesday, March 20, 2012 7:38 PM | Last reply by Nebuly - Thursday, June 28, 2012 1:13 AM -
11 Votes
Powershell Set-Acl use without changing owner?
get-acl and set-acl are done on the same file, and the owner doesn't change.Answered | 30 Replies | 59722 Views | Created by TFarrell - Thursday, November 26, 2009 2:28 PM | Last reply by JS2010 - Tuesday, August 14, 2018 4:59 PM -
1 Votes
Get-IPAddress PowerShell cmdlet is not Functioning?
Lastly, the link below provides information on using the Get-IPAddress cmdlet.Answered | 5 Replies | 11740 Views | Created by VarezIT - Friday, February 1, 2013 2:12 PM | Last reply by G. Samuel Hays - Friday, February 1, 2013 4:20 PM -
0 Votes
intersection of PowerShell cmdlets and providers
Sorry for that but perhaps the Powershell team will document the cmdlets more accurately in the next version of powershell.Answered | 11 Replies | 3881 Views | Created by Larry Weiss - Tuesday, August 16, 2011 5:46 PM | Last reply by RichardCox - Wednesday, August 24, 2011 10:54 AM -
0 Votes
Powershell script for adding ACL rights
Hi, Any update about the issue?Answered | 2 Replies | 4870 Views | Created by Marc Lopez - Saturday, August 24, 2013 6:09 AM | Last reply by Yan Li_ - Monday, August 26, 2013 4:41 AM -
1 Votes
PowerShell script not listing all users & groups in ACL
Fred, I tried using your example above, however, it resulted in a group and a user still missing from the ACL.Answered | 6 Replies | 2979 Views | Created by madbeast - Thursday, January 21, 2016 8:32 PM | Last reply by madbeast - Friday, January 22, 2016 4:12 PM -
0 Votes
Powershell and ACL regedit
forum=winserverGP However, To change the permission of registry value via powershell, I checked the registry and found its permission is inherited by parent by default, and ...Answered | 3 Replies | 4316 Views | Created by Th3nshi - Wednesday, November 26, 2014 10:21 AM | Last reply by egoktay - Friday, November 28, 2014 10:51 AM -
0 Votes
How to add ACL to a web role using powershell?
Hi Youxu, As far as I know,we don't directly set the ACL rule for Azure web/worker role using Powershell unless we set the rules in cscfg files.Answered | 3 Replies | 1724 Views | Created by Youxu - Tuesday, December 9, 2014 3:41 AM | Last reply by Youxu - Tuesday, December 9, 2014 2:13 PM -
0 Votes
Powershell question on SCVMMs get-vmperformance cmdlet
Example from the VMM CMDlet Reference: EXAMPLE 1: Get performance information about a specific ...Answered | 1 Replies | 4853 Views | Created by sposenjak - Thursday, November 18, 2010 10:23 PM | Last reply by Steve Thomas (MSFT) - Saturday, November 20, 2010 12:21 AM -
2 Votes
Cmdlet does not get executed in powershell
It is in powershell where it won't work.Answered | 4 Replies | 708 Views | Created by Luis O.J - Friday, March 11, 2016 1:12 PM | Last reply by Luis O.J - Tuesday, March 15, 2016 9:59 AM -
1 Votes
Get-acl with share name
gwmi -Class win32_share |ft name, @{n='ACL';e={ ($_.path | Get-Acl -ErrorAction SilentlyContinue).accessToString}} -AutoSize ...Answered | 8 Replies | 3294 Views | Created by SMaximus7 - Tuesday, February 7, 2012 4:45 PM | Last reply by SMaximus7 - Tuesday, February 7, 2012 6:45 PM -
0 Votes
about get-storeusagestatistics cmdlets
If so, please try the cmdlet below, and I did the test, it works fine.Answered | 4 Replies | 5708 Views | Created by jean-marc pigeon - Monday, December 27, 2010 9:06 AM | Last reply by Exchange_admin_001 - Monday, March 4, 2013 1:54 PM -
1 Votes
Powershell cmdlet not recognized
(gcm get-vm).module gcm : The term 'get-vm' is not recognized as the name of a cmdlet, function, script file, or operable program.Answered | 13 Replies | 21235 Views | Created by Gdunlop99 - Monday, February 25, 2013 1:21 PM | Last reply by Larry Weiss - Monday, March 4, 2013 4:48 PM -
0 Votes
Some questions about PowerShell
http://blogs.msdn.com/b/powershell/archive/2009/03/09/free-powershell-ebook.aspx seems to be an obsolete path to get access to that ebook.Answered | 5 Replies | 2834 Views | Created by OldBalubeto OldBalubeto - Monday, December 12, 2011 6:29 PM | Last reply by Anders_Wang - Wednesday, December 14, 2011 9:36 AM -
1 Votes
Get-Acl Extended Active Directory Rights
The Microsoft MSDN AD Powershell team use get-acl and set-acl, so I don't think I need to look for different ways to interact with the security for OU ...Answered | 12 Replies | 18380 Views | Created by Robin Curtis - Friday, January 4, 2013 4:26 PM | Last reply by MaZo20 - Wednesday, April 17, 2013 12:21 AM - Items 1 to 20 of 1817022 Next ›
No announcements