Comments on: dbatools 1.0 has arrived 🎉 https://dbatools.io/dbatools10/ the community's sql powershell module Mon, 06 Apr 2020 15:28:07 +0000 hourly 1 https://wordpress.org/?v=5.3.4 By: Anil https://dbatools.io/dbatools10/#comment-80010 Mon, 06 Apr 2020 15:28:07 +0000 https://dbatools.io/?p=9690#comment-80010 Hello
Congarts – SQL 2019 Copy SQL logins is not sync in SQL jobs while works in Power shell windows.

Syntax – C:\Windows\System32\WindowsPowerShell\v1.0\PowerShell.exe -Command “Copy-DbaLogin -Source SVDC2SQL2 -Destination SVDC1SQL2”

Result
Login – WindowsUser NGH-AD\XXXXXXX Failed
Login – WindowsGroup NGH-AD\XXXXXXX Failed
Login – WindowsUser NGH-AD\XXXXXXX Failed

]]>
By: Dimunge https://dbatools.io/dbatools10/#comment-69677 Wed, 31 Jul 2019 14:32:18 +0000 https://dbatools.io/?p=9690#comment-69677 Hi All,
I get the error below when I try to run :
Backup-DbaDatabase -SqlInstance $Sourceserver\MSSQLSERVER -Database $SourceDB -BackupDirectory $FilePathSource -Type Full -ReplaceInName

WARNING: [15:26:59][Backup-DbaDatabase] SQL Server cannot check if \\UKVSQLCTCDEMO01\D$\Files_To_Transfer\DBCOPIESDEMO exists. You can try disabling this check with -IgnoreFileChecks

]]>
By: Dino https://dbatools.io/dbatools10/#comment-68541 Wed, 10 Jul 2019 06:57:19 +0000 https://dbatools.io/?p=9690#comment-68541 I really do not understand what do you mean for “DbaTools 1.0 has arrived”.
Has it been officialy released ? Where I can download it?
From url “https://dbatools.io/download/” I download 0.9 or 1.0?

]]>
By: Chrissy LeMaire https://dbatools.io/dbatools10/#comment-67452 Sun, 23 Jun 2019 07:01:48 +0000 https://dbatools.io/?p=9690#comment-67452 yep! it was renamed a few years ago but all *Sql* aliases were removed in 1.0

]]>
By: Greg Larsen https://dbatools.io/dbatools10/#comment-67431 Sat, 22 Jun 2019 19:32:10 +0000 https://dbatools.io/?p=9690#comment-67431 Did Export-SQLLogin get replaced with Export-DBAlogin in this version?

]]>
By: Chrissy LeMaire https://dbatools.io/dbatools10/#comment-67417 Sat, 22 Jun 2019 14:59:37 +0000 https://dbatools.io/?p=9690#comment-67417 thank you rajesh!]]> 🎉 thank you rajesh!

]]>
By: Chrissy LeMaire https://dbatools.io/dbatools10/#comment-67416 Sat, 22 Jun 2019 14:59:12 +0000 https://dbatools.io/?p=9690#comment-67416 ]]> was fixed yesterday 👍

]]>
By: Rajesh.Vungarala https://dbatools.io/dbatools10/#comment-67350 Fri, 21 Jun 2019 09:20:03 +0000 https://dbatools.io/?p=9690#comment-67350 Congratulations to the dbatools team!!!

]]>
By: Chrissy LeMaire https://dbatools.io/dbatools10/#comment-67345 Fri, 21 Jun 2019 08:29:23 +0000 https://dbatools.io/?p=9690#comment-67345 tHANK YOU, will fix now!

]]>
By: Ken Francis https://dbatools.io/dbatools10/#comment-67314 Thu, 20 Jun 2019 16:01:00 +0000 https://dbatools.io/?p=9690#comment-67314 Hi dbatools team.

I updated to 1.0 this morning and ran the invoke-DbaToolsRenameHelper to scan through my scripts.
One of my scripts is using Get-DbaLogin, piping to an out-gridview -passthru, then piping selected logins to Copy-DbaLogin

The renamehelper took the pattern of Get-DbaLog and renamed it to Get-DbaErrorLog

Everything else seemed to update accordingly.

Thanks again for the wonderful work you do

]]>