Skip to main content

Script Center

Script Center
Wir sind für alle da, die Skripts für die Systemverwaltung schreiben. Das Microsoft Script Center ist darauf spezialisiert, Benutzer in die Verwendung von Windows PowerShell und VBScript einzuführen, damit Sie weniger Zeit für banale Aufgaben aufwenden müssen.


Hey, Scripting Guy! Blog (engl.)

Script Center – Homepage

PowerTip: Get DNS Server Cache Details
Summary: Use Windows PowerShell to get details about the DNS server cache. How can I find information such as the maximum TTL on my remote DNS server running Windows Server 2012? Use the Get-DNSServerCache function from the DNSServer module, as shown here. 18:34 C:\> Get-DnsServerCache -Cn dc3 MaxTTL : 1.00:00:00 MaxNegativeTTL : 00:15:00 MaxKBSize : 0 EnablePollutionProtec... Mehr >

Aktuelle Beiträge