From 75be1025886dc37a1b13d13a4907847e977d9e41 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 21 Jun 2020 15:16:21 +0200 Subject: [PATCH] Updated PSD1 before release --- GPOZaurr.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GPOZaurr.psd1 b/GPOZaurr.psd1 index 1dfb113..562b4a8 100644 --- a/GPOZaurr.psd1 +++ b/GPOZaurr.psd1 @@ -4,14 +4,14 @@ CompanyName = 'Evotec' CompatiblePSEditions = 'Desktop' Copyright = '(c) 2011 - 2020 Przemyslaw Klys @ Evotec. All rights reserved.' - Description = 'Group Policy Eater' + Description = 'Group Policy Eater is a PowerShell module that aims to gather information about Group Policies but also allows easy fixing for issues that you may expect finding in them.' FunctionsToExport = 'Add-GPOPermission', 'Add-GPOZaurrPermission', 'Backup-GPOZaurr', 'Get-GPOZaurr', 'Get-GPOZaurrAD', 'Get-GPOZaurrBackupInformation', 'Get-GPOZaurrFiles', 'Get-GPOZaurrLegacyFiles', 'Get-GPOZaurrLink', 'Get-GPOZaurrLinkSummary', 'Get-GPOZaurrOwner', 'Get-GPOZaurrPassword', 'Get-GPOZaurrPermission', 'Get-GPOZaurrPermissionConsistency', 'Get-GPOZaurrSysvol', 'Get-WMIFilter', 'Get-GPOZaurrWMI', 'Invoke-GPOZaurrPermission', 'New-GPOZaurrWMI', 'Remove-GPOPermission', 'Remove-GPOZaurr', 'Remove-GPOZaurrLegacyFiles', 'Remove-GPOZaurrOrphanedSysvolFolders', 'Remove-GPOZaurrPermission', 'Remove-GPOZaurrWMI', 'Repair-GPOZaurrPermissionConsistency', 'Restore-GPOZaurr', 'Save-GPOZaurrFiles', 'Set-GPOOwner', 'Set-GPOZaurrOwner' GUID = 'f7d4c9e4-0298-4f51-ad77-e8e3febebbde' ModuleVersion = '0.0.43' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{ - Tags = 'Windows', 'ActiveDirectory', 'GPO' + Tags = 'Windows', 'ActiveDirectory', 'GPO', 'GroupPolicy' ProjectUri = 'https://github.com/EvotecIT/GPOZaurr' ExternalModuleDependencies = 'ActiveDirectory', 'GroupPolicy', 'CimCmdlets', 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility' }