Horje
|select  name and description  powershell Code Example
|select name and description powershell
Get-ADGroup -filter * -Properties * | Select Name,GroupCategory,Description | Export-Csv D:\Test\SecurityGroups.csv
|select name and description powershell

import-module activedirectory
$username = Read-Host 'Please enter Username!'
Get-ADPrincipalGroupMembership $username | Get-ADGroup -Properties * | select name, description





Shell

Related
update hour linux Code Example update hour linux Code Example
git merge commit from branch Code Example git merge commit from branch Code Example
awk print 3rd column Code Example awk print 3rd column Code Example
color git Code Example color git Code Example
debug for windows powershell Code Example debug for windows powershell Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11