1
                        
                    
                    ریستارت کردن سرور
میخوام سرور رو از طریق ویندوز محیط power shell ریستات کنم ؟
چندتا دستور مختلف داره که فقط عدد مربوطه رو انتخاب میکنی و عملیات انجام میشه
یکی از اونها ریست کردنه
3 پاسخ
                                    
                                    0
                                    
                                    
                                
                                ممنون از پاسخ تون .
ولی منظور من این نبود
                                    
                                    0
                                    
                                    
                                
                                سوال واضح باشه ، منظور باز برداشت نمیشه : دی
                                    
                                    1
                                    
                                    
                                
                                سطح سوالات با یک سرچ ساده مرتفع میشه :
https://technet.microsoft.comen-uslibrary/hh849837.aspx
This command restarts the local computer.
Windows PowerShell
PS C:\> Restart-Computer
This command restarts the Server01 remote computer. The command uses customized impersonation and authentication settings.
Windows PowerShell
PS C:\> Restart-Computer -ComputerName "Server01" -Impersonation Anonymous -Authentication PacketIntegrity