🧙♂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| if "%1"=="" goto error | |
| if not exist MigDomCustomXp.xml goto error | |
| cls | |
| C: | |
| echo USMT ScanState per Windows XP | |
| echo GSolone 2013 (20130507-rev0) | |
| echo. | |
| echo Copio i dati di %1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/gfsolone-migdomCustom"> | |
| <!-- CUSTOM MIGRATION FILE for USMT 3+ (reccomended for USMT 3 and Windows Xp) with AppData Migration | |
| GSolone 02/2013 | V1.2 | 20130507-rev0 | |
| gioxx.org // giovanni.solone.it // dev@gfsolone.com | |
| This custom file doesn't sync SHARED MUSIC-VIDEOS-DOCUMENTS-PICTURES-FAVORITES | |
| This custom file also include: Google Drive Folder, Dropbox Folder (if respective folder are into user profile root folder) | |
| REMEMBER to include also MigApp.xml! | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| if "%1"=="" goto error | |
| if "%2"=="" goto error | |
| if not exist MigDomCustom7.xml goto error | |
| cls | |
| echo USMT LoadState per Windows 7 | |
| echo GSolone 2013 (20130507-rev0) | |
| echo. | |
| echo Sposto i dati da %1 a %2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| if "%1"=="" goto error | |
| if "%2"=="" goto error | |
| if not exist MigDomCustom7.xml goto error | |
| cls | |
| echo USMT LoadState per Windows 7 x64 | |
| echo GSolone 2013 (20130507-rev0) | |
| echo. | |
| echo Sposto i dati da %1 a %2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| if "%1"=="" goto error | |
| if "%2"=="" goto error | |
| if not exist MigDomCustomXp.xml goto error | |
| cls | |
| echo USMT LoadState per Windows XP | |
| echo GSolone 2013 (20130507-rev0) | |
| echo. | |
| echo Sposto i dati da %1 a %2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" name="Disable Lync Meetings Add-in"><Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" name="HKEY_LOCAL_MACHINE"><Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" name="SOFTWARE"><Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" name="Microsoft"><Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" name="Office"><Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" name="15.0"><Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" name="ClickToRun"><Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" name="REGISTRY"><Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" name="MACHINE"><Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" name="Software"><Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" name="Microsoft"><Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" name="Office"><Collection clsid="{53B533F5-224C-47e3-B01B-CA3B3F3FF4BF}" n |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :PULIZIAREGISTRO | |
| echo Ripristino valori chiavi di registro ... | |
| REG DELETE "HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v IconStreams /f | |
| REG DELETE "HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v PastIconsStream /f | |
| :RIAVVIOEXPLORER | |
| taskkill /IM explorer.exe /F | |
| start explorer.exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set-DynamicDistributionGroup -Identity "Nome del gruppo di distribuzione dinamico" -RecipientFilter {RecipientType -eq "UserMailbox" -and Company -eq "Nome azienda nel campo Company" -and (-not(Name -like "Parte del nome da escludere o nome preciso*"))} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $members = Get-DynamicDistributionGroup -Identity "Nome del gruppo" | |
| Get-Recipient -RecipientPreviewFilter $members.RecipientFilter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################################################################################################ | |
| # OFFICE 365: Ripristino delegati Sala Riunioni 1 | |
| #---------------------------------------------------------------------------------------------------------------- | |
| # Autore: GSolone | |
| # Versione: 0.1 | |
| # Utilizzo: .\SalaRiunioni1-RipristinaDelegati.ps1 | |
| # Info: http://gioxx.org/tag/o365-powershell | |
| # Ultima modifica: 15-01-2015 | |
| # Modifiche: | |
| ############################################################################################################################ |