Forum
Arkadaşlar Windows 2003DC deki DHCP yi Windows 2012 DC ye geçirmeye çalıiıyorum. 2003 tarafındaki powershell ile export ettiğim dhcp dosyasını 2012 tarafında import etmem gerekli fakat belirtilen komutu yazdığımda aşağıdaki hata ile karşılaşıyorum
PS C:\Users\Administrator.HAKANUGURLU> Import-SmigServerSetting -featureid DHCP -User All -Group
Import-SmigServerSetting : The term 'Import-SmigServerSetting' is not recognized as the name of a cmdlet, function, scr
ipt file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is corre
ct and try again.
At line:1 char:1
+ Import-SmigServerSetting -featureid DHCP -User All -Group
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Import-SmigServerSetting:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
İşin garip tarafı powershell ekranında bir tek import komutunu verdiğimde de aynı hatayı alıyorum. Yani
PS C:\Users\Administrator.HAKANUGURLU> Import
Import : The term 'Import' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Import
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (Import:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Sorun ne olabilir bu komut dışardan yüklenebilen bir komutmudur?
Maalesef o makalelerde de sonuca ulaşamadım. Bende netsh komutu ile export/import yaparak sorunu çözdüm. Teşekkürler.
Geri dönüş için teşekkürler.