Skip to content

nedpyle/storagemigrationservicehelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Storage Migration Service Helper

This PowerShell script will gather the appropriate event logs of a Windows Server 2019 computer running the Storage Migration Service feature, then save them to a ZIP file. You should run this script against both the Orchestrator node and the transfer destination node when troubleshooting. Always run from within an elevated PowerShell console.

To use locally and save to the current folder

PS C:> Import-Module .\StorageMigrationServiceHelper.psm1

PS C:> Get-SmsLogs

To use locally and save to a specified folder

PS C:> Import-Module .\StorageMigrationServiceHelper.psm1

PS C:> Get-SmsLogs -Path *c:\temp*

To use remotely

PS C:> Import-Module .\StorageMigrationServiceHelper.psm1

PS C:> Get-SmsLogs -Computer *Foo*

To see all help

PS C:> Import-Module .\StorageMigrationServiceHelper.psm1

PS C:> Help Get-SmsLogs

Legal and Licensing

PowerShell is licensed under the MIT license.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

About

Collect Windows Server Storage Migration Service logs for offline troubleshooting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •