Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

Get-Privileges.md 2.8 KiB

vor 4 Jahren
vor 4 Jahren
vor 4 Jahren
vor 4 Jahren
vor 3 Jahren
vor 4 Jahren
vor 3 Jahren
vor 4 Jahren
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. ---
  2. external help file: NTFSSecurity.dll-Help.xml
  3. Module Name: ntfssecurity
  4. online version:
  5. schema: 2.0.0
  6. ---
  7. # Get-Privileges
  8. ## SYNOPSIS
  9. {{ Fill in the Synopsis }}
  10. ## SYNTAX
  11. ```
  12. Get-Privileges [<CommonParameters>]
  13. ```
  14. ## DESCRIPTION
  15. {{ Fill in the Description }}
  16. ## EXAMPLES
  17. ### Example 1
  18. ```PowerShell
  19. PS C:\> Get-Privileges
  20. -------------------------------------------------------------------------
  21. | Privilege | PrivilegeAttributes | PriviliegeState |
  22. |-------------------------------|---------------------|-----------------|
  23. | IncreaseQuota | Disabled | Disabled |
  24. | Security | Enabled | Enabled |
  25. | TakeOwnership | Enabled | Enabled |
  26. | LoadDriver | Disabled | Disabled |
  27. | SystemProfile | Disabled | Disabled |
  28. | SystemTime | Disabled | Disabled |
  29. | ProfileSingleProcess | Disabled | Disabled |
  30. | IncreaseBasePriority | Disabled | Disabled |
  31. | CreatePageFile | Disabled | Disabled |
  32. | Backup | Enabled | Enabled |
  33. | Restore | Enabled | Enabled |
  34. | Shutdown | Disabled | Disabled |
  35. | Debug | Enabled | Enabled |
  36. | SystemEnvironment | Disabled | Disabled |
  37. | ChangeNotify EnabledByDefault | Enabled | Enabled |
  38. | RemoteShutdown | Disabled | Disabled |
  39. | Undock | Disabled | Disabled |
  40. | ManageVolume | Disabled | Disabled |
  41. | Impersonate EnabledByDefault | Enabled | Enabled |
  42. | CreateGlobal EnabledByDefault | Enabled | Enabled |
  43. | IncreaseWorkingSet | Disabled | Disabled |
  44. | TimeZone | Disabled | Disabled |
  45. | CreateSymbolicLink | Disabled | Disabled |
  46. -------------------------------------------------------------------------
  47. ```
  48. The above command gets the privliges.
  49. ## PARAMETERS
  50. ### CommonParameters
  51. This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
  52. ## INPUTS
  53. ### None
  54. ## OUTPUTS
  55. ### ProcessPrivileges.PrivilegeAndAttributes
  56. ## NOTES
  57. ## RELATED LINKS