mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
7 lines
286 B
PowerShell
7 lines
286 B
PowerShell
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
|
|
|
# Report on NTFRS folders
|
|
Get-GPOZaurrFolders -FolderType NTFRS | Format-Table *
|
|
|
|
# Remove NTFRS (broken replication folders)
|
|
Remove-GPOZaurrFolders -FolderType NTFRS -Verbose -BackupPath $Env:USERPROFILE\Desktop\SomeBackup -WhatIf |