Showing results for security - Scripting Blog [archived]

Mar 24, 2015
0
0

PowerTip: Use PowerShell to See Who Can Access Folder

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to see who has access to a folder.  How can I use Windows PowerShell to see who has access rights to a folder?  Use the Get-Acl cmdlet, specify the folder, and look at the access property, for example: (Get-Acl c:\fso).Access  

Scripting Guy!Windows PowerShellPowerTip
Nov 23, 2014
0
0

Weekend Scripter: Manage NTFS Inheritance and Use Privileges

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Raimund Andree, talks about using Windows PowerShell to disable inheritance on folders. Microsoft Scripting Guy, Ed Wilson, is here. Today Raimund Andree, talks about using Windows PowerShell to disable inheritance on folders. Take it away, Raimund... In my previous post, Use PowerShell to Get, Add, and Remove NTFS Permissio...

Scripting Guy!Windows PowerShellguest blogger
Nov 22, 2014
0
0

Weekend Scripter: Use PowerShell to Get, Add, and Remove NTFS Permissions

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Raimund Andree, talks about using Windows PowerShell to get, add, and remove permissions. Microsoft Scripting Guy, Ed Wilson, is here. Today we have Microsoft Premier Field Engineer, Raimund Andree, back to talk about using Windows PowerShell to work with permissions... Managing file and folder permissions in Windows Power...

Scripting Guy!Windows PowerShellguest blogger
Aug 10, 2014
0
0

Weekend Scripter: Add Security Groups to Print Servers by Using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Alan Morris, talks about using Windows PowerShell to add security groups to print servers. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest blog from Alan Morris. Here is a little about Alan: Alan Morris has been involved with testing the Windows print system since Windows 2000. Active on Microsoft forums, ...

Scripting Guy!Windows PowerShellguest blogger
Mar 23, 2014
0
0

Weekend Scripter: Use PowerShell to Investigate File Signatures—Part 2

Doctor Scripto
Doctor Scripto

Summary: Windows PowerShell MVP, Boe Prox, concludes this two-part series about investigating file signatures with Windows PowerShell and the .NET Framework. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Boe Prox, for the conclusion of the two-part series he started yesterday. Also read Use PowerShell to Investigate File...

Scripting Guy!Windows PowerShellscripting techniques