This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
PowerShell
Tagged Content List
Wiki Page:
Exchange 2013 PowerShell Üzerinden Export & Import İşlemleri (tr-TR)
Peter Geelen
Merhaba, bu yazımda sizler ile Exchange 2013 Server üzerinden PowerShell komutları ile Mailbox Export ve Import işlemlerini paylaşacağım. Neden mailbox’ları export – import etmeye ihtiyaç duyarız? Basit bir örnek vermek gerekirse, acil durumlarda backup, restore vb. işlemler için bu işlemden yararlanabiliriz...
on
17 Nov 2019
Wiki Page:
Exchange 2013 PowerShell İle Contact CMDlet'lerini Görüntülemek (tr-TR)
Peter Geelen
Exchange 2013 PowerShell İle Contact CMDlet'lerini Görüntülemek için aşağıda ki PS komutunu çalıştırmamız yeterlidir. Peki neden bu komutu kullanırız? Yeni kontakt eklemekten, silmeye hatta ilk defa script yazmak isteyenlere kadar yardımcı bir komut. Komutumuz: man *contact* ...
on
17 Nov 2019
Wiki Page:
Exchange 2013 Üzerinde Smtp Adreslerini PowerShell Komutlarıyla Listeleme ve Export (tr-TR)
Peter Geelen
Exchange yapımızda raporlama işlemleri IT Pro’ lar için ciddi gereksinimdir. Organizasyonda ki user’ ların mail adreslerini listeleyip, aktif olan, olmayan smtp mail adreslerini görmemiz ve rapor olarak bulundurmamız bizlerden talep edilebilir. Bu tarz bir istek ile karşılaşıldığında, aşağıda belirttiğim...
on
16 Nov 2019
Wiki Page:
Active Directory: How to View or Delete Delegated Permissions
Peter Geelen
Table of Contents Active Directory Users and Computers console Dsrevoke Tool LIZA Active Directory Security, Permission and ACL Analysis Delegate Batch File LDP.exe ACLDiag.exe command AdFind Tool Dsacls Tool QUEST PowerShell Commands for Active Directory AD ACL Scanner 1.2 See Also Active Directory...
on
9 Nov 2019
Wiki Page:
Active Directory: LDAP Syntax Filters
Richard Mueller
LDAP syntax filters can be used in many situations to query Active Directory . They can be used in VBScript and PowerShell scripts. Many utilities, like adfind and dsquery *, accept LDAP filters. Many PowerShell Active Directory module cmdlets, like Get-ADUser, Get-ADGroup, Get-ADComputer, and...
on
8 Nov 2019
Wiki Page:
PowerShell ile sifrenizi MD5 formatına cevirme (tr-TR)
Emre Ozan Memis
Özelikle SQL üzerinde çalışan arkadaşların çok işine yarayacak bir PowerShell scripti ile işlerinizi kolaylaştırmak isterim. Sıradan şifrelerinizin MD5 karşılığını bulmak isterseniz aşağıdaki scripti kullanabilirsiniz. $userPassword = "sifrenizi giriniz" $MD5 = New-Object...
on
28 Oct 2019
Wiki Page:
PowerShell ile AD DS yonetimi - part I (tr-TR)
Emre Ozan Memis
PowerShell ile AD DS yonetimi için geçtiğimiz günlerde temel komutları için bir paylaşım yapmıştım. İleri seviye kullanımı AD DS yönetiminin tamamını PowerShell ile yapmak isteyenler için tüm komutları aşağıda sizlere tanımlıyor olacağım. Add-ADCentralAccessPolicyMember Active Directory'deki...
on
25 Oct 2019
Wiki Page:
Active Directory PowerShell Cmdlet Properties
Richard Mueller
Introduction The Active Directory PowerShell module provides many cmdlets used to retrieve values from Active Directory object s. The cmdlets include Get-ADUser, Get-ADComputer, and Get-ADObject. These cmdlets can retrieve the values of many PowerShell properties of the AD objects. This...
on
23 Oct 2019
Wiki Page:
Windows Server 2019 Network Load Balancing yapılandırması (tr-TR)
Emre Ozan Memis
Web serverlarımıza gelen istekleri dengelemek ve daha fazla isteğe web uygulamamızın cevap verebilmesini istediğinizde bir çok donanım kullanılarak load balancing işlemi uygulayabilirsiniz ancak finansal süreçler ve network alt yapınız kapsamında yeni bir yatrıım durumu söz konusu değil ise Windows...
on
22 Oct 2019
Wiki Page:
Active Directory: PowerShell AD Module Properties
Richard Mueller
Each of the PowerShell Active Directory module cmdlets, like Get-ADUser and Get-ADComputer, displays a default set of properties for all objects retrieved. You can specify other properties with the -Properties parameter, but the default set will always be included. There is another set of extended...
on
21 Oct 2019
Wiki Page:
Active Directory: Syntaxes of Attributes
Richard Mueller
Introduction The attributes of objects in Active Directory each have a syntax. This is also called a DataType. There are many different syntaxes available. The subject can be confusing because there is often more than one syntax name for the same attribute. The syntax names can vary, depending...
on
21 Oct 2019
Wiki Page:
Active Directory: Attributes in the Partial Attribute Set
Richard Mueller
Introduction The Partial Attribute Set (PAS) is the subset of attributes in the Active Directory Schema that are replicated to the Global Catalog (GC). Each Domain Controller (DC) has a complete writable replica of the domain the DC resides in. If it is also a Global Catalog server, then it...
on
21 Oct 2019
Wiki Page:
Active Directory: Characters to Escape
Richard Mueller
Almost any characters can be used in distinguished names in Active Directory . However, some characters must be escaped with the backslash "\" escape character. Table of Contents Active Directory ADSI Non-Keyboard Characters VBScript PowerShell PowerShell New-AD* Cmdlets ADsPath LDAP...
on
21 Oct 2019
Page 19 of 185 (4,625 items)
«
17
18
19
20
21
»