We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
import the modules
Import-PSSession
Cuando se usa Import-PSSession, Cuando se importan comandos en la sesión actual, estos se ejecutan de forma implícita en la sesión original o en una sesión similar en el equipo original.
When you import the modules, and then use the imported commands in the current session, the commands run implicitly in the PSSession on the remote computer.
Import-PSSession convierte todos los comandos en funciones antes de importarlos.
Import-PSSession converts all commands into functions before it imports them.
A continuación, utilice el cmdlet Import-PSSession para importar los comandos.
El valor de la propiedad Path muestra que Import-PSSession creó un archivo de módulo de script (.psm1) en una ubicación temporal.
The value of the Path property shows that Import-PSSession created a script module (.psm1) file in a temporary location.
Dado que los comandos importados pueden tardar más tiempo en ejecutarse que los comandos locales, Import-PSSession agrega un parámetro AsJob a cada comando importado.
Because imported commands might take longer to run than local commands, Import-PSSession adds an AsJob parameter to every imported command.
El tercer comando usa el parámetro Module de Import-PSSession para importar en la sesión actual los cmdlets y funciones del módulo.
The third command uses the Module parameter of Import-PSSession to import the cmdlets and functions in the module into the current session.
Descripción El cmdlet Import-PSSession importa en la sesión actual los comandos (por ejemplo, cmdlets, funciones y alias) de una PSSession en un equipo local o remoto.
Description The Import-PSSession cmdlet imports commands (such as cmdlets, functions, and aliases) from a PSSession on a local or remote computer into the current session.
Ingrese el siguiente mensaje que comienza con "Si ve un error del tipo 'Import-PSSession: Files cannot be loaded...'" (Los archivos no pueden cargarse), ingrese el siguiente Powershell como administrador, como se requiere en el Paso 1.
Connect the session using the following command. Import-PSSession $Session If you see a message that begins If you see error like Import-PSSession: Files cannot be loaded... , enter the following command
A continuación, utilice el cmdlet Import-PSSession para importar los comandos.
To create a PSSession, use the New-PSSession cmdlet.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.