Posts

Showing posts from April, 2020

POWERSHELL PING CMD with date and time

CMD to run with date for PING CMD ping.exe -t COMPUTER-NAME | Foreach{"{0} - {1}" -f (Get-Date),$_} ping.exe -t COMPUTER-NAME | Foreach{"{0} - {1}" -f (Get-Date),$_} >FILE-NAME.TXT

How to Utilize a Single Relying Party Trust for Multiple Web Applications that Share the Same Identifier

Image
A common request we receive from customers is: "I have multiple environments for the same web application. For example, development (DEV), staging (STAGE), and production (PROD). I want to create one Relying Party (RP) Trust in AD FS 2.0 which utilizes a single set of issuance claim rules, and I want AD FS 2.0 to send the user to the correct web application once they have authenticated." The out-of-the-box, AD FS 2.0 capabilities answer:  For  WS-Federation passive  RPs, this is not possible in AD FS 2.0 since we are bound to a single endpoint URL per protocol binding. For example, the WS-Federation POST binding can hold only a single value for endpoint URL. Although AD FS 2.0 allows for multiple identifiers (URIs) per RP Trust, there is no way within AD FS 2.0 to map each identifier to a unique WS-Federation endpoint URL. For  SAML 2.0 protocol  RPs, we can handle this out of the box in AD FS 2.0. Please see the  More Information  section for more detail. The you-are-on-you

Services for NFS Step-by-Step Guide for Windows Server 2008

https://devblogs.microsoft.com/scripting/use-powershell-to-search-active-directory-for-gids/ Applies To: Windows Server 2008 What is Services for NFS? Services for Network File System (NFS) provides a file-sharing solution for enterprises that have a mixed Windows and UNIX environment. Services for NFS enables users to transfer files between computers running the Windows Server® 2008 operating system and UNIX-based computers using the NFS protocol. What's new in Services for NFS Services for NFS includes the following improvements: Active Directory Lookup . The Identity Management for UNIX Active Directory schema extension includes UNIX user identifier (UID) and group identifier (GID) fields. This enables Server for NFS and Client for NFS to look up Windows-to-UNIX user account mappings directly from Active Directory Domain Services. Identity Management for UNIX simplifies Windows-to-UNIX user account mapping management in Active Directory Domain Services. 64-bit